// #PSCFV-94 - AdminProducts, AdminCatalog

// new menu style


git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9515 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mMarinetti
2011-10-20 15:22:22 +00:00
parent 0598f561b7
commit 1e9e80b266
13 changed files with 4975 additions and 56 deletions
+1 -16
View File
@@ -84,21 +84,6 @@ if (Tools::isSubmit('ajaxProductManufacturers'))
}
}
if (Tools::isSubmit('ajaxProductQuantity'))
{
require_once(dirname(__FILE__).'/tabs/AdminCatalog.php');
$catalog = new AdminCatalog();
$admin = new AdminProducts();
$languages = Language::getLanguages(false);
$defaultLanguage = (int)(Configuration::get('PS_LANG_DEFAULT'));
$product = new Product((int)(Tools::getValue('id_product')));
if (!Validate::isLoadedObject($product))
die (Tools::displayError('Product cannot be loaded'));
AdminTab::$currentIndex = 'index.php?tab=AdminCatalog';
echo $admin->ajaxProductQuantity($product);
}
if (Tools::isSubmit('ajaxReferrers'))
{
@@ -571,7 +556,7 @@ if (Tools::isSubmit('helpAccess'))
if (isset($item) AND isset($isoUser) AND isset($country))
die(HelpAccess::displayHelp($item, $isoUser, $country, $version));
die();
die('{nohelp}');
}
if (Tools::isSubmit('getHookableList'))