// Translations

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11605 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2011-12-22 14:04:19 +00:00
parent ba041f3b20
commit 341eefd647
+2 -2
View File
@@ -120,7 +120,7 @@ class HelperOptionsCore extends Helper
$(\'input[name=PS_MAINTENANCE_IP]\').attr(\'value\',\''.Tools::getRemoteAddr().'\');
}
</script>';
$field['link_remove_ip'] = ' &nbsp<a href="#" class="button" onclick="addRemoteAddr(); return false;">'.$this->l('Add my IP').'</a>';
$field['link_remove_ip'] = ' &nbsp<a href="#" class="button" onclick="addRemoteAddr(); return false;">'.$this->l('Add my IP', 'helper').'</a>';
if (!isset($category_data['bottom']))
$category_data['bottom'] = '<script type="text/javascript">changeCMSActivationAuthorization();</script>';
}
@@ -195,7 +195,7 @@ class HelperOptionsCore extends Helper
{
echo $this->context->currency->getSign('left');
$this->displayOptionTypeText($key, $field, $value);
echo $this->context->currency->getSign('right').' '.$this->l('(tax excl.)');
echo $this->context->currency->getSign('right').' '.$this->l('(tax excl.)', 'helper');
}
/**