Version Notes
1.6.1.0
Download this release
Release Info
Developer | Magento Core Team |
Extension | Interface_Adminhtml_Default |
Version | 1.6.1.0 |
Comparing to | |
See all releases |
Version 1.6.1.0
- app/design/adminhtml/default/default/layout/admin.xml +69 -0
- app/design/adminhtml/default/default/layout/adminnotification.xml +38 -0
- app/design/adminhtml/default/default/layout/authorizenet.xml +35 -0
- app/design/adminhtml/default/default/layout/bundle.xml +118 -0
- app/design/adminhtml/default/default/layout/catalog.xml +332 -0
- app/design/adminhtml/default/default/layout/cms.xml +95 -0
- app/design/adminhtml/default/default/layout/connect.xml +73 -0
- app/design/adminhtml/default/default/layout/customer.xml +60 -0
- app/design/adminhtml/default/default/layout/dataflow.xml +59 -0
- app/design/adminhtml/default/default/layout/downloadable.xml +97 -0
- app/design/adminhtml/default/default/layout/giftmessage.xml +82 -0
- app/design/adminhtml/default/default/layout/importexport.xml +33 -0
- app/design/adminhtml/default/default/layout/index.xml +45 -0
- app/design/adminhtml/default/default/layout/main.xml +256 -0
- app/design/adminhtml/default/default/layout/newsletter.xml +67 -0
- app/design/adminhtml/default/default/layout/pagecache.xml +35 -0
- app/design/adminhtml/default/default/layout/promo.xml +90 -0
- app/design/adminhtml/default/default/layout/report.xml +35 -0
- app/design/adminhtml/default/default/layout/rss.xml +45 -0
- app/design/adminhtml/default/default/layout/sales.xml +1080 -0
- app/design/adminhtml/default/default/layout/search.xml +35 -0
- app/design/adminhtml/default/default/layout/tag.xml +52 -0
- app/design/adminhtml/default/default/layout/widget.xml +69 -0
- app/design/adminhtml/default/default/locale/en_US/translate.csv +201 -0
- app/design/adminhtml/default/default/template/access_denied.phtml +40 -0
- app/design/adminhtml/default/default/template/api/role_users_grid_js.phtml +105 -0
- app/design/adminhtml/default/default/template/api/roleinfo.phtml +45 -0
- app/design/adminhtml/default/default/template/api/roles.phtml +37 -0
- app/design/adminhtml/default/default/template/api/rolesedit.phtml +143 -0
- app/design/adminhtml/default/default/template/api/rolesusers.phtml +28 -0
- app/design/adminhtml/default/default/template/api/user_roles_grid_js.phtml +85 -0
- app/design/adminhtml/default/default/template/api/userinfo.phtml +52 -0
- app/design/adminhtml/default/default/template/api/usernroles.phtml +31 -0
- app/design/adminhtml/default/default/template/api/userroles.phtml +45 -0
- app/design/adminhtml/default/default/template/api/users.phtml +40 -0
- app/design/adminhtml/default/default/template/authorizenet/directpost/iframe.phtml +55 -0
- app/design/adminhtml/default/default/template/authorizenet/directpost/info.phtml +157 -0
- app/design/adminhtml/default/default/template/backup/left.phtml +27 -0
- app/design/adminhtml/default/default/template/backup/list.phtml +35 -0
- app/design/adminhtml/default/default/template/bundle/product/composite/fieldset/options/bundle.phtml +95 -0
- app/design/adminhtml/default/default/template/bundle/product/composite/fieldset/options/type/checkbox.phtml +51 -0
- app/design/adminhtml/default/default/template/bundle/product/composite/fieldset/options/type/multi.phtml +48 -0
- app/design/adminhtml/default/default/template/bundle/product/composite/fieldset/options/type/radio.phtml +64 -0
- app/design/adminhtml/default/default/template/bundle/product/composite/fieldset/options/type/select.phtml +54 -0
- app/design/adminhtml/default/default/template/bundle/product/edit/bundle.phtml +76 -0
- app/design/adminhtml/default/default/template/bundle/product/edit/bundle/option.phtml +234 -0
- app/design/adminhtml/default/default/template/bundle/product/edit/bundle/option/search.phtml +35 -0
- app/design/adminhtml/default/default/template/bundle/product/edit/bundle/option/selection.phtml +352 -0
- app/design/adminhtml/default/default/template/bundle/sales/creditmemo/create/items/renderer.phtml +411 -0
- app/design/adminhtml/default/default/template/bundle/sales/creditmemo/view/items/renderer.phtml +341 -0
- app/design/adminhtml/default/default/template/bundle/sales/invoice/create/items/renderer.phtml +398 -0
- app/design/adminhtml/default/default/template/bundle/sales/invoice/view/items/renderer.phtml +340 -0
- app/design/adminhtml/default/default/template/bundle/sales/order/view/items/renderer.phtml +415 -0
- app/design/adminhtml/default/default/template/bundle/sales/shipment/create/items/renderer.phtml +118 -0
- app/design/adminhtml/default/default/template/bundle/sales/shipment/view/items/renderer.phtml +115 -0
- app/design/adminhtml/default/default/template/catalog/category/checkboxes/tree.phtml +199 -0
- app/design/adminhtml/default/default/template/catalog/category/edit.phtml +198 -0
- app/design/adminhtml/default/default/template/catalog/category/edit/form.phtml +258 -0
- app/design/adminhtml/default/default/template/catalog/category/tree.phtml +480 -0
- app/design/adminhtml/default/default/template/catalog/category/widget/tree.phtml +202 -0
- app/design/adminhtml/default/default/template/catalog/form/renderer/fieldset/element.phtml +56 -0
- app/design/adminhtml/default/default/template/catalog/product.phtml +47 -0
- app/design/adminhtml/default/default/template/catalog/product/attribute/js.phtml +331 -0
- app/design/adminhtml/default/default/template/catalog/product/attribute/new/created.phtml +54 -0
- app/design/adminhtml/default/default/template/catalog/product/attribute/options.phtml +212 -0
- app/design/adminhtml/default/default/template/catalog/product/attribute/set/main.phtml +461 -0
- app/design/adminhtml/default/default/template/catalog/product/attribute/set/main/tree/attribute.phtml +26 -0
- app/design/adminhtml/default/default/template/catalog/product/attribute/set/main/tree/group.phtml +27 -0
- app/design/adminhtml/default/default/template/catalog/product/attribute/set/toolbar/add.phtml +41 -0
- app/design/adminhtml/default/default/template/catalog/product/attribute/set/toolbar/main.phtml +36 -0
- app/design/adminhtml/default/default/template/catalog/product/composite/configure.phtml +54 -0
- app/design/adminhtml/default/default/template/catalog/product/composite/fieldset/configurable.phtml +59 -0
- app/design/adminhtml/default/default/template/catalog/product/composite/fieldset/grouped.phtml +94 -0
- app/design/adminhtml/default/default/template/catalog/product/composite/fieldset/options.phtml +45 -0
- app/design/adminhtml/default/default/template/catalog/product/composite/fieldset/options/js.phtml +106 -0
- app/design/adminhtml/default/default/template/catalog/product/composite/fieldset/options/type/date.phtml +94 -0
- app/design/adminhtml/default/default/template/catalog/product/composite/fieldset/options/type/default.phtml +31 -0
- app/design/adminhtml/default/default/template/catalog/product/composite/fieldset/options/type/file.phtml +103 -0
- app/design/adminhtml/default/default/template/catalog/product/composite/fieldset/options/type/select.phtml +39 -0
- app/design/adminhtml/default/default/template/catalog/product/composite/fieldset/options/type/text.phtml +42 -0
- app/design/adminhtml/default/default/template/catalog/product/composite/fieldset/qty.phtml +36 -0
- app/design/adminhtml/default/default/template/catalog/product/created.phtml +59 -0
- app/design/adminhtml/default/default/template/catalog/product/edit.phtml +133 -0
- app/design/adminhtml/default/default/template/catalog/product/edit/action/attribute.phtml +61 -0
- app/design/adminhtml/default/default/template/catalog/product/edit/action/inventory.phtml +181 -0
- app/design/adminhtml/default/default/template/catalog/product/edit/action/websites.phtml +120 -0
- app/design/adminhtml/default/default/template/catalog/product/edit/categories.phtml +148 -0
- app/design/adminhtml/default/default/template/catalog/product/edit/options.phtml +57 -0
- app/design/adminhtml/default/default/template/catalog/product/edit/options/option.phtml +351 -0
- app/design/adminhtml/default/default/template/catalog/product/edit/options/type/date.phtml +53 -0
- app/design/adminhtml/default/default/template/catalog/product/edit/options/type/file.phtml +57 -0
- app/design/adminhtml/default/default/template/catalog/product/edit/options/type/select.phtml +173 -0
- app/design/adminhtml/default/default/template/catalog/product/edit/options/type/text.phtml +55 -0
- app/design/adminhtml/default/default/template/catalog/product/edit/price/tier.phtml +171 -0
- app/design/adminhtml/default/default/template/catalog/product/edit/serializer.phtml +33 -0
- app/design/adminhtml/default/default/template/catalog/product/edit/super/config.phtml +153 -0
- app/design/adminhtml/default/default/template/catalog/product/edit/websites.phtml +97 -0
- app/design/adminhtml/default/default/template/catalog/product/helper/gallery.phtml +125 -0
- app/design/adminhtml/default/default/template/catalog/product/js.phtml +94 -0
- app/design/adminhtml/default/default/template/catalog/product/price.phtml +383 -0
- app/design/adminhtml/default/default/template/catalog/product/tab/alert.phtml +37 -0
- app/design/adminhtml/default/default/template/catalog/product/tab/inventory.phtml +233 -0
- app/design/adminhtml/default/default/template/catalog/product/widget/chooser/container.phtml +37 -0
- app/design/adminhtml/default/default/template/catalog/wysiwyg/js.phtml +118 -0
- app/design/adminhtml/default/default/template/cms/browser/content.phtml +49 -0
- app/design/adminhtml/default/default/template/cms/browser/content/files.phtml +54 -0
- app/design/adminhtml/default/default/template/cms/browser/content/newfolder.phtml +33 -0
- app/design/adminhtml/default/default/template/cms/browser/content/uploader.phtml +74 -0
- app/design/adminhtml/default/default/template/cms/browser/js.phtml +39 -0
- app/design/adminhtml/default/default/template/cms/browser/tree.phtml +82 -0
- app/design/adminhtml/default/default/template/cms/page/edit/form/renderer/content.phtml +32 -0
- app/design/adminhtml/default/default/template/coming.phtml +30 -0
- app/design/adminhtml/default/default/template/connect/extension/custom/authors.phtml +91 -0
- app/design/adminhtml/default/default/template/connect/extension/custom/contents.phtml +91 -0
- app/design/adminhtml/default/default/template/connect/extension/custom/depends.phtml +137 -0
- app/design/adminhtml/default/default/template/connect/extension/custom/load.phtml +35 -0
- app/design/adminhtml/default/default/template/connect/extension/custom/package.phtml +91 -0
- app/design/adminhtml/default/default/template/connect/extension/custom/release.phtml +29 -0
- app/design/adminhtml/default/default/template/customer/edit/js.phtml +33 -0
- app/design/adminhtml/default/default/template/customer/edit/tab/view/grid/item.phtml +46 -0
- app/design/adminhtml/default/default/template/customer/online.phtml +34 -0
- app/design/adminhtml/default/default/template/customer/tab/addresses.phtml +560 -0
- app/design/adminhtml/default/default/template/customer/tab/cart.phtml +96 -0
- app/design/adminhtml/default/default/template/customer/tab/newsletter.phtml +30 -0
- app/design/adminhtml/default/default/template/customer/tab/view.phtml +82 -0
- app/design/adminhtml/default/default/template/customer/tab/view/sales.phtml +85 -0
- app/design/adminhtml/default/default/template/customer/tab/wishlist.phtml +79 -0
- app/design/adminhtml/default/default/template/dashboard/graph.phtml +65 -0
- app/design/adminhtml/default/default/template/dashboard/graph/disabled.phtml +31 -0
- app/design/adminhtml/default/default/template/dashboard/grid.phtml +86 -0
- app/design/adminhtml/default/default/template/dashboard/index.phtml +133 -0
- app/design/adminhtml/default/default/template/dashboard/salebar.phtml +36 -0
- app/design/adminhtml/default/default/template/dashboard/searches.phtml +35 -0
- app/design/adminhtml/default/default/template/dashboard/store/switcher.phtml +76 -0
- app/design/adminhtml/default/default/template/dashboard/totalbar.phtml +42 -0
- app/design/adminhtml/default/default/template/directory/js/optional_zip_countries.phtml +66 -0
- app/design/adminhtml/default/default/template/downloadable/product/composite/fieldset/downloadable.phtml +90 -0
- app/design/adminhtml/default/default/template/downloadable/product/edit/downloadable.phtml +273 -0
- app/design/adminhtml/default/default/template/downloadable/product/edit/downloadable/links.phtml +388 -0
- app/design/adminhtml/default/default/template/downloadable/product/edit/downloadable/samples.phtml +217 -0
- app/design/adminhtml/default/default/template/downloadable/sales/items/column/downloadable/creditmemo/name.phtml +62 -0
- app/design/adminhtml/default/default/template/downloadable/sales/items/column/downloadable/invoice/name.phtml +62 -0
- app/design/adminhtml/default/default/template/downloadable/sales/items/column/downloadable/name.phtml +62 -0
- app/design/adminhtml/default/default/template/downloadable/sales/order/creditmemo/create/items/renderer/downloadable.phtml +139 -0
- app/design/adminhtml/default/default/template/downloadable/sales/order/creditmemo/view/items/renderer/downloadable.phtml +123 -0
- app/design/adminhtml/default/default/template/downloadable/sales/order/invoice/create/items/renderer/downloadable.phtml +133 -0
- app/design/adminhtml/default/default/template/downloadable/sales/order/invoice/view/items/renderer/downloadable.phtml +123 -0
- app/design/adminhtml/default/default/template/downloadable/sales/order/view/items/renderer/downloadable.phtml +146 -0
- app/design/adminhtml/default/default/template/eav/attribute/edit/js.phtml +26 -0
- app/design/adminhtml/default/default/template/email/order/items.phtml +150 -0
- app/design/adminhtml/default/default/template/example.phtml +301 -0
- app/design/adminhtml/default/default/template/forgotpassword.phtml +72 -0
- app/design/adminhtml/default/default/template/formkey.phtml +27 -0
- app/design/adminhtml/default/default/template/giftmessage/form.phtml +57 -0
- app/design/adminhtml/default/default/template/giftmessage/giftoptionsform.phtml +68 -0
- app/design/adminhtml/default/default/template/giftmessage/helper.phtml +104 -0
- app/design/adminhtml/default/default/template/giftmessage/popup.phtml +56 -0
- app/design/adminhtml/default/default/template/giftmessage/sales/order/create/giftoptions.phtml +53 -0
- app/design/adminhtml/default/default/template/giftmessage/sales/order/create/items.phtml +41 -0
- app/design/adminhtml/default/default/template/giftmessage/sales/order/view/giftoptions.phtml +53 -0
- app/design/adminhtml/default/default/template/giftmessage/sales/order/view/items.phtml +44 -0
- app/design/adminhtml/default/default/template/googlebase/captcha.phtml +35 -0
- app/design/adminhtml/default/default/template/googlebase/items.phtml +55 -0
- app/design/adminhtml/default/default/template/googlebase/types/edit/attributes.phtml +125 -0
- app/design/adminhtml/default/default/template/importexport/busy.phtml +43 -0
- app/design/adminhtml/default/default/template/importexport/export/form/after.phtml +43 -0
- app/design/adminhtml/default/default/template/importexport/export/form/before.phtml +71 -0
- app/design/adminhtml/default/default/template/importexport/import/form/after.phtml +32 -0
- app/design/adminhtml/default/default/template/importexport/import/form/before.phtml +137 -0
- app/design/adminhtml/default/default/template/importexport/import/frame/result.phtml +31 -0
- app/design/adminhtml/default/default/template/index/notifications.phtml +34 -0
- app/design/adminhtml/default/default/template/login.phtml +75 -0
- app/design/adminhtml/default/default/template/media/editor.phtml +47 -0
- app/design/adminhtml/default/default/template/media/uploader.phtml +75 -0
- app/design/adminhtml/default/default/template/newsletter/preview/iframeswitcher.phtml +91 -0
- app/design/adminhtml/default/default/template/newsletter/preview/store.phtml +60 -0
- app/design/adminhtml/default/default/template/newsletter/problem/list.phtml +94 -0
- app/design/adminhtml/default/default/template/newsletter/queue/edit.phtml +99 -0
- app/design/adminhtml/default/default/template/newsletter/queue/list.phtml +39 -0
- app/design/adminhtml/default/default/template/newsletter/queue/preview.phtml +37 -0
- app/design/adminhtml/default/default/template/newsletter/subscriber/list.phtml +82 -0
- app/design/adminhtml/default/default/template/newsletter/template/edit.phtml +190 -0
- app/design/adminhtml/default/default/template/newsletter/template/list.phtml +39 -0
- app/design/adminhtml/default/default/template/newsletter/template/preview.phtml +37 -0
- app/design/adminhtml/default/default/template/notification/baseurl.phtml +35 -0
- app/design/adminhtml/default/default/template/notification/security.phtml +9 -0
app/design/adminhtml/default/default/layout/admin.xml
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* Magento
|
5 |
+
*
|
6 |
+
* NOTICE OF LICENSE
|
7 |
+
*
|
8 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
9 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
10 |
+
* It is also available through the world-wide-web at this URL:
|
11 |
+
* http://opensource.org/licenses/afl-3.0.php
|
12 |
+
* If you did not receive a copy of the license and are unable to
|
13 |
+
* obtain it through the world-wide-web, please send an email
|
14 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
+
*
|
16 |
+
* DISCLAIMER
|
17 |
+
*
|
18 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
19 |
+
* versions in the future. If you wish to customize Magento for your
|
20 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
21 |
+
*
|
22 |
+
* @category design
|
23 |
+
* @package default_default
|
24 |
+
* @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
|
25 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
+
*/
|
27 |
+
-->
|
28 |
+
|
29 |
+
<layout>
|
30 |
+
<!-- admin acl roles grid page -->
|
31 |
+
<adminhtml_permissions_role_index>
|
32 |
+
<reference name="content">
|
33 |
+
<block type="adminhtml/permissions_roles" name="adminhtml.permission.role.index" template="permissions/roles.phtml">
|
34 |
+
<block type="adminhtml/permissions_grid_role" name="adminhtml.permission.role.grid" as="grid"/>
|
35 |
+
</block>
|
36 |
+
</reference>
|
37 |
+
</adminhtml_permissions_role_index>
|
38 |
+
<adminhtml_permissions_role_rolegrid>
|
39 |
+
<remove name="root"/>
|
40 |
+
<block type="adminhtml/permissions_grid_role" name="adminhtml.permission.role.grid"/>
|
41 |
+
</adminhtml_permissions_role_rolegrid>
|
42 |
+
|
43 |
+
<!-- admin acl roles edit page -->
|
44 |
+
<adminhtml_permissions_role_editrole>
|
45 |
+
<reference name="left">
|
46 |
+
<block type="adminhtml/permissions_editroles" name="adminhtml.permissions.editroles"/>
|
47 |
+
</reference>
|
48 |
+
</adminhtml_permissions_role_editrole>
|
49 |
+
<adminhtml_system_config_edit>
|
50 |
+
<reference name="left">
|
51 |
+
<block type="adminhtml/system_config_switcher" name="adminhtml.system.config.switcher" before="-"/>
|
52 |
+
</reference>
|
53 |
+
</adminhtml_system_config_edit>
|
54 |
+
<adminhtml_dashboard_index>
|
55 |
+
<reference name="content">
|
56 |
+
<block type="adminhtml/dashboard" name="dashboard">
|
57 |
+
<block type="adminhtml/store_switcher" name="store_switcher" as="store_switcher" template="store/switcher.phtml">
|
58 |
+
<action method="setUseConfirm"><params>0</params></action>
|
59 |
+
</block>
|
60 |
+
</block>
|
61 |
+
</reference>
|
62 |
+
</adminhtml_dashboard_index>
|
63 |
+
<adminhtml_cache_index>
|
64 |
+
<reference name="content">
|
65 |
+
<block type="adminhtml/cache" name="cache"></block>
|
66 |
+
<block type="adminhtml/cache_additional" name="cache.additional" template="system/cache/additional.phtml"></block>
|
67 |
+
</reference>
|
68 |
+
</adminhtml_cache_index>
|
69 |
+
</layout>
|
app/design/adminhtml/default/default/layout/adminnotification.xml
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* Magento
|
5 |
+
*
|
6 |
+
* NOTICE OF LICENSE
|
7 |
+
*
|
8 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
9 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
10 |
+
* It is also available through the world-wide-web at this URL:
|
11 |
+
* http://opensource.org/licenses/afl-3.0.php
|
12 |
+
* If you did not receive a copy of the license and are unable to
|
13 |
+
* obtain it through the world-wide-web, please send an email
|
14 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
+
*
|
16 |
+
* DISCLAIMER
|
17 |
+
*
|
18 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
19 |
+
* versions in the future. If you wish to customize Magento for your
|
20 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
21 |
+
*
|
22 |
+
* @category design
|
23 |
+
* @package default_default
|
24 |
+
* @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
|
25 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
+
*/
|
27 |
+
-->
|
28 |
+
|
29 |
+
<layout>
|
30 |
+
<default>
|
31 |
+
<reference name="notifications">
|
32 |
+
<block type="adminhtml/notification_toolbar" name="notification_toolbar" as="notification_toolbar" acl="system/adminnotification/show_toolbar" template="notification/toolbar.phtml" />
|
33 |
+
</reference>
|
34 |
+
<reference name="notifications">
|
35 |
+
<block type="adminhtml/notification_window" name="notification_window" as="notification_window" acl="system/adminnotification/show_toolbar" template="notification/window.phtml" />
|
36 |
+
</reference>
|
37 |
+
</default>
|
38 |
+
</layout>
|
app/design/adminhtml/default/default/layout/authorizenet.xml
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* Magento
|
5 |
+
*
|
6 |
+
* NOTICE OF LICENSE
|
7 |
+
*
|
8 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
9 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
10 |
+
* It is also available through the world-wide-web at this URL:
|
11 |
+
* http://opensource.org/licenses/afl-3.0.php
|
12 |
+
* If you did not receive a copy of the license and are unable to
|
13 |
+
* obtain it through the world-wide-web, please send an email
|
14 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
+
*
|
16 |
+
* DISCLAIMER
|
17 |
+
*
|
18 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
19 |
+
* versions in the future. If you wish to customize Magento for your
|
20 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
21 |
+
*
|
22 |
+
* @category design
|
23 |
+
* @package default_default
|
24 |
+
* @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
|
25 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
+
*/
|
27 |
+
|
28 |
+
-->
|
29 |
+
<layout version="0.1.0">
|
30 |
+
<adminhtml_sales_order_create_index>
|
31 |
+
<reference name="head">
|
32 |
+
<action method="addJs"><file>mage/directpost.js</file></action>
|
33 |
+
</reference>
|
34 |
+
</adminhtml_sales_order_create_index>
|
35 |
+
</layout>
|
app/design/adminhtml/default/default/layout/bundle.xml
ADDED
@@ -0,0 +1,118 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* Magento
|
5 |
+
*
|
6 |
+
* NOTICE OF LICENSE
|
7 |
+
*
|
8 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
9 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
10 |
+
* It is also available through the world-wide-web at this URL:
|
11 |
+
* http://opensource.org/licenses/afl-3.0.php
|
12 |
+
* If you did not receive a copy of the license and are unable to
|
13 |
+
* obtain it through the world-wide-web, please send an email
|
14 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
+
*
|
16 |
+
* DISCLAIMER
|
17 |
+
*
|
18 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
19 |
+
* versions in the future. If you wish to customize Magento for your
|
20 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
21 |
+
*
|
22 |
+
* @category design
|
23 |
+
* @package default_default
|
24 |
+
* @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
|
25 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
+
*/
|
27 |
+
-->
|
28 |
+
|
29 |
+
<layout>
|
30 |
+
|
31 |
+
<!--
|
32 |
+
Layout handle for budle products
|
33 |
+
-->
|
34 |
+
|
35 |
+
<!--<default>
|
36 |
+
<reference name="left">
|
37 |
+
<action method="setData"><attribute>attributeTabs</attribute><attributeType>bundle/adminhtml_catalog_product_edit_tab_attributes</attributeType></action>
|
38 |
+
</reference>
|
39 |
+
</default>-->
|
40 |
+
|
41 |
+
<adminhtml_catalog_product_bundle>
|
42 |
+
<reference name="product_tabs">
|
43 |
+
<action method="addTab"><name>bundle_items</name><block>bundle/adminhtml_catalog_product_edit_tab_bundle</block></action>
|
44 |
+
<action method="bindShadowTabs"><first>bundle_items</first><second>customer_options</second></action>
|
45 |
+
</reference>
|
46 |
+
</adminhtml_catalog_product_bundle>
|
47 |
+
|
48 |
+
<adminhtml_sales_order_view>
|
49 |
+
<reference name="order_items">
|
50 |
+
<action method="addItemRender"><type>bundle</type><block>bundle/adminhtml_sales_order_view_items_renderer</block><template>bundle/sales/order/view/items/renderer.phtml</template></action>
|
51 |
+
</reference>
|
52 |
+
</adminhtml_sales_order_view>
|
53 |
+
|
54 |
+
<adminhtml_sales_order_invoice_new>
|
55 |
+
<reference name="order_items">
|
56 |
+
<action method="addItemRender"><type>bundle</type><block>bundle/adminhtml_sales_order_items_renderer</block><template>bundle/sales/invoice/create/items/renderer.phtml</template></action>
|
57 |
+
</reference>
|
58 |
+
</adminhtml_sales_order_invoice_new>
|
59 |
+
|
60 |
+
<adminhtml_sales_order_invoice_updateqty>
|
61 |
+
<reference name="order_items">
|
62 |
+
<action method="addItemRender"><type>bundle</type><block>bundle/adminhtml_sales_order_items_renderer</block><template>bundle/sales/invoice/create/items/renderer.phtml</template></action>
|
63 |
+
</reference>
|
64 |
+
</adminhtml_sales_order_invoice_updateqty>
|
65 |
+
|
66 |
+
<adminhtml_sales_order_invoice_view>
|
67 |
+
<reference name="invoice_items">
|
68 |
+
<action method="addItemRender"><type>bundle</type><block>bundle/adminhtml_sales_order_items_renderer</block><template>bundle/sales/invoice/view/items/renderer.phtml</template></action>
|
69 |
+
</reference>
|
70 |
+
</adminhtml_sales_order_invoice_view>
|
71 |
+
|
72 |
+
<adminhtml_sales_order_shipment_new>
|
73 |
+
<reference name="order_items">
|
74 |
+
<action method="addItemRender"><type>bundle</type><block>bundle/adminhtml_sales_order_items_renderer</block><template>bundle/sales/shipment/create/items/renderer.phtml</template></action>
|
75 |
+
</reference>
|
76 |
+
</adminhtml_sales_order_shipment_new>
|
77 |
+
|
78 |
+
<adminhtml_sales_order_shipment_view>
|
79 |
+
<reference name="shipment_items">
|
80 |
+
<action method="addItemRender"><type>bundle</type><block>bundle/adminhtml_sales_order_items_renderer</block><template>bundle/sales/shipment/view/items/renderer.phtml</template></action>
|
81 |
+
</reference>
|
82 |
+
</adminhtml_sales_order_shipment_view>
|
83 |
+
|
84 |
+
<adminhtml_sales_order_creditmemo_new>
|
85 |
+
<reference name="order_items">
|
86 |
+
<action method="addItemRender"><type>bundle</type><block>bundle/adminhtml_sales_order_items_renderer</block><template>bundle/sales/creditmemo/create/items/renderer.phtml</template></action>
|
87 |
+
</reference>
|
88 |
+
</adminhtml_sales_order_creditmemo_new>
|
89 |
+
|
90 |
+
<adminhtml_sales_order_creditmemo_updateqty>
|
91 |
+
<reference name="order_items">
|
92 |
+
<action method="addItemRender"><type>bundle</type><block>bundle/adminhtml_sales_order_items_renderer</block><template>bundle/sales/creditmemo/create/items/renderer.phtml</template></action>
|
93 |
+
</reference>
|
94 |
+
</adminhtml_sales_order_creditmemo_updateqty>
|
95 |
+
|
96 |
+
<adminhtml_sales_order_creditmemo_view>
|
97 |
+
<reference name="creditmemo_items">
|
98 |
+
<action method="addItemRender"><type>bundle</type><block>bundle/adminhtml_sales_order_items_renderer</block><template>bundle/sales/creditmemo/view/items/renderer.phtml</template></action>
|
99 |
+
</reference>
|
100 |
+
</adminhtml_sales_order_creditmemo_view>
|
101 |
+
|
102 |
+
<adminhtml_customer_wishlist>
|
103 |
+
<reference name="customer.wishlist.edit.tab">
|
104 |
+
<action method="addProductConfigurationHelper"><type>bundle</type><name>bundle/catalog_product_configuration</name></action>
|
105 |
+
</reference>
|
106 |
+
</adminhtml_customer_wishlist>
|
107 |
+
|
108 |
+
<PRODUCT_TYPE_bundle>
|
109 |
+
<reference name="product.composite.fieldset">
|
110 |
+
<block type="bundle/adminhtml_catalog_product_composite_fieldset_bundle" before="product.composite.fieldset.options" name="product.composite.fieldset.bundle" template="bundle/product/composite/fieldset/options/bundle.phtml">
|
111 |
+
<action method="addRenderer"><type>select</type><block>bundle/adminhtml_catalog_product_composite_fieldset_options_type_select</block></action>
|
112 |
+
<action method="addRenderer"><type>multi</type><block>bundle/adminhtml_catalog_product_composite_fieldset_options_type_multi</block></action>
|
113 |
+
<action method="addRenderer"><type>radio</type><block>bundle/adminhtml_catalog_product_composite_fieldset_options_type_radio</block></action>
|
114 |
+
<action method="addRenderer"><type>checkbox</type><block>bundle/adminhtml_catalog_product_composite_fieldset_options_type_checkbox</block></action>
|
115 |
+
</block>
|
116 |
+
</reference>
|
117 |
+
</PRODUCT_TYPE_bundle>
|
118 |
+
</layout>
|
app/design/adminhtml/default/default/layout/catalog.xml
ADDED
@@ -0,0 +1,332 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* Magento
|
5 |
+
*
|
6 |
+
* NOTICE OF LICENSE
|
7 |
+
*
|
8 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
9 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
10 |
+
* It is also available through the world-wide-web at this URL:
|
11 |
+
* http://opensource.org/licenses/afl-3.0.php
|
12 |
+
* If you did not receive a copy of the license and are unable to
|
13 |
+
* obtain it through the world-wide-web, please send an email
|
14 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
+
*
|
16 |
+
* DISCLAIMER
|
17 |
+
*
|
18 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
19 |
+
* versions in the future. If you wish to customize Magento for your
|
20 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
21 |
+
*
|
22 |
+
* @category design
|
23 |
+
* @package default_default
|
24 |
+
* @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
|
25 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
+
*/
|
27 |
+
-->
|
28 |
+
|
29 |
+
<layout>
|
30 |
+
<adminhtml_catalog_product_index>
|
31 |
+
<referense name="head">
|
32 |
+
<action method="setTitle" translate="title"><title>Catalog</title></action>
|
33 |
+
</referense>
|
34 |
+
<reference name="menu">
|
35 |
+
<action method="setActive"><menupath>catalog/products</menupath></action>
|
36 |
+
</reference>
|
37 |
+
<reference name="content">
|
38 |
+
<block type="adminhtml/catalog_product" name="products_list">
|
39 |
+
<block type="adminhtml/store_switcher" name="store_switcher" as="store_switcher">
|
40 |
+
<action method="setUseConfirm"><params>0</params></action>
|
41 |
+
</block>
|
42 |
+
</block>
|
43 |
+
</reference>
|
44 |
+
</adminhtml_catalog_product_index>
|
45 |
+
|
46 |
+
<adminhtml_catalog_product_new>
|
47 |
+
<update handle="editor"/>
|
48 |
+
<reference name="content">
|
49 |
+
<block type="adminhtml/catalog_product_edit" name="product_edit"></block>
|
50 |
+
</reference>
|
51 |
+
<reference name="left">
|
52 |
+
<block type="adminhtml/catalog_product_edit_tabs" name="product_tabs"></block>
|
53 |
+
</reference>
|
54 |
+
<reference name="js">
|
55 |
+
<block type="adminhtml/catalog_product_edit_js" template="catalog/product/js.phtml" name="catalog_product_js"></block>
|
56 |
+
<block type="core/template" template="catalog/wysiwyg/js.phtml"/>
|
57 |
+
</reference>
|
58 |
+
</adminhtml_catalog_product_new>
|
59 |
+
|
60 |
+
<adminhtml_catalog_product_edit>
|
61 |
+
<update handle="editor"/>
|
62 |
+
<reference name="content">
|
63 |
+
<block type="adminhtml/catalog_product_edit" name="product_edit"></block>
|
64 |
+
</reference>
|
65 |
+
<reference name="left">
|
66 |
+
<block type="adminhtml/store_switcher" name="store_switcher" before="-"></block>
|
67 |
+
<block type="adminhtml/catalog_product_edit_tabs" name="product_tabs"></block>
|
68 |
+
</reference>
|
69 |
+
<reference name="js">
|
70 |
+
<block type="adminhtml/catalog_product_edit_js" template="catalog/product/js.phtml" name="catalog_product_js"></block>
|
71 |
+
<block type="core/template" name="catalog.wysiwyg.js" template="catalog/wysiwyg/js.phtml"/>
|
72 |
+
</reference>
|
73 |
+
</adminhtml_catalog_product_edit>
|
74 |
+
|
75 |
+
<adminhtml_catalog_product_categories>
|
76 |
+
<block type="core/text_list" name="root" output="toHtml">
|
77 |
+
<block type="adminhtml/catalog_product_edit_tab_categories" name="catalog.product.edit.tab.categories"/>
|
78 |
+
</block>
|
79 |
+
</adminhtml_catalog_product_categories>
|
80 |
+
|
81 |
+
<adminhtml_catalog_product_reviews>
|
82 |
+
<block type="core/text_list" name="root" output="toHtml">
|
83 |
+
<block type="adminhtml/catalog_product_edit_tab_reviews" name="admin.product.reviews"/>
|
84 |
+
</block>
|
85 |
+
</adminhtml_catalog_product_reviews>
|
86 |
+
|
87 |
+
<adminhtml_catalog_product_taggrid>
|
88 |
+
<block type="core/text_list" name="root" output="toHtml">
|
89 |
+
<block type="adminhtml/catalog_product_edit_tab_tag" name="admin.product.tags"/>
|
90 |
+
</block>
|
91 |
+
</adminhtml_catalog_product_taggrid>
|
92 |
+
|
93 |
+
<adminhtml_catalog_product_tagcustomergrid>
|
94 |
+
<block type="core/text_list" name="root" output="toHtml">
|
95 |
+
<block type="adminhtml/catalog_product_edit_tab_tag_customer" name="admin.product.tags.customers"/>
|
96 |
+
</block>
|
97 |
+
</adminhtml_catalog_product_tagcustomergrid>
|
98 |
+
|
99 |
+
<adminhtml_catalog_product_options>
|
100 |
+
<block type="core/text_list" name="root" output="toHtml">
|
101 |
+
<block type="adminhtml/catalog_product_edit_tab_options" name="admin.product.options"/>
|
102 |
+
</block>
|
103 |
+
</adminhtml_catalog_product_options>
|
104 |
+
|
105 |
+
<adminhtml_catalog_product_grid>
|
106 |
+
<block type="core/text_list" name="root" output="toHtml">
|
107 |
+
<block type="adminhtml/catalog_product_grid" name="admin.product.grid"/>
|
108 |
+
</block>
|
109 |
+
</adminhtml_catalog_product_grid>
|
110 |
+
|
111 |
+
<adminhtml_catalog_product_related>
|
112 |
+
<block type="core/text_list" name="root" output="toHtml">
|
113 |
+
<block type="adminhtml/catalog_product_edit_tab_related" name="catalog.product.edit.tab.related"/>
|
114 |
+
<block type="adminhtml/widget_grid_serializer" name="related_grid_serializer">
|
115 |
+
<reference name="related_grid_serializer">
|
116 |
+
<action method="initSerializerBlock">
|
117 |
+
<grid_block_name>catalog.product.edit.tab.related</grid_block_name>
|
118 |
+
<data_callback>getSelectedRelatedProducts</data_callback>
|
119 |
+
<hidden_input_name>links[related]</hidden_input_name>
|
120 |
+
<reload_param_name>products_related</reload_param_name>
|
121 |
+
</action>
|
122 |
+
<action method="addColumnInputName">
|
123 |
+
<input_name>position</input_name>
|
124 |
+
</action>
|
125 |
+
</reference>
|
126 |
+
</block>
|
127 |
+
</block>
|
128 |
+
</adminhtml_catalog_product_related>
|
129 |
+
|
130 |
+
<adminhtml_catalog_product_relatedgrid>
|
131 |
+
<block type="core/text_list" name="root" output="toHtml">
|
132 |
+
<block type="adminhtml/catalog_product_edit_tab_related" name="catalog.product.edit.tab.related"/>
|
133 |
+
</block>
|
134 |
+
</adminhtml_catalog_product_relatedgrid>
|
135 |
+
|
136 |
+
<adminhtml_catalog_product_superconfig>
|
137 |
+
<block type="adminhtml/catalog_product_edit_tab_super_config_grid" name="admin.product.edit.tab.super.config.grid" output="toHtml" />
|
138 |
+
</adminhtml_catalog_product_superconfig>
|
139 |
+
|
140 |
+
<adminhtml_catalog_product_alertspricegrid>
|
141 |
+
<block type="adminhtml/catalog_product_edit_tab_alerts_price" name="admin.product.edit.tab.alerts.price" output="toHtml" />
|
142 |
+
</adminhtml_catalog_product_alertspricegrid>
|
143 |
+
|
144 |
+
<adminhtml_catalog_product_alertsstockgrid>
|
145 |
+
<block type="adminhtml/catalog_product_edit_tab_alerts_stock" name="admin.product.edit.tab.alerts.stock" output="toHtml" />
|
146 |
+
</adminhtml_catalog_product_alertsstockgrid>
|
147 |
+
|
148 |
+
<adminhtml_catalog_product_upsell>
|
149 |
+
<block type="core/text_list" name="root" output="toHtml">
|
150 |
+
<block type="adminhtml/catalog_product_edit_tab_upsell" name="catalog.product.edit.tab.upsell"/>
|
151 |
+
<block type="adminhtml/widget_grid_serializer" name="upsell_grid_serializer">
|
152 |
+
<reference name="upsell_grid_serializer">
|
153 |
+
<action method="initSerializerBlock">
|
154 |
+
<grid_block_name>catalog.product.edit.tab.upsell</grid_block_name>
|
155 |
+
<data_callback>getSelectedUpsellProducts</data_callback>
|
156 |
+
<hidden_input_name>links[upsell]</hidden_input_name>
|
157 |
+
<reload_param_name>products_upsell</reload_param_name>
|
158 |
+
</action>
|
159 |
+
<action method="addColumnInputName">
|
160 |
+
<input_name>position</input_name>
|
161 |
+
</action>
|
162 |
+
</reference>
|
163 |
+
</block>
|
164 |
+
</block>
|
165 |
+
</adminhtml_catalog_product_upsell>
|
166 |
+
|
167 |
+
<adminhtml_catalog_product_upsellgrid>
|
168 |
+
<block type="core/text_list" name="root" output="toHtml">
|
169 |
+
<block type="adminhtml/catalog_product_edit_tab_upsell" name="catalog.product.edit.tab.upsell"/>
|
170 |
+
</block>
|
171 |
+
</adminhtml_catalog_product_upsellgrid>
|
172 |
+
|
173 |
+
<adminhtml_catalog_product_crosssell>
|
174 |
+
<block type="core/text_list" name="root" output="toHtml">
|
175 |
+
<block type="adminhtml/catalog_product_edit_tab_crosssell" name="catalog.product.edit.tab.crosssell"/>
|
176 |
+
<block type="adminhtml/widget_grid_serializer" name="crosssell_grid_serializer">
|
177 |
+
<reference name="crosssell_grid_serializer">
|
178 |
+
<action method="initSerializerBlock">
|
179 |
+
<grid_block_name>catalog.product.edit.tab.crosssell</grid_block_name>
|
180 |
+
<data_callback>getSelectedCrossSellProducts</data_callback>
|
181 |
+
<hidden_input_name>links[crosssell]</hidden_input_name>
|
182 |
+
<reload_param_name>products_crosssell</reload_param_name>
|
183 |
+
</action>
|
184 |
+
<action method="addColumnInputName">
|
185 |
+
<input_name>position</input_name>
|
186 |
+
</action>
|
187 |
+
</reference>
|
188 |
+
</block>
|
189 |
+
</block>
|
190 |
+
</adminhtml_catalog_product_crosssell>
|
191 |
+
|
192 |
+
<adminhtml_catalog_product_crosssellgrid>
|
193 |
+
<block type="core/text_list" name="root" output="toHtml">
|
194 |
+
<block type="adminhtml/catalog_product_edit_tab_crosssell" name="catalog.product.edit.tab.crosssell"/>
|
195 |
+
</block>
|
196 |
+
</adminhtml_catalog_product_crosssellgrid>
|
197 |
+
<!--
|
198 |
+
Layout handle for simple products
|
199 |
+
-->
|
200 |
+
|
201 |
+
<adminhtml_catalog_product_simple />
|
202 |
+
|
203 |
+
<!--
|
204 |
+
Layout handle for grouped products
|
205 |
+
-->
|
206 |
+
<adminhtml_catalog_product_grouped>
|
207 |
+
<reference name="product_tabs">
|
208 |
+
<action method="addTab"><name>super</name><block>adminhtml/catalog_product_edit_tab_super_group</block></action>
|
209 |
+
</reference>
|
210 |
+
</adminhtml_catalog_product_grouped>
|
211 |
+
|
212 |
+
<adminhtml_catalog_product_supergroup>
|
213 |
+
<block type="core/text_list" name="root" output="toHtml">
|
214 |
+
<block type="adminhtml/catalog_product_edit_tab_super_group" name="catalog.product.edit.tab.super.group" />
|
215 |
+
<block type="adminhtml/widget_grid_serializer" name="grouped_grid_serializer">
|
216 |
+
<reference name="grouped_grid_serializer">
|
217 |
+
<action method="initSerializerBlock">
|
218 |
+
<grid_block_name>catalog.product.edit.tab.super.group</grid_block_name>
|
219 |
+
<data_callback>getSelectedGroupedProducts</data_callback>
|
220 |
+
<hidden_input_name>links[grouped]</hidden_input_name>
|
221 |
+
<reload_param_name>products_grouped</reload_param_name>
|
222 |
+
</action>
|
223 |
+
<action method="addColumnInputName">
|
224 |
+
<input_name>qty</input_name>
|
225 |
+
<input_name>position</input_name>
|
226 |
+
</action>
|
227 |
+
</reference>
|
228 |
+
</block>
|
229 |
+
</block>
|
230 |
+
</adminhtml_catalog_product_supergroup>
|
231 |
+
|
232 |
+
<adminhtml_catalog_product_supergroupgridonly>
|
233 |
+
<block type="core/text_list" name="root">
|
234 |
+
<block type="adminhtml/catalog_product_edit_tab_super_group" name="catalog.product.edit.tab.super.group" />
|
235 |
+
</block>
|
236 |
+
</adminhtml_catalog_product_supergroupgridonly>
|
237 |
+
<!--
|
238 |
+
Layout handle for configurable products
|
239 |
+
-->
|
240 |
+
|
241 |
+
<adminhtml_catalog_product_configurable_new>
|
242 |
+
<remove name="product_tabs"/>
|
243 |
+
<reference name="left">
|
244 |
+
<block type="adminhtml/catalog_product_edit_tabs_configurable" name="configurable_product_tabs"></block>
|
245 |
+
</reference>
|
246 |
+
</adminhtml_catalog_product_configurable_new>
|
247 |
+
|
248 |
+
<adminhtml_catalog_product_configurable>
|
249 |
+
<reference name="product_tabs">
|
250 |
+
<action method="addTab"><name>configurable</name><block>adminhtml/catalog_product_edit_tab_super_config</block></action>
|
251 |
+
<action method="bindShadowTabs"><first>configurable</first><second>customer_options</second></action>
|
252 |
+
</reference>
|
253 |
+
</adminhtml_catalog_product_configurable>
|
254 |
+
|
255 |
+
<adminhtml_catalog_product_action_attribute_edit>
|
256 |
+
<reference name="left">
|
257 |
+
<block type="adminhtml/store_switcher" name="store_switcher" template="store/switcher.phtml" />
|
258 |
+
<block type="adminhtml/catalog_product_edit_action_attribute_tabs" name="attributes_tabs">
|
259 |
+
<block type="adminhtml/catalog_product_edit_action_attribute_tab_attributes" name="tab_attributes"/>
|
260 |
+
<block type="adminhtml/catalog_product_edit_action_attribute_tab_inventory" name="tab_inventory" template="catalog/product/edit/action/inventory.phtml" />
|
261 |
+
<block type="adminhtml/catalog_product_edit_action_attribute_tab_websites" name="tab_websites" template="catalog/product/edit/action/websites.phtml" />
|
262 |
+
<action method="addTab"><name>attributes</name><block>tab_attributes</block></action>
|
263 |
+
<action method="addTab"><name>inventory</name><block>tab_inventory</block></action>
|
264 |
+
<action method="addTab"><name>websites</name><block>tab_websites</block></action>
|
265 |
+
</block>
|
266 |
+
</reference>
|
267 |
+
<reference name="content">
|
268 |
+
<block type="adminhtml/catalog_product_edit_action_attribute" name="attribute" template="catalog/product/edit/action/attribute.phtml" />
|
269 |
+
</reference>
|
270 |
+
</adminhtml_catalog_product_action_attribute_edit>
|
271 |
+
|
272 |
+
<adminhtml_catalog_product_attribute_edit>
|
273 |
+
<reference name="left">
|
274 |
+
<block type="adminhtml/catalog_product_attribute_edit_tabs" name="attribute_edit_tabs"></block>
|
275 |
+
</reference>
|
276 |
+
<reference name="content">
|
277 |
+
<block type="adminhtml/catalog_product_attribute_edit" name="attribute_edit_content"></block>
|
278 |
+
</reference>
|
279 |
+
<reference name="js">
|
280 |
+
<block type="adminhtml/template" name="attribute_edit_js" template="catalog/product/attribute/js.phtml"></block>
|
281 |
+
</reference>
|
282 |
+
</adminhtml_catalog_product_attribute_edit>
|
283 |
+
|
284 |
+
<adminhtml_catalog_category_edit>
|
285 |
+
<update handle="editor"/>
|
286 |
+
<reference name="left">
|
287 |
+
<block name="category.tree" type="adminhtml/catalog_category_tree" template="catalog/category/tree.phtml" />
|
288 |
+
</reference>
|
289 |
+
<reference name="content">
|
290 |
+
<block name="category.edit" type="adminhtml/catalog_category_edit" template="catalog/category/edit.phtml" />
|
291 |
+
</reference>
|
292 |
+
<reference name="js">
|
293 |
+
<block type="core/template" template="catalog/wysiwyg/js.phtml" name="catalog.wysiwyg.js" />
|
294 |
+
</reference>
|
295 |
+
</adminhtml_catalog_category_edit>
|
296 |
+
|
297 |
+
<ADMINHTML_CATALOG_PRODUCT_COMPOSITE_CONFIGURE>
|
298 |
+
<block type="adminhtml/catalog_product_composite_fieldset" name="product.composite.fieldset" output="toHtml">
|
299 |
+
<block name="product.composite.fieldset.options" type="adminhtml/catalog_product_composite_fieldset_options" template="catalog/product/composite/fieldset/options.phtml">
|
300 |
+
<action method="addOptionRenderer"><type>text</type><block>catalog/product_view_options_type_text</block><template>catalog/product/composite/fieldset/options/type/text.phtml</template></action>
|
301 |
+
<action method="addOptionRenderer"><type>file</type><block>catalog/product_view_options_type_file</block><template>catalog/product/composite/fieldset/options/type/file.phtml</template></action>
|
302 |
+
<action method="addOptionRenderer"><type>select</type><block>catalog/product_view_options_type_select</block><template>catalog/product/composite/fieldset/options/type/select.phtml</template></action>
|
303 |
+
<action method="addOptionRenderer"><type>date</type><block>catalog/product_view_options_type_date</block><template>catalog/product/composite/fieldset/options/type/date.phtml</template></action>
|
304 |
+
<block type="core/template" name="product.composite.fieldset.options.js" as="options_js" template="catalog/product/composite/fieldset/options/js.phtml"/>
|
305 |
+
</block>
|
306 |
+
<block type="adminhtml/catalog_product_composite_fieldset_qty" name="product.composite.fieldset.qty" template="catalog/product/composite/fieldset/qty.phtml"/>
|
307 |
+
</block>
|
308 |
+
</ADMINHTML_CATALOG_PRODUCT_COMPOSITE_CONFIGURE>
|
309 |
+
|
310 |
+
<ADMINHTML_CATALOG_PRODUCT_COMPOSITE_CONFIGURE_ERROR>
|
311 |
+
<block type="adminhtml/catalog_product_composite_error" name="product.composite.error" output="toHtml" />
|
312 |
+
</ADMINHTML_CATALOG_PRODUCT_COMPOSITE_CONFIGURE_ERROR>
|
313 |
+
|
314 |
+
<ADMINHTML_CATALOG_PRODUCT_COMPOSITE_UPDATE_RESULT>
|
315 |
+
<block type="adminhtml/catalog_product_composite_update_result" name="product.composite.update.result" output="toHtml" />
|
316 |
+
</ADMINHTML_CATALOG_PRODUCT_COMPOSITE_UPDATE_RESULT>
|
317 |
+
<!--
|
318 |
+
Additional block in composite_fieldset block dependant on product type
|
319 |
+
-->
|
320 |
+
<PRODUCT_TYPE_configurable>
|
321 |
+
<reference name="product.composite.fieldset">
|
322 |
+
<block type="adminhtml/catalog_product_composite_fieldset_configurable" name="product.composite.fieldset.configurable" before="product.composite.fieldset.options" template="catalog/product/composite/fieldset/configurable.phtml" />
|
323 |
+
</reference>
|
324 |
+
</PRODUCT_TYPE_configurable>
|
325 |
+
<PRODUCT_TYPE_grouped>
|
326 |
+
<reference name="product.composite.fieldset">
|
327 |
+
<block type="adminhtml/catalog_product_composite_fieldset_grouped" name="product.composite.fieldset.grouped" before="product.composite.fieldset.options" template="catalog/product/composite/fieldset/grouped.phtml"/>
|
328 |
+
<remove name="product.composite.fieldset.qty"/>
|
329 |
+
</reference>
|
330 |
+
</PRODUCT_TYPE_grouped>
|
331 |
+
|
332 |
+
</layout>
|
app/design/adminhtml/default/default/layout/cms.xml
ADDED
@@ -0,0 +1,95 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* Magento
|
5 |
+
*
|
6 |
+
* NOTICE OF LICENSE
|
7 |
+
*
|
8 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
9 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
10 |
+
* It is also available through the world-wide-web at this URL:
|
11 |
+
* http://opensource.org/licenses/afl-3.0.php
|
12 |
+
* If you did not receive a copy of the license and are unable to
|
13 |
+
* obtain it through the world-wide-web, please send an email
|
14 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
+
*
|
16 |
+
* DISCLAIMER
|
17 |
+
*
|
18 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
19 |
+
* versions in the future. If you wish to customize Magento for your
|
20 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
21 |
+
*
|
22 |
+
* @category design
|
23 |
+
* @package default_default
|
24 |
+
* @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
|
25 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
+
*/
|
27 |
+
-->
|
28 |
+
|
29 |
+
<layout>
|
30 |
+
<adminhtml_cms_page_index>
|
31 |
+
<reference name="content">
|
32 |
+
<block type="adminhtml/cms_page" name="cms_page"></block>
|
33 |
+
</reference>
|
34 |
+
</adminhtml_cms_page_index>
|
35 |
+
|
36 |
+
<adminhtml_cms_page_new>
|
37 |
+
<update handle="adminhtml_cms_page_edit" />
|
38 |
+
</adminhtml_cms_page_new>
|
39 |
+
|
40 |
+
<adminhtml_cms_page_edit>
|
41 |
+
<update handle="editor"/>
|
42 |
+
<reference name="content">
|
43 |
+
<block type="adminhtml/cms_page_edit" name="cms_page_edit"></block>
|
44 |
+
</reference>
|
45 |
+
<reference name="left">
|
46 |
+
<block type="adminhtml/cms_page_edit_tabs" name="cms_page_edit_tabs">
|
47 |
+
<block type="adminhtml/cms_page_edit_tab_main" name="cms_page_edit_tab_main" />
|
48 |
+
<block type="adminhtml/cms_page_edit_tab_content" name="cms_page_edit_tab_content" />
|
49 |
+
<block type="adminhtml/cms_page_edit_tab_design" name="cms_page_edit_tab_design" />
|
50 |
+
<block type="adminhtml/cms_page_edit_tab_meta" name="cms_page_edit_tab_meta" />
|
51 |
+
<action method="addTab"><name>main_section</name><block>cms_page_edit_tab_main</block></action>
|
52 |
+
<action method="addTab"><name>content_section</name><block>cms_page_edit_tab_content</block></action>
|
53 |
+
<action method="addTab"><name>design_section</name><block>cms_page_edit_tab_design</block></action>
|
54 |
+
<action method="addTab"><name>meta_section</name><block>cms_page_edit_tab_meta</block></action>
|
55 |
+
</block>
|
56 |
+
</reference>
|
57 |
+
</adminhtml_cms_page_edit>
|
58 |
+
|
59 |
+
<adminhtml_cms_block_index>
|
60 |
+
<reference name="content">
|
61 |
+
<block type="adminhtml/cms_block" name="cms_block"></block>
|
62 |
+
</reference>
|
63 |
+
</adminhtml_cms_block_index>
|
64 |
+
|
65 |
+
<adminhtml_cms_block_new>
|
66 |
+
<update handle="adminhtml_cms_block_edit" />
|
67 |
+
</adminhtml_cms_block_new>
|
68 |
+
|
69 |
+
<adminhtml_cms_block_edit>
|
70 |
+
<update handle="editor"/>
|
71 |
+
<reference name="content">
|
72 |
+
<block type="adminhtml/cms_block_edit" name="cms_block_edit"></block>
|
73 |
+
</reference>
|
74 |
+
</adminhtml_cms_block_edit>
|
75 |
+
|
76 |
+
<adminhtml_cms_wysiwyg_images_index>
|
77 |
+
<remove name="footer" />
|
78 |
+
<remove name="head" />
|
79 |
+
<reference name="left">
|
80 |
+
<block name="wysiwyg_images.js" type="adminhtml/cms_wysiwyg_images_content" template="cms/browser/js.phtml" />
|
81 |
+
<block name="wysiwyg_images.tree" type="adminhtml/cms_wysiwyg_images_tree" template="cms/browser/tree.phtml" />
|
82 |
+
</reference>
|
83 |
+
<reference name="content">
|
84 |
+
<block name="wysiwyg_images.content" type="adminhtml/cms_wysiwyg_images_content" template="cms/browser/content.phtml">
|
85 |
+
<block name="wysiwyg_images.uploader" type="adminhtml/cms_wysiwyg_images_content_uploader" template="cms/browser/content/uploader.phtml" />
|
86 |
+
<block name="wysiwyg_images.newfolder" type="adminhtml/cms_wysiwyg_images_content_newfolder" template="cms/browser/content/newfolder.phtml" />
|
87 |
+
</block>
|
88 |
+
</reference>
|
89 |
+
</adminhtml_cms_wysiwyg_images_index>
|
90 |
+
|
91 |
+
<adminhtml_cms_wysiwyg_images_contents>
|
92 |
+
<block name="wysiwyg_images.files" type="adminhtml/cms_wysiwyg_images_content_files" template="cms/browser/content/files.phtml" output="toHtml" />
|
93 |
+
</adminhtml_cms_wysiwyg_images_contents>
|
94 |
+
|
95 |
+
</layout>
|
app/design/adminhtml/default/default/layout/connect.xml
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* Magento
|
5 |
+
*
|
6 |
+
* NOTICE OF LICENSE
|
7 |
+
*
|
8 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
9 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
10 |
+
* It is also available through the world-wide-web at this URL:
|
11 |
+
* http://opensource.org/licenses/afl-3.0.php
|
12 |
+
* If you did not receive a copy of the license and are unable to
|
13 |
+
* obtain it through the world-wide-web, please send an email
|
14 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
+
*
|
16 |
+
* DISCLAIMER
|
17 |
+
*
|
18 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
19 |
+
* versions in the future. If you wish to customize Magento for your
|
20 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
21 |
+
*
|
22 |
+
* @category design
|
23 |
+
* @package default_default
|
24 |
+
* @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
|
25 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
+
*/
|
27 |
+
-->
|
28 |
+
|
29 |
+
<layout>
|
30 |
+
<adminhtml_extension_custom_edit>
|
31 |
+
<reference name="content">
|
32 |
+
<block type="connect/adminhtml_extension_custom_edit" name="connect_extension_edit"></block>
|
33 |
+
</reference>
|
34 |
+
<reference name="left">
|
35 |
+
<block type="connect/adminhtml_extension_custom_edit_tabs" name="connect_extension_edit_tabs">
|
36 |
+
<block type="connect/adminhtml_extension_custom_edit_tab_package" name="tab_package"
|
37 |
+
template="connect/extension/custom/package.phtml" />
|
38 |
+
<block type="connect/adminhtml_extension_custom_edit_tab_release" name="tab_release"
|
39 |
+
template="connect/extension/custom/release.phtml" />
|
40 |
+
<block type="connect/adminhtml_extension_custom_edit_tab_authors" name="tab_authors"
|
41 |
+
template="connect/extension/custom/authors.phtml" />
|
42 |
+
<block type="connect/adminhtml_extension_custom_edit_tab_depends" name="tab_depends"
|
43 |
+
template="connect/extension/custom/depends.phtml" />
|
44 |
+
<block type="connect/adminhtml_extension_custom_edit_tab_contents" name="tab_contents"
|
45 |
+
template="connect/extension/custom/contents.phtml" />
|
46 |
+
<block type="connect/adminhtml_extension_custom_edit_tab_local" name="tab_local" />
|
47 |
+
|
48 |
+
<action method="addTab"><name>package_info</name><block>tab_package</block></action>
|
49 |
+
<action method="addTab"><name>release_info</name><block>tab_release</block></action>
|
50 |
+
<action method="addTab"><name>authors</name><block>tab_authors</block></action>
|
51 |
+
<action method="addTab"><name>dependencies</name><block>tab_depends</block></action>
|
52 |
+
<action method="addTab"><name>contents</name><block>tab_contents</block></action>
|
53 |
+
<action method="addTab"><name>load_local_package</name><block>tab_local</block></action>
|
54 |
+
</block>
|
55 |
+
</reference>
|
56 |
+
</adminhtml_extension_custom_edit>
|
57 |
+
|
58 |
+
<adminhtml_extension_custom_loadtab>
|
59 |
+
<block type="core/text_list" name="root">
|
60 |
+
<block type="connect/adminhtml_extension_custom_edit_tab_load" name="connect_extension_load_local_package_grid"
|
61 |
+
template="connect/extension/custom/load.phtml">
|
62 |
+
<block type="connect/adminhtml_extension_custom_edit_tab_grid" name="local_package_grid" />
|
63 |
+
</block>
|
64 |
+
</block>
|
65 |
+
</adminhtml_extension_custom_loadtab>
|
66 |
+
|
67 |
+
<adminhtml_extension_custom_grid>
|
68 |
+
<block type="core/text_list" name="root">
|
69 |
+
<block type="connect/adminhtml_extension_custom_edit_tab_grid" name="connect_extension_edit_local_package_grid" />
|
70 |
+
</block>
|
71 |
+
</adminhtml_extension_custom_grid>
|
72 |
+
</layout>
|
73 |
+
|
app/design/adminhtml/default/default/layout/customer.xml
ADDED
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* Magento
|
5 |
+
*
|
6 |
+
* NOTICE OF LICENSE
|
7 |
+
*
|
8 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
9 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
10 |
+
* It is also available through the world-wide-web at this URL:
|
11 |
+
* http://opensource.org/licenses/afl-3.0.php
|
12 |
+
* If you did not receive a copy of the license and are unable to
|
13 |
+
* obtain it through the world-wide-web, please send an email
|
14 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
+
*
|
16 |
+
* DISCLAIMER
|
17 |
+
*
|
18 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
19 |
+
* versions in the future. If you wish to customize Magento for your
|
20 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
21 |
+
*
|
22 |
+
* @category design
|
23 |
+
* @package default_default
|
24 |
+
* @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
|
25 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
+
*/
|
27 |
+
-->
|
28 |
+
|
29 |
+
<layout>
|
30 |
+
<adminhtml_customer_edit>
|
31 |
+
<reference name="content">
|
32 |
+
<block type="adminhtml/customer_edit" name="customer_edit"></block>
|
33 |
+
</reference>
|
34 |
+
<reference name="head">
|
35 |
+
<block type="adminhtml/template" name="optional_zip_countries" as="optional_zip_countries" template="directory/js/optional_zip_countries.phtml" />
|
36 |
+
<action method="addJs"><file>mage/adminhtml/product/composite/configure.js</file></action>
|
37 |
+
<action method="addJs"><file>varien/configurable.js</file></action>
|
38 |
+
</reference>
|
39 |
+
<reference name="left">
|
40 |
+
<block type="adminhtml/customer_edit_tabs" name="customer_edit_tabs">
|
41 |
+
<block type="adminhtml/customer_edit_tab_view" name="customer_edit_tab_view" template="customer/tab/view.phtml">
|
42 |
+
<block type="adminhtml/customer_edit_tab_view_sales" name="sales" template="customer/tab/view/sales.phtml" before="-" />
|
43 |
+
<block type="adminhtml/customer_edit_tab_view_accordion" name="accordion" />
|
44 |
+
</block>
|
45 |
+
<action method="addTab"><name>customer_edit_tab_view</name><block>customer_edit_tab_view</block></action>
|
46 |
+
</block>
|
47 |
+
</reference>
|
48 |
+
<reference name="js">
|
49 |
+
<block type="adminhtml/template" template="customer/edit/js.phtml" name="customer.edit.js" as="customer_edit_js"></block>
|
50 |
+
</reference>
|
51 |
+
</adminhtml_customer_edit>
|
52 |
+
<adminhtml_customer_group_index>
|
53 |
+
<reference name="content">
|
54 |
+
<block type="adminhtml/customer_group" name="customer_group"></block>
|
55 |
+
</reference>
|
56 |
+
</adminhtml_customer_group_index>
|
57 |
+
<adminhtml_customer_wishlist>
|
58 |
+
<block type="adminhtml/customer_edit_tab_wishlist" name="customer.wishlist.edit.tab" output="toHtml" />
|
59 |
+
</adminhtml_customer_wishlist>
|
60 |
+
</layout>
|
app/design/adminhtml/default/default/layout/dataflow.xml
ADDED
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* Magento
|
5 |
+
*
|
6 |
+
* NOTICE OF LICENSE
|
7 |
+
*
|
8 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
9 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
10 |
+
* It is also available through the world-wide-web at this URL:
|
11 |
+
* http://opensource.org/licenses/afl-3.0.php
|
12 |
+
* If you did not receive a copy of the license and are unable to
|
13 |
+
* obtain it through the world-wide-web, please send an email
|
14 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
+
*
|
16 |
+
* DISCLAIMER
|
17 |
+
*
|
18 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
19 |
+
* versions in the future. If you wish to customize Magento for your
|
20 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
21 |
+
*
|
22 |
+
* @category design
|
23 |
+
* @package default_default
|
24 |
+
* @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
|
25 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
+
*/
|
27 |
+
-->
|
28 |
+
|
29 |
+
<layout>
|
30 |
+
|
31 |
+
<adminhtml_system_convert_gui_run>
|
32 |
+
<remove name="root"/>
|
33 |
+
<block type="adminhtml/page" name="convert_root" output="toHtml" template="page.phtml">
|
34 |
+
<block type="adminhtml/page_head" name="convert_root_head" as="head" template="page/head.phtml">
|
35 |
+
<action method="addJs"><script>prototype/prototype.js</script></action>
|
36 |
+
<action method="addJs"><script>prototype/validation.js</script></action>
|
37 |
+
<action method="addJs"><script>varien/js.js</script></action>
|
38 |
+
<action method="addJs"><script>mage/translate.js</script></action>
|
39 |
+
<action method="addJs"><script>mage/adminhtml/tools.js</script></action>
|
40 |
+
</block>
|
41 |
+
<block type="adminhtml/system_convert_profile_run" name="system_convert_profile_run" template="system/convert/profile/process.phtml" output="toHtml"/>
|
42 |
+
</block>
|
43 |
+
</adminhtml_system_convert_gui_run>
|
44 |
+
|
45 |
+
<adminhtml_system_convert_profile_run>
|
46 |
+
<remove name="root"/>
|
47 |
+
<block type="adminhtml/page" name="convert_root" output="toHtml" template="page.phtml">
|
48 |
+
<block type="adminhtml/page_head" name="convert_root_head" as="head" template="page/head.phtml">
|
49 |
+
<action method="addJs"><script>prototype/prototype.js</script></action>
|
50 |
+
<action method="addJs"><script>prototype/validation.js</script></action>
|
51 |
+
<action method="addJs"><script>varien/js.js</script></action>
|
52 |
+
<action method="addJs"><script>mage/translate.js</script></action>
|
53 |
+
<action method="addJs"><script>mage/adminhtml/tools.js</script></action>
|
54 |
+
</block>
|
55 |
+
<block type="adminhtml/system_convert_profile_run" name="system_convert_profile_run" template="system/convert/profile/process.phtml" output="toHtml"/>
|
56 |
+
</block>
|
57 |
+
</adminhtml_system_convert_profile_run>
|
58 |
+
|
59 |
+
</layout>
|
app/design/adminhtml/default/default/layout/downloadable.xml
ADDED
@@ -0,0 +1,97 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* Magento
|
5 |
+
*
|
6 |
+
* NOTICE OF LICENSE
|
7 |
+
*
|
8 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
9 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
10 |
+
* It is also available through the world-wide-web at this URL:
|
11 |
+
* http://opensource.org/licenses/afl-3.0.php
|
12 |
+
* If you did not receive a copy of the license and are unable to
|
13 |
+
* obtain it through the world-wide-web, please send an email
|
14 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
+
*
|
16 |
+
* DISCLAIMER
|
17 |
+
*
|
18 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
19 |
+
* versions in the future. If you wish to customize Magento for your
|
20 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
21 |
+
*
|
22 |
+
* @category design
|
23 |
+
* @package default_default
|
24 |
+
* @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
|
25 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
+
*/
|
27 |
+
-->
|
28 |
+
|
29 |
+
<layout>
|
30 |
+
|
31 |
+
<adminhtml_catalog_product_downloadable>
|
32 |
+
<reference name="product_tabs">
|
33 |
+
<action method="addTab"><name>downloadable_items</name><block>downloadable/adminhtml_catalog_product_edit_tab_downloadable</block></action>
|
34 |
+
</reference>
|
35 |
+
</adminhtml_catalog_product_downloadable>
|
36 |
+
|
37 |
+
<adminhtml_sales_order_view>
|
38 |
+
<reference name="order_items">
|
39 |
+
<action method="addItemRender"><type>downloadable</type><block>adminhtml/sales_order_view_items_renderer_default</block><template>downloadable/sales/order/view/items/renderer/downloadable.phtml</template></action>
|
40 |
+
<action method="addColumnRender"><column>downloadable</column><block>downloadable/adminhtml_sales_items_column_downloadable_name</block><template>downloadable/sales/items/column/downloadable/name.phtml</template></action>
|
41 |
+
</reference>
|
42 |
+
</adminhtml_sales_order_view>
|
43 |
+
|
44 |
+
<adminhtml_sales_order_invoice_new>
|
45 |
+
<reference name="order_items">
|
46 |
+
<action method="addItemRender"><type>downloadable</type><block>adminhtml/sales_items_renderer_default</block><template>downloadable/sales/order/invoice/create/items/renderer/downloadable.phtml</template></action>
|
47 |
+
<action method="addColumnRender"><column>downloadable</column><block>downloadable/adminhtml_sales_items_column_downloadable_name</block><template>downloadable/sales/items/column/downloadable/invoice/name.phtml</template></action>
|
48 |
+
</reference>
|
49 |
+
</adminhtml_sales_order_invoice_new>
|
50 |
+
|
51 |
+
<adminhtml_sales_order_invoice_updateqty>
|
52 |
+
<reference name="order_items">
|
53 |
+
<action method="addItemRender"><type>downloadable</type><block>adminhtml/sales_items_renderer_default</block><template>downloadable/sales/order/invoice/create/items/renderer/downloadable.phtml</template></action>
|
54 |
+
<action method="addColumnRender"><column>downloadable</column><block>downloadable/adminhtml_sales_items_column_downloadable_name</block><template>downloadable/sales/items/column/downloadable/invoice/name.phtml</template></action>
|
55 |
+
</reference>
|
56 |
+
</adminhtml_sales_order_invoice_updateqty>
|
57 |
+
|
58 |
+
<adminhtml_sales_order_invoice_view>
|
59 |
+
<reference name="invoice_items">
|
60 |
+
<action method="addItemRender"><type>downloadable</type><block>adminhtml/sales_items_renderer_default</block><template>downloadable/sales/order/invoice/view/items/renderer/downloadable.phtml</template></action>
|
61 |
+
<action method="addColumnRender"><column>downloadable</column><block>downloadable/adminhtml_sales_items_column_downloadable_name</block><template>downloadable/sales/items/column/downloadable/invoice/name.phtml</template></action>
|
62 |
+
</reference>
|
63 |
+
</adminhtml_sales_order_invoice_view>
|
64 |
+
|
65 |
+
<adminhtml_sales_order_creditmemo_new>
|
66 |
+
<reference name="order_items">
|
67 |
+
<action method="addItemRender"><type>downloadable</type><block>adminhtml/sales_items_renderer_default</block><template>downloadable/sales/order/creditmemo/create/items/renderer/downloadable.phtml</template></action>
|
68 |
+
<action method="addColumnRender"><column>downloadable</column><block>downloadable/adminhtml_sales_items_column_downloadable_name</block><template>downloadable/sales/items/column/downloadable/creditmemo/name.phtml</template></action>
|
69 |
+
</reference>
|
70 |
+
</adminhtml_sales_order_creditmemo_new>
|
71 |
+
|
72 |
+
<adminhtml_sales_order_creditmemo_updateqty>
|
73 |
+
<reference name="order_items">
|
74 |
+
<action method="addItemRender"><type>downloadable</type><block>adminhtml/sales_items_renderer_default</block><template>downloadable/sales/order/creditmemo/create/items/renderer/downloadable.phtml</template></action>
|
75 |
+
<action method="addColumnRender"><column>downloadable</column><block>downloadable/adminhtml_sales_items_column_downloadable_name</block><template>downloadable/sales/items/column/downloadable/creditmemo/name.phtml</template></action>
|
76 |
+
</reference>
|
77 |
+
</adminhtml_sales_order_creditmemo_updateqty>
|
78 |
+
|
79 |
+
<adminhtml_sales_order_creditmemo_view>
|
80 |
+
<reference name="creditmemo_items">
|
81 |
+
<action method="addItemRender"><type>downloadable</type><block>adminhtml/sales_items_renderer_default</block><template>downloadable/sales/order/creditmemo/view/items/renderer/downloadable.phtml</template></action>
|
82 |
+
<action method="addColumnRender"><column>downloadable</column><block>downloadable/adminhtml_sales_items_column_downloadable_name</block><template>downloadable/sales/items/column/downloadable/creditmemo/name.phtml</template></action>
|
83 |
+
</reference>
|
84 |
+
</adminhtml_sales_order_creditmemo_view>
|
85 |
+
|
86 |
+
<adminhtml_customer_wishlist>
|
87 |
+
<reference name="customer.wishlist.edit.tab">
|
88 |
+
<action method="addProductConfigurationHelper"><type>downloadable</type><name>downloadable/catalog_product_configuration</name></action>
|
89 |
+
</reference>
|
90 |
+
</adminhtml_customer_wishlist>
|
91 |
+
|
92 |
+
<PRODUCT_TYPE_downloadable>
|
93 |
+
<reference name="product.composite.fieldset">
|
94 |
+
<block type="downloadable/adminhtml_catalog_product_composite_fieldset_downloadable" name="product.composite.fieldset.downloadable" before="product.composite.fieldset.options" template="downloadable/product/composite/fieldset/downloadable.phtml" />
|
95 |
+
</reference>
|
96 |
+
</PRODUCT_TYPE_downloadable>
|
97 |
+
</layout>
|
app/design/adminhtml/default/default/layout/giftmessage.xml
ADDED
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* Magento
|
5 |
+
*
|
6 |
+
* NOTICE OF LICENSE
|
7 |
+
*
|
8 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
9 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
10 |
+
* It is also available through the world-wide-web at this URL:
|
11 |
+
* http://opensource.org/licenses/afl-3.0.php
|
12 |
+
* If you did not receive a copy of the license and are unable to
|
13 |
+
* obtain it through the world-wide-web, please send an email
|
14 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
+
*
|
16 |
+
* DISCLAIMER
|
17 |
+
*
|
18 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
19 |
+
* versions in the future. If you wish to customize Magento for your
|
20 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
21 |
+
*
|
22 |
+
* @category design
|
23 |
+
* @package default_default
|
24 |
+
* @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
|
25 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
+
*/
|
27 |
+
-->
|
28 |
+
|
29 |
+
<layout>
|
30 |
+
<adminhtml_sales_order_view>
|
31 |
+
<reference name="order_item_extra_info">
|
32 |
+
<block type="giftmessage/adminhtml_sales_order_view_giftoptions" name="gift_options_link" template="giftmessage/sales/order/view/giftoptions.phtml">
|
33 |
+
<block type="giftmessage/adminhtml_sales_order_view_items" name="gift_options_item_data" template="giftmessage/sales/order/view/items.phtml" />
|
34 |
+
</block>
|
35 |
+
</reference>
|
36 |
+
<reference name="order_tab_info">
|
37 |
+
<block type="adminhtml/template" name="popup_window" template="giftmessage/popup.phtml">
|
38 |
+
<block type="giftmessage/adminhtml_sales_order_view_form" name="gift_options_form" template="giftmessage/giftoptionsform.phtml" />
|
39 |
+
</block>
|
40 |
+
</reference>
|
41 |
+
</adminhtml_sales_order_view>
|
42 |
+
|
43 |
+
<adminhtml_sales_order_create_index>
|
44 |
+
<reference name="order_item_extra_info">
|
45 |
+
<block type="giftmessage/adminhtml_sales_order_create_giftoptions" name="gift_options_link" template="giftmessage/sales/order/create/giftoptions.phtml">
|
46 |
+
<block type="giftmessage/adminhtml_sales_order_create_items" name="gift_options_item_data" template="giftmessage/sales/order/create/items.phtml" />
|
47 |
+
</block>
|
48 |
+
</reference>
|
49 |
+
<reference name="items_grid">
|
50 |
+
<block type="adminhtml/template" name="popup_window" template="giftmessage/popup.phtml">
|
51 |
+
<block type="giftmessage/adminhtml_sales_order_create_form" name="gift_options_form" template="giftmessage/giftoptionsform.phtml" />
|
52 |
+
</block>
|
53 |
+
</reference>
|
54 |
+
</adminhtml_sales_order_create_index>
|
55 |
+
|
56 |
+
<adminhtml_sales_order_create_load_block_data>
|
57 |
+
<reference name="order_item_extra_info">
|
58 |
+
<block type="giftmessage/adminhtml_sales_order_create_giftoptions" name="gift_options_link" template="giftmessage/sales/order/create/giftoptions.phtml">
|
59 |
+
<block type="giftmessage/adminhtml_sales_order_create_items" name="gift_options_item_data" template="giftmessage/sales/order/create/items.phtml" />
|
60 |
+
</block>
|
61 |
+
</reference>
|
62 |
+
<reference name="items_grid">
|
63 |
+
<block type="adminhtml/template" name="popup_window" template="giftmessage/popup.phtml">
|
64 |
+
<block type="giftmessage/adminhtml_sales_order_create_form" name="gift_options_form" template="giftmessage/giftoptionsform.phtml" />
|
65 |
+
</block>
|
66 |
+
</reference>
|
67 |
+
</adminhtml_sales_order_create_load_block_data>
|
68 |
+
|
69 |
+
<adminhtml_sales_order_create_load_block_items>
|
70 |
+
<reference name="order_item_extra_info">
|
71 |
+
<block type="giftmessage/adminhtml_sales_order_create_giftoptions" name="gift_options_link" template="giftmessage/sales/order/create/giftoptions.phtml">
|
72 |
+
<block type="giftmessage/adminhtml_sales_order_create_items" name="gift_options_item_data" template="giftmessage/sales/order/create/items.phtml" />
|
73 |
+
</block>
|
74 |
+
</reference>
|
75 |
+
<reference name="items_grid">
|
76 |
+
<block type="adminhtml/template" name="popup_window" template="giftmessage/popup.phtml">
|
77 |
+
<block type="giftmessage/adminhtml_sales_order_create_form" name="gift_options_form" template="giftmessage/giftoptionsform.phtml" />
|
78 |
+
</block>
|
79 |
+
</reference>
|
80 |
+
</adminhtml_sales_order_create_load_block_items>
|
81 |
+
</layout>
|
82 |
+
|
app/design/adminhtml/default/default/layout/importexport.xml
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<layout>
|
3 |
+
<adminhtml_import_index>
|
4 |
+
<reference name="content">
|
5 |
+
<block type="adminhtml/template" template="importexport/import/form/before.phtml" name="import.form.before" alias="form_before"/>
|
6 |
+
<block type="importexport/adminhtml_import_edit" name="import.form.container"/>
|
7 |
+
<block type="adminhtml/template" template="importexport/import/form/after.phtml" name="import.form.after" alias="form_after"/>
|
8 |
+
</reference>
|
9 |
+
</adminhtml_import_index>
|
10 |
+
<adminhtml_import_validate>
|
11 |
+
<block type="importexport/adminhtml_import_frame_result" template="importexport/import/frame/result.phtml" name="import.frame.result" alias="import_frame_result" output="toHtml"/>
|
12 |
+
</adminhtml_import_validate>
|
13 |
+
<adminhtml_import_start>
|
14 |
+
<block type="importexport/adminhtml_import_frame_result" template="importexport/import/frame/result.phtml" name="import.frame.result" alias="import_frame_result" output="toHtml"/>
|
15 |
+
</adminhtml_import_start>
|
16 |
+
<adminhtml_import_busy>
|
17 |
+
<reference name="content">
|
18 |
+
<block type="core/template" template="importexport/busy.phtml" name="busy" alias="busy"/>
|
19 |
+
</reference>
|
20 |
+
</adminhtml_import_busy>
|
21 |
+
<adminhtml_export_index>
|
22 |
+
<reference name="content">
|
23 |
+
<block type="adminhtml/template" template="importexport/export/form/before.phtml" name="export.form.before" alias="form_before"/>
|
24 |
+
<block type="importexport/adminhtml_export_edit" name="export.form.container"/>
|
25 |
+
<block type="adminhtml/template" template="importexport/export/form/after.phtml" name="export.form.after" alias="form_after"/>
|
26 |
+
</reference>
|
27 |
+
</adminhtml_export_index>
|
28 |
+
<adminhtml_export_getfilter>
|
29 |
+
<block type="core/text_list" name="root">
|
30 |
+
<block type="importexport/adminhtml_export_filter" name="export.filter"/>
|
31 |
+
</block>
|
32 |
+
</adminhtml_export_getfilter>
|
33 |
+
</layout>
|
app/design/adminhtml/default/default/layout/index.xml
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* Magento
|
5 |
+
*
|
6 |
+
* NOTICE OF LICENSE
|
7 |
+
*
|
8 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
9 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
10 |
+
* It is also available through the world-wide-web at this URL:
|
11 |
+
* http://opensource.org/licenses/afl-3.0.php
|
12 |
+
* If you did not receive a copy of the license and are unable to
|
13 |
+
* obtain it through the world-wide-web, please send an email
|
14 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
+
*
|
16 |
+
* DISCLAIMER
|
17 |
+
*
|
18 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
19 |
+
* versions in the future. If you wish to customize Magento for your
|
20 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
21 |
+
*
|
22 |
+
* @category design
|
23 |
+
* @package default_default
|
24 |
+
* @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
|
25 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
+
*/
|
27 |
+
-->
|
28 |
+
<layout>
|
29 |
+
<default>
|
30 |
+
<reference name="notifications">
|
31 |
+
<block type="index/adminhtml_notifications" name="index_notifications" template="index/notifications.phtml"></block>
|
32 |
+
</reference>
|
33 |
+
</default>
|
34 |
+
|
35 |
+
<adminhtml_process_edit>
|
36 |
+
<reference name="content">
|
37 |
+
<block type="index/adminhtml_process_edit" name="process_edit"></block>
|
38 |
+
</reference>
|
39 |
+
<reference name="left">
|
40 |
+
<block type="index/adminhtml_process_edit_tabs" name="index_edit_tabs">
|
41 |
+
<action method="addTab"><name>main_section</name><block>index/adminhtml_process_edit_tab_main</block></action>
|
42 |
+
</block>
|
43 |
+
</reference>
|
44 |
+
</adminhtml_process_edit>
|
45 |
+
</layout>
|
app/design/adminhtml/default/default/layout/main.xml
ADDED
@@ -0,0 +1,256 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|