{style} {literal} .theme_icon{ background-repeat:no-repeat; background-position:50% 50%; height:150px; width:150px; border:1px solid #ccc; display:block; cursor:pointer; } .theme_title{ font-weight:bold; } .theme_desc{ padding:10px 0; } .theme_controls input[type="text"]{ width:200px; } .theme_control_image{ background-repeat:no-repeat; background-position:50% 50%; border:1px solid #ccc; height:40px; width:200px; } .theme_item{ float:left; } .theme_item a{ display:block; width:150px; height:170px; margin:4px; background-repeat:no-repeat; border:1px solid #ccc; } .theme_item a:hover{ text-decoration:none; color:red; } .theme_item a.clicked{ border:1px solid red; color:red; } .theme_item span.fake{ display:block; height:150px; } .theme_item span.name{ display:block; text-align:center; } .selected_theme_info{ float:right; width:360px; } {/literal} {/style}
{block_decorator name='box_cap' type='empty' iconClass="ow_ic_info" label='Theme Info'} {/block_decorator} {block_decorator name='box' type='empty'}
{$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' langLabel='admin+themes_choose_activate_button_label'}
{/block_decorator}
{block_decorator name='box_cap' type='empty' iconClass="ow_ic_monitor" langLabel='admin+themes_choose_list_cap_title'} {/block_decorator} {block_decorator name='box' type='empty'}
{foreach from=$themes item='theme'} {/foreach}
{/block_decorator}