// Fix AdminController translations not being parsed
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13151 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -159,7 +159,6 @@ class HelperOptionsCore extends Helper
|
||||
|
||||
/**
|
||||
* Type = image
|
||||
* @TODO
|
||||
*/
|
||||
public function displayOptionTypeImage($key, $field, $value)
|
||||
{
|
||||
@@ -187,7 +186,6 @@ class HelperOptionsCore extends Helper
|
||||
|
||||
/**
|
||||
* Type = price
|
||||
* @TODO
|
||||
*/
|
||||
public function displayOptionTypePrice($key, $field, $value)
|
||||
{
|
||||
@@ -198,8 +196,6 @@ class HelperOptionsCore extends Helper
|
||||
|
||||
/**
|
||||
* Type = disabled
|
||||
*
|
||||
* @TODO
|
||||
*/
|
||||
public function displayOptionTypeDisabled($key, $field, $value)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user