{style} {literal} tr.ow_preference td.ow_label{ width:30% } {/literal} {/style} {$contentMenu} {block_decorator name="box" type="empty" addClass="ow_superwide ow_automargin"} {if empty($preferenceList)} {block_decorator name="box" type="empty" addClass="ow_center" style="padding:15px;"} {text key="base+preference_no_items"} {/block_decorator} {else} {form name='preferenceForm'} {foreach from=$preferenceList key='section' item='preferences'} {if !empty($section) } {/if} {foreach from=$preferences item='preference' name='preference'} {/foreach} {/foreach}
{if !empty($sectionLabels.$section.label)} {$sectionLabels.$section.label} {else} {$section} {/if}
{label name=$preference} {input name=$preference}
{error name=$preference}
{desc name=$preference}
{submit name='preferenceSubmit'}
{/form} {/if} {/block_decorator}