//small fix #PSCFV-2139

This commit is contained in:
vAugagneur
2012-05-09 08:27:40 +00:00
parent 1c06422026
commit 8754780671
2 changed files with 13 additions and 2 deletions
@@ -34,10 +34,11 @@
<input type="radio" name="{$key}" id="{$key}_off" value="0" {if !$field['value']} checked="checked"{/if}{if isset($field['js']['off'])} {$field['js']['off']}{/if}/>
<label class="t" for="{$key}_off"> {l s='No'}</label>
{if !$field['mod_rewrite']}
<span class="warning_mod_rewrite" style="height:15px">{l s='URL rewriting (mod_rewrite) is not active on your server. If you want to use Friendly URL you must activate this mod.'}</span>
<span class="warning_mod_rewrite">{l s='URL rewriting (mod_rewrite) is not active on your server. If you want to use Friendly URL you must activate this mod.'}</span>
<div class="clear"></div>
{/if}
{else}
{$smarty.block.parent}
{/if}
{/block}
+11 -1
View File
@@ -1805,7 +1805,7 @@ p.preference_description .light-warning {
margin-top: 4px;
}
.multishop_warning, .warning_mod_rewrite{
.multishop_warning {
background-image: url("../img/admin/warning.gif");
background-repeat: no-repeat;
color: #FE2744;
@@ -1814,6 +1814,16 @@ p.preference_description .light-warning {
padding-top: 1px;
}
.warning_mod_rewrite{
background: #FEEFB3 url(../img/admin/warning.gif) no-repeat;
color: #9E6014;
font-weight: bold;
padding-left: 22px;
padding-top: 1px;
height:20px;
}
label.conf_title{
width: 235px;
}