// Fixed #PSFV-500

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13263 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
bMancone
2012-02-13 15:22:10 +00:00
parent 7682d57803
commit bac2f8bd46
2 changed files with 628 additions and 621 deletions
@@ -1001,7 +1001,7 @@ class AdminTranslationsControllerCore extends AdminController
$prefix_key = 'Admin'.ucfirst(substr($tmp, strrpos($tmp, DIRECTORY_SEPARATOR) + 1, $pos));
// Adding list, form, option in Helper Translations
if ($prefix_key == 'AdminHelper' || $prefix_key == 'AdminList' || $prefix_key == 'AdminOptions' || $prefix_key == 'AdminForm')
if ($prefix_key == 'AdminHelpers' || $prefix_key == 'AdminList' || $prefix_key == 'AdminOptions' || $prefix_key == 'AdminForm')
$prefix_key = 'Helper';
// Adding the folder backup/download/ in AdminBackup Translations
@@ -1051,6 +1051,7 @@ class AdminTranslationsControllerCore extends AdminController
$tabs_array[$prefix_key] = $new_lang;
$count += count($new_lang);
}
// with php then tpl files, order can be a mess
asort($tabs_array);
+626 -620
View File
File diff suppressed because it is too large Load Diff