{style}
{literal}
.theme_icon{
background-repeat:no-repeat;
background-position:50% 50%;
height:180px;
width:180px;
}
.theme_title{
font-weight:bold;
}
.theme_desc{
padding:10px 0;
}
.theme_controls input[type="text"]{
width:232px;
padding:4px;
}
.theme_control_image{
background-repeat:no-repeat;
background-position:0% 0%;
border:1px solid #ccc;
height:40px;
width:170px;
float:left;
cursor:pointer;
}
.theme_controls select{
width:240px;
}
body table.theme_controls td.ow_label{
width:35%;
}
body table.theme_controls td.ow_input{
width:30%;
}
body table.theme_controls td.ow_desc{
text-align:left;
width:35%;
}
.color_input input[type="text"]{
width:170px;
}
.theme_controls .color_button{
width:30px;
height:27px;
padding:0;
box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
}
.preview_graphics{
background-repeat:no-repeat;
background-position:50% 50%;
border:1px solid #ccc;
width:500px;
height:350px;
margin:0 auto;
}
{/literal}
{/style}
{$contentMenu}
{if isset($themeInfo.title)}{$themeInfo.title}{else}-{/if}
{if isset($themeInfo.description)}{$themeInfo.description}{else}-{/if}
{text key='admin+theme_info_version_label'}: |
{if isset($themeInfo.version)}{$themeInfo.version}{else}-{/if} |
{text key='admin+theme_info_compatibility_label'}: |
{if isset($themeInfo.compatibility)}{$themeInfo.compatibility}{else}-{/if} |
{text key='admin+theme_info_author_label'}: |
{if isset($themeInfo.author)}{$themeInfo.author}{else}-{/if} |
{text key='admin+theme_info_author_url_label'}: |
{if isset($themeInfo.authorUrl)}{$themeInfo.authorUrl}{else}-{/if} |
{block_decorator name='box' type='empty' langLabel='admin+theme_settings_cap_label' iconClass='ow_ic_edit'}
{if isset($noControls) && $noControls}
{text key='admin+theme_settings_no_controls_label'}
{else}
{form name='theme-edit'}
{decorator name="button" class='ow_red ow_ic_delete' langLabel='admin+themes_settings_reset_label' onclick="if(confirm('`$smarty.capture.resetLabel`')) window.location = '`$resetUrl`';"}
{submit name='submit' class='ow_positive ow_btn_delimiter'}
{/form}
{/if}
{/block_decorator}