//reorganization of shipping menus & options

This commit is contained in:
Vincent Augagneur
2013-08-12 11:02:28 +02:00
parent 7b92675778
commit 3664f4c394
4 changed files with 60 additions and 60 deletions
+6 -9
View File
@@ -42,9 +42,6 @@
<tab id="Price_Rules" id_parent="" active="1">
<class_name>AdminPriceRule</class_name>
</tab>
<tab id="Shipping" id_parent="" active="1">
<class_name>AdminParentShipping</class_name>
</tab>
<tab id="Localization" id_parent="" active="1">
<class_name>AdminParentLocalization</class_name>
</tab>
@@ -150,12 +147,6 @@
<tab id="Marketing" id_parent="Price_Rules" active="1">
<class_name>AdminMarketing</class_name>
</tab>
<tab id="Shipping_1" id_parent="Shipping" active="1">
<class_name>AdminShipping</class_name>
</tab>
<tab id="Carriers" id_parent="Shipping" active="1">
<class_name>AdminCarriers</class_name>
</tab>
<tab id="CarrierWizard" id_parent="Shipping" active="1">
<class_name>AdminCarrierWizard</class_name>
</tab>
@@ -198,6 +189,9 @@
<tab id="Payment" id_parent="Modules" active="1">
<class_name>AdminPayment</class_name>
</tab>
<tab id="Carriers" id_parent="Modules" active="1">
<class_name>AdminCarriers</class_name>
</tab>
<tab id="General" id_parent="Preferences" active="1">
<class_name>AdminPreferences</class_name>
</tab>
@@ -210,6 +204,9 @@
<tab id="Customers_2" id_parent="Preferences" active="1">
<class_name>AdminCustomerPreferences</class_name>
</tab>
<tab id="Shipping" id_parent="Preferences" active="1">
<class_name>AdminShipping</class_name>
</tab>
<tab id="Themes" id_parent="Preferences" active="1">
<class_name>AdminThemes</class_name>
</tab>
+8
View File
@@ -22,6 +22,14 @@ CHANGE `module_name` `module_name` VARCHAR(64) NULL DEFAULT NULL;
/* PHP:remove_tab(AdminRangePrice); */;
/* PHP:remove_tab(AdminRangeWeight); */;
/* PHP:remove_tab(AdminShipping); */;
/* PHP:remove_tab(AdminParentShipping); */;
/* PHP:remove_tab(AdminCarriers); */;
/* PHP:add_new_tab(AdminShipping, es:Shipping|it:Shipping|en:Shipping|de:Shipping|fr:Transport, 0, false, AdminParentPreferences); */;
/* PHP:add_new_tab(AdminCarriers, es:Carriers|it:Carriers|en:Carriers|de:Carriers|fr:Tarsporteurs, 0, false, AdminParentModules); */;
ALTER TABLE `PREFIX_log` ADD `id_employee` INT(10) UNSIGNED NULL DEFAULT NULL AFTER `object_id`;
SET @id_parent = (SELECT IFNULL(id_tab, 1) FROM `PREFIX_tab` WHERE `class_name` = 'AdminPriceRule' LIMIT 1);