{block_decorator name='box' type='empty' addClass='ow_stdmargin' iconClass="ow_ic_info" langLabel='admin+theme_info_cap_label'}
{$themeInfo.title}
{$themeInfo.description}
{text key='admin+theme_info_author_label'}: {$themeInfo.author}
{text key='admin+theme_info_author_url_label'}: {$themeInfo.authorUrl}
{decorator name='button' class='theme_select_submit ow_positive' langLabel='admin+themes_choose_activate_button_label'}
{/block_decorator}
{block_decorator name='box' type='empty' addClass='ow_stdmargin' iconClass="ow_ic_monitor" langLabel='admin+themes_choose_list_cap_title'}
{foreach from=$themes item='theme'}
{$theme.title} {if $theme.update_url && empty($theme.license_url)}{/if}
{/foreach}
{/block_decorator} {block_decorator name='box' type='empty' addClass='ow_stdmargin' iconClass="ow_ic_monitor" langLabel='admin+themes_admin_list_cap_title'}
{foreach from=$adminThemes item='theme'} {/foreach}
{/block_decorator} {block_decorator name='box' type='empty' addClass='ow_stdmargin' iconClass='ow_ic_trash' langLabel='admin+themes_add_new_box_cap_label'} {form name='theme-add'}
{input name='file'}
{submit name='submit' class='ow_positive'}
{/form} {/block_decorator}
{decorator name='button' class='theme_select_delete ow_positive' langLabel='base+yes'}