[*] BO #PSFV-94 : Added AdminPreferencesController

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9719 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vChabot
2011-10-28 14:08:07 +00:00
parent 6b32d53742
commit 9a616a7f3f
3 changed files with 69 additions and 44 deletions
+2
View File
@@ -122,6 +122,8 @@ class HelperOptionsCore extends Helper
}
</script>';
$field['link_remove_ip'] = ' &nbsp<a href="#" class="button" onclick="addRemoteAddr(); return false;">'.$this->l('Add my IP').'</a>';
if (!isset($category_data['bottom']))
$category_data['bottom'] = '<script type="text/javascript">changeCMSActivationAuthorization();</script>';
} else if ($field['type'] == 'price')
{
$field['currency_left'] = $this->context->currency->getSign('left');