Friday 25 August 2006 2:11:00 am
While registering user it is posible to specify a country. I want to default some country. Logic loops through the available attributes and I don't know where to put "selected" tag.
{section name=ContentObjectAttribute loop=$content_attributes sequence=array(bglight,bgdark)}
<input type="hidden" name="ContentObjectAttribute_id[]" value="{$ContentObjectAttribute:item.id}" />
<div class="block">
<p class="bodystyle"><strong>{$ContentObjectAttribute:item.contentclass_attribute.name}</strong><br>
{attribute_edit_gui attribute=$ContentObjectAttribute:item}</p>
</div> {/section}
|