{style} {literal} .ow_avatar_sample { width: 45px; padding-left: 10px; float: left; } .ow_role_edit_form { float: left; padding-left: 10px; } .color_sample { width: 16px; height: 16px; -moz-border-radius: 4px; -webkit-border-radius: 4px; float: left; margin: 0px 5px 5px 0px; cursor: pointer; } .color_selected { -moz-border-radius: 4px; -webkit-border-radius: 4px; border: 2px solid red; } {/literal} {/style}
{form name='edit-role-form'}
{decorator name='avatar_item' src=$defaultAvatarUrl label=$roleLabel}
{input name='displayLabel'} {text key='admin+display_avatar_label'}
displayLabel} style="display: none"{/if}>
{text key='admin+avatar_label_color'}:
{foreach from=$colors item='c' name='col'}
{/foreach}
{submit name='save' class='ow_ic_save'}
{/form}