From 8754780671cea0404df81219fd3dcbd335a01bb7 Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Wed, 9 May 2012 08:27:40 +0000 Subject: [PATCH] //small fix #PSCFV-2139 --- .../controllers/meta/helpers/options/options.tpl | 3 ++- css/admin.css | 12 +++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/admin-dev/themes/default/template/controllers/meta/helpers/options/options.tpl b/admin-dev/themes/default/template/controllers/meta/helpers/options/options.tpl index 1b6ae0d82..a155f19cd 100644 --- a/admin-dev/themes/default/template/controllers/meta/helpers/options/options.tpl +++ b/admin-dev/themes/default/template/controllers/meta/helpers/options/options.tpl @@ -34,10 +34,11 @@ {if !$field['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.'} + {l s='URL rewriting (mod_rewrite) is not active on your server. If you want to use Friendly URL you must activate this mod.'}
{/if} {else} {$smarty.block.parent} {/if} {/block} + diff --git a/css/admin.css b/css/admin.css index e2353fd03..f4bd1d405 100644 --- a/css/admin.css +++ b/css/admin.css @@ -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; }