Interface_Frontend_Default_Modern - Version 1.6.0.0

Version Notes

1.6.0.0

Download this release

Release Info

Developer Magento Core Team
Extension Interface_Frontend_Default_Modern
Version 1.6.0.0
Comparing to
See all releases


Code changes from version 1.5.1.0 to 1.6.0.0

Files changed (35) hide show
  1. app/design/frontend/default/modern/etc/widget.xml +1 -1
  2. app/design/frontend/default/modern/layout/catalog.xml +8 -2
  3. app/design/frontend/default/modern/layout/catalogsearch.xml +5 -1
  4. app/design/frontend/default/modern/layout/checkout.xml +1 -1
  5. app/design/frontend/default/modern/layout/contacts.xml +4 -1
  6. app/design/frontend/default/modern/layout/customer.xml +4 -2
  7. app/design/frontend/default/modern/layout/newsletter.xml +1 -1
  8. app/design/frontend/default/modern/layout/page.xml +1 -2
  9. app/design/frontend/default/modern/layout/payment.xml +1 -1
  10. app/design/frontend/default/modern/layout/persistent.xml +58 -0
  11. app/design/frontend/default/modern/layout/review.xml +10 -2
  12. app/design/frontend/default/modern/layout/rss.xml +1 -1
  13. app/design/frontend/default/modern/layout/sales.xml +212 -5
  14. app/design/frontend/default/modern/layout/sendfriend.xml +1 -1
  15. app/design/frontend/default/modern/layout/tag.xml +1 -1
  16. app/design/frontend/default/modern/layout/wishlist.xml +2 -2
  17. app/design/frontend/default/modern/template/catalog/product/list.phtml +1 -1
  18. app/design/frontend/default/modern/template/catalog/product/list/toolbar/pager.phtml +0 -68
  19. app/design/frontend/default/modern/template/catalog/product/list/upsell.phtml +1 -1
  20. app/design/frontend/default/modern/template/catalog/product/view.phtml +2 -2
  21. app/design/frontend/default/modern/template/catalog/product/view/media.phtml +1 -1
  22. app/design/frontend/default/modern/template/catalog/product/view/tabs.phtml +1 -1
  23. app/design/frontend/default/modern/template/catalogsearch/form.mini.phtml +1 -1
  24. app/design/frontend/default/modern/template/checkout/cart.phtml +1 -1
  25. app/design/frontend/default/modern/template/newsletter/subscribe.phtml +1 -1
  26. app/design/frontend/default/modern/template/page/3columns.phtml +1 -1
  27. app/design/frontend/default/modern/template/page/html/footer.phtml +1 -1
  28. app/design/frontend/default/modern/template/page/html/header.phtml +1 -1
  29. app/design/frontend/default/modern/template/sample/home.phtml +1 -1
  30. package.xml +6 -6
  31. skin/frontend/default/modern/css/print.css +1 -1
  32. skin/frontend/default/modern/css/styles-ie.css +2 -1
  33. skin/frontend/default/modern/css/styles.css +44 -6
  34. skin/frontend/default/modern/css/widgets.css +1 -1
  35. skin/frontend/default/modern/images/map_popup_arrow.gif +0 -0
app/design/frontend/default/modern/etc/widget.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category design
23
  * @package default_modern
24
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
21
  *
22
  * @category design
23
  * @package default_modern
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
  -->
app/design/frontend/default/modern/layout/catalog.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category design
23
  * @package default_modern
24
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
 
@@ -218,7 +218,7 @@ Product view
218
  <block type="catalog/product_view_additional" name="product.info.additional" as="product_additional_data" />
219
  <block type="catalog/product_view" name="product.info.addto" as="addto" template="catalog/product/view/addto.phtml"/>
220
  <block type="catalog/product_view" name="product.info.addtocart" as="addtocart" template="catalog/product/view/addtocart.phtml"/>
221
-
222
  <block type="core/text_list" name="product.info.extrahint" as="extrahint" translate="label">
223
  <label>Product View Extra Hint</label>
224
  </block>
@@ -373,6 +373,9 @@ SEO Site Map
373
 
374
  <catalog_seo_sitemap_category translate="label">
375
  <label>Catalog Seo Sitemap (Category List)</label>
 
 
 
376
  <update handle="catalog_seo_sitemap" />
377
  <reference name="seo.sitemap.container">
378
  <action method="setTitle" translate="title" module="catalog"><title>Categories</title></action>
@@ -404,6 +407,9 @@ SEO Site Map
404
 
405
  <catalog_seo_sitemap_product translate="label">
406
  <label>Catalog Seo Sitemap (Product List)</label>
 
 
 
407
  <update handle="catalog_seo_sitemap" />
408
  <reference name="seo.sitemap.container">
409
  <action method="setTitle" translate="title" module="catalog"><title>Products</title></action>
21
  *
22
  * @category design
23
  * @package default_modern
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
 
218
  <block type="catalog/product_view_additional" name="product.info.additional" as="product_additional_data" />
219
  <block type="catalog/product_view" name="product.info.addto" as="addto" template="catalog/product/view/addto.phtml"/>
220
  <block type="catalog/product_view" name="product.info.addtocart" as="addtocart" template="catalog/product/view/addtocart.phtml"/>
221
+
222
  <block type="core/text_list" name="product.info.extrahint" as="extrahint" translate="label">
223
  <label>Product View Extra Hint</label>
224
  </block>
373
 
374
  <catalog_seo_sitemap_category translate="label">
375
  <label>Catalog Seo Sitemap (Category List)</label>
376
+ <reference name="head">
377
+ <action method="setTitle" translate="title" module="catalog"><title>Site Map</title></action>
378
+ </reference>
379
  <update handle="catalog_seo_sitemap" />
380
  <reference name="seo.sitemap.container">
381
  <action method="setTitle" translate="title" module="catalog"><title>Categories</title></action>
407
 
408
  <catalog_seo_sitemap_product translate="label">
409
  <label>Catalog Seo Sitemap (Product List)</label>
410
+ <reference name="head">
411
+ <action method="setTitle" translate="title" module="catalog"><title>Site Map</title></action>
412
+ </reference>
413
  <update handle="catalog_seo_sitemap" />
414
  <reference name="seo.sitemap.container">
415
  <action method="setTitle" translate="title" module="catalog"><title>Products</title></action>
app/design/frontend/default/modern/layout/catalogsearch.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category design
23
  * @package default_modern
24
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
 
@@ -82,6 +82,7 @@
82
  <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
83
  </reference>
84
  <reference name="head">
 
85
  <action method="addItem"><type>js_css</type><name>calendar/calendar-win2k-1.css</name><params/><!--<if/><condition>can_load_calendar_js</condition>--></action>
86
  <action method="addItem"><type>js</type><name>calendar/calendar.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
87
  <action method="addItem"><type>js</type><name>calendar/calendar-setup.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
@@ -128,6 +129,9 @@ Advanced search results
128
  <remove name="right"/>
129
  <remove name="left"/>
130
 
 
 
 
131
  <reference name="root">
132
  <action method="setTemplate"><template>page/1column.phtml</template></action>
133
  </reference>
21
  *
22
  * @category design
23
  * @package default_modern
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
 
82
  <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
83
  </reference>
84
  <reference name="head">
85
+ <action method="setTitle" translate="title" module="catalogsearch"><title>Advanced Search</title></action>
86
  <action method="addItem"><type>js_css</type><name>calendar/calendar-win2k-1.css</name><params/><!--<if/><condition>can_load_calendar_js</condition>--></action>
87
  <action method="addItem"><type>js</type><name>calendar/calendar.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
88
  <action method="addItem"><type>js</type><name>calendar/calendar-setup.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
129
  <remove name="right"/>
130
  <remove name="left"/>
131
 
132
+ <reference name="head">
133
+ <action method="setTitle" translate="title" module="catalogsearch"><title>Search Terms</title></action>
134
+ </reference>
135
  <reference name="root">
136
  <action method="setTemplate"><template>page/1column.phtml</template></action>
137
  </reference>
app/design/frontend/default/modern/layout/checkout.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category design
23
  * @package default_modern
24
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
 
21
  *
22
  * @category design
23
  * @package default_modern
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
 
app/design/frontend/default/modern/layout/contacts.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category design
23
  * @package default_modern
24
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
@@ -34,6 +34,9 @@
34
 
35
  <contacts_index_index translate="label">
36
  <label>Contact Us Form</label>
 
 
 
37
  <reference name="root">
38
  <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
39
  <action method="setHeaderTitle" translate="title" module="contacts"><title>Contact Us</title></action>
21
  *
22
  * @category design
23
  * @package default_modern
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
  -->
34
 
35
  <contacts_index_index translate="label">
36
  <label>Contact Us Form</label>
37
+ <reference name="head">
38
+ <action method="setTitle" translate="title" module="contacts"><title>Contact Us</title></action>
39
+ </reference>
40
  <reference name="root">
41
  <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
42
  <action method="setHeaderTitle" translate="title" module="contacts"><title>Contact Us</title></action>
app/design/frontend/default/modern/layout/customer.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category design
23
  * @package default_modern
24
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
 
@@ -74,7 +74,6 @@ Load this update on every page when customer is logged out
74
  <reference name="top.links">
75
  <action method="addLink" translate="label title" module="customer"><label>Log In</label><url helper="customer/getLoginUrl"/><title>Log In</title><prepare/><urlParams/><position>100</position></action>
76
  </reference>
77
- <remove name="wishlist_sidebar"></remove>
78
  <remove name="reorder"></remove>
79
  </customer_logged_out>
80
 
@@ -144,6 +143,9 @@ New customer registration
144
  <remove name="right"/>
145
  <remove name="left"/>
146
 
 
 
 
147
  <reference name="root">
148
  <action method="setTemplate"><template>page/1column.phtml</template></action>
149
  <action method="setHeaderTitle" translate="title" module="customer"><title>Password forgotten</title></action>
21
  *
22
  * @category design
23
  * @package default_modern
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
 
74
  <reference name="top.links">
75
  <action method="addLink" translate="label title" module="customer"><label>Log In</label><url helper="customer/getLoginUrl"/><title>Log In</title><prepare/><urlParams/><position>100</position></action>
76
  </reference>
 
77
  <remove name="reorder"></remove>
78
  </customer_logged_out>
79
 
143
  <remove name="right"/>
144
  <remove name="left"/>
145
 
146
+ <reference name="head">
147
+ <action method="setTitle" translate="title" module="customer"><title>Forgot Your Password</title></action>
148
+ </reference>
149
  <reference name="root">
150
  <action method="setTemplate"><template>page/1column.phtml</template></action>
151
  <action method="setHeaderTitle" translate="title" module="customer"><title>Password forgotten</title></action>
app/design/frontend/default/modern/layout/newsletter.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category design
23
  * @package default_modern
24
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
 
21
  *
22
  * @category design
23
  * @package default_modern
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
 
app/design/frontend/default/modern/layout/page.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category design
23
  * @package default_modern
24
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
@@ -36,7 +36,6 @@ Default layout, loads most of the pages
36
 
37
  <block type="page/html_head" name="head" as="head">
38
  <action method="addJs"><script>prototype/prototype.js</script></action>
39
- <action method="addJs" ifconfig="dev/js/deprecation"><script>prototype/deprecation.js</script></action>
40
  <action method="addJs"><script>lib/ccard.js</script></action>
41
  <action method="addJs"><script>prototype/validation.js</script></action>
42
  <action method="addJs"><script>scriptaculous/builder.js</script></action>
21
  *
22
  * @category design
23
  * @package default_modern
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
  -->
36
 
37
  <block type="page/html_head" name="head" as="head">
38
  <action method="addJs"><script>prototype/prototype.js</script></action>
 
39
  <action method="addJs"><script>lib/ccard.js</script></action>
40
  <action method="addJs"><script>prototype/validation.js</script></action>
41
  <action method="addJs"><script>scriptaculous/builder.js</script></action>
app/design/frontend/default/modern/layout/payment.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category design
23
  * @package default_modern
24
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
 
21
  *
22
  * @category design
23
  * @package default_modern
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
 
app/design/frontend/default/modern/layout/persistent.xml ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_modern
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 version="0.1.0">
29
+ <customer_logged_out_psc_handle>
30
+ <reference name="top.links">
31
+ <action method="addLink" translate="label title" module="persistent"><label helper="persistent/getPersistentName"/><url helper="persistent/getUnsetCookieUrl"/><title helper="persistent/getPersistentName"/><prepare/><urlParams/><position>9</position></action>
32
+ </reference>
33
+ </customer_logged_out_psc_handle>
34
+
35
+ <customer_account_login>
36
+ <reference name="customer_form_login">
37
+ <action method="setTemplate"><template>persistent/customer/form/login.phtml</template></action>
38
+ <block type="persistent/form_remember" name="persistent.remember.me" template="persistent/remember_me.phtml" />
39
+ <block type="core/template" name="persistent.remember.me.tooltip" template="persistent/remember_me_tooltip.phtml" />
40
+ </reference>
41
+ </customer_account_login>
42
+
43
+ <customer_account_create>
44
+ <reference name="customer_form_register">
45
+ <action method="setTemplate"><template>persistent/customer/form/register.phtml</template></action>
46
+ <block type="persistent/form_remember" name="persistent.remember.me" template="persistent/remember_me.phtml" />
47
+ <block type="core/template" name="persistent.remember.me.tooltip" template="persistent/remember_me_tooltip.phtml" />
48
+ </reference>
49
+ </customer_account_create>
50
+
51
+ <checkout_onepage_index>
52
+ <reference name="checkout.onepage.login">
53
+ <action method="setTemplate"><template>persistent/checkout/onepage/login.phtml</template></action>
54
+ <block type="persistent/form_remember" name="persistent.remember.me" template="persistent/remember_me.phtml" />
55
+ <block type="core/template" name="persistent.remember.me.tooltip" template="persistent/remember_me_tooltip.phtml" />
56
+ </reference>
57
+ </checkout_onepage_index>
58
+ </layout>
app/design/frontend/default/modern/layout/review.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category design
23
  * @package default_modern
24
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
 
@@ -81,7 +81,15 @@ Product reviews page
81
  <action method="disableGallery"/>
82
  </block>
83
  <block type="catalog/product_view" name="product.info.addto" as="addto" template="catalog/product/view/addto.phtml"/>
84
- <block type="catalog/product_view" name="product.info.addtocart" as="addtocart" template="catalog/product/view/addtocart.phtml"/>
 
 
 
 
 
 
 
 
85
  <block type="catalog/product_view" name="product.tierprices" as="tierprices" template="catalog/product/view/tierprices.phtml"/>
86
  <block type="core/template" name="product.info.other" as="other" template="review/product/view/other.phtml"/>
87
  <block type="page/html_pager" name="product_review_list.toolbar" />
21
  *
22
  * @category design
23
  * @package default_modern
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
 
81
  <action method="disableGallery"/>
82
  </block>
83
  <block type="catalog/product_view" name="product.info.addto" as="addto" template="catalog/product/view/addto.phtml"/>
84
+ <block type="catalog/product_view" name="product.info.addtocart" as="addtocart" template="catalog/product/view/addtocart.phtml">
85
+ <!-- workaround: a better place for this code is in paypal.xml -->
86
+ <block type="page/html_wrapper" name="review.product.info.addtocart.paypal.wrapper" translate="label" module="paypal">
87
+ <label>PayPal Express Checkout Shortcut Wrapper</label>
88
+ <block type="paypal/express_shortcut" name="review.product.info.addtocart.paypal" template="paypal/express/shortcut.phtml">
89
+ <action method="setIsInCatalogProduct"><value>1</value></action>
90
+ </block>
91
+ </block>
92
+ </block>
93
  <block type="catalog/product_view" name="product.tierprices" as="tierprices" template="catalog/product/view/tierprices.phtml"/>
94
  <block type="core/template" name="product.info.other" as="other" template="review/product/view/other.phtml"/>
95
  <block type="page/html_pager" name="product_review_list.toolbar" />
app/design/frontend/default/modern/layout/rss.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category design
23
  * @package default_modern
24
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
21
  *
22
  * @category design
23
  * @package default_modern
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
  -->
app/design/frontend/default/modern/layout/sales.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category design
23
  * @package default_modern
24
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
 
@@ -86,7 +86,9 @@ Customer account home dashboard layout
86
  <label>Customer My Account Order View</label>
87
  <update handle="customer_account"/>
88
  <reference name="my.account.wrapper">
89
- <block type="sales/order_info" as="info" name="sales.order.info"/>
 
 
90
  <block type="sales/order_view" name="sales.order.view">
91
  <block type="sales/order_items" name="order_items" template="sales/order/items.phtml">
92
  <action method="addItemRender"><type>default</type><block>sales/order_item_renderer_default</block><template>sales/order/items/renderer/default.phtml</template></action>
@@ -111,7 +113,9 @@ Customer account home dashboard layout
111
  <label>Customer My Account Order Invoice View</label>
112
  <update handle="customer_account"/>
113
  <reference name="my.account.wrapper">
114
- <block type="sales/order_info" as="info" name="sales.order.info"/>
 
 
115
  <block type="sales/order_invoice" name="sales.order.invoice">
116
  <block type="sales/order_invoice_items" name="invoice_items" template="sales/order/invoice/items.phtml">
117
  <action method="addItemRender"><type>default</type><block>sales/order_item_renderer_default</block><template>sales/order/invoice/items/renderer/default.phtml</template></action>
@@ -137,7 +141,9 @@ Customer account home dashboard layout
137
  <label>Customer My Account Order Shipment View</label>
138
  <update handle="customer_account"/>
139
  <reference name="my.account.wrapper">
140
- <block type="sales/order_info" as="info" name="sales.order.info"/>
 
 
141
  <block type="sales/order_shipment" name="sales.order.shipment">
142
  <block type="sales/order_shipment_items" name="shipment_items" template="sales/order/shipment/items.phtml">
143
  <action method="addItemRender"><type>default</type><block>sales/order_item_renderer_default</block><template>sales/order/shipment/items/renderer/default.phtml</template></action>
@@ -157,7 +163,9 @@ Customer account home dashboard layout
157
  <label>Customer My Account Order Creditmemo View</label>
158
  <update handle="customer_account"/>
159
  <reference name="my.account.wrapper">
160
- <block type="sales/order_info" as="info" name="sales.order.info"/>
 
 
161
  <block type="sales/order_creditmemo" name="sales.order.creditmemo">
162
  <block type="sales/order_creditmemo_items" name="creditmemo_items" template="sales/order/creditmemo/items.phtml">
163
  <action method="addItemRender"><type>default</type><block>sales/order_item_renderer_default</block><template>sales/order/creditmemo/items/renderer/default.phtml</template></action>
@@ -287,4 +295,203 @@ Email layouts section
287
  </block>
288
  </block>
289
  </sales_email_order_creditmemo_items>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
290
  </layout>
21
  *
22
  * @category design
23
  * @package default_modern
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
 
86
  <label>Customer My Account Order View</label>
87
  <update handle="customer_account"/>
88
  <reference name="my.account.wrapper">
89
+ <block type="sales/order_info" as="info" name="sales.order.info">
90
+ <block type="sales/order_info_buttons" as="buttons" name="sales.order.info.buttons" />
91
+ </block>
92
  <block type="sales/order_view" name="sales.order.view">
93
  <block type="sales/order_items" name="order_items" template="sales/order/items.phtml">
94
  <action method="addItemRender"><type>default</type><block>sales/order_item_renderer_default</block><template>sales/order/items/renderer/default.phtml</template></action>
113
  <label>Customer My Account Order Invoice View</label>
114
  <update handle="customer_account"/>
115
  <reference name="my.account.wrapper">
116
+ <block type="sales/order_info" as="info" name="sales.order.info">
117
+ <block type="sales/order_info_buttons" as="buttons" name="sales.order.info.buttons" />
118
+ </block>
119
  <block type="sales/order_invoice" name="sales.order.invoice">
120
  <block type="sales/order_invoice_items" name="invoice_items" template="sales/order/invoice/items.phtml">
121
  <action method="addItemRender"><type>default</type><block>sales/order_item_renderer_default</block><template>sales/order/invoice/items/renderer/default.phtml</template></action>
141
  <label>Customer My Account Order Shipment View</label>
142
  <update handle="customer_account"/>
143
  <reference name="my.account.wrapper">
144
+ <block type="sales/order_info" as="info" name="sales.order.info">
145
+ <block type="sales/order_info_buttons" as="buttons" name="sales.order.info.buttons" />
146
+ </block>
147
  <block type="sales/order_shipment" name="sales.order.shipment">
148
  <block type="sales/order_shipment_items" name="shipment_items" template="sales/order/shipment/items.phtml">
149
  <action method="addItemRender"><type>default</type><block>sales/order_item_renderer_default</block><template>sales/order/shipment/items/renderer/default.phtml</template></action>
163
  <label>Customer My Account Order Creditmemo View</label>
164
  <update handle="customer_account"/>
165
  <reference name="my.account.wrapper">
166
+ <block type="sales/order_info" as="info" name="sales.order.info">
167
+ <block type="sales/order_info_buttons" as="buttons" name="sales.order.info.buttons" />
168
+ </block>
169
  <block type="sales/order_creditmemo" name="sales.order.creditmemo">
170
  <block type="sales/order_creditmemo_items" name="creditmemo_items" template="sales/order/creditmemo/items.phtml">
171
  <action method="addItemRender"><type>default</type><block>sales/order_item_renderer_default</block><template>sales/order/creditmemo/items/renderer/default.phtml</template></action>
295
  </block>
296
  </block>
297
  </sales_email_order_creditmemo_items>
298
+
299
+ <!--
300
+ Guest
301
+ -->
302
+
303
+ <sales_guest_form translate="label">
304
+ <label>Returns</label>
305
+ <reference name="root">
306
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
307
+ </reference>
308
+ <reference name="content">
309
+ <block type="sales/widget_guest_form" name="guest.form" template="sales/guest/form.phtml"/>
310
+ </reference>
311
+ </sales_guest_form>
312
+
313
+
314
+ <sales_guest_view translate="label">
315
+ <label>Customer My Account Order View</label>
316
+ <reference name="root">
317
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
318
+ </reference>
319
+ <reference name="content">
320
+ <block type="sales/order_info" as="info" name="sales.order.info">
321
+ <block type="sales/order_info_buttons" as="buttons" name="sales.order.info.buttons" />
322
+ </block>
323
+ <block type="sales/order_view" name="sales.order.view">
324
+ <block type="sales/order_items" name="order_items" template="sales/order/items.phtml">
325
+ <action method="addItemRender"><type>default</type><block>sales/order_item_renderer_default</block><template>sales/order/items/renderer/default.phtml</template></action>
326
+ <action method="addItemRender"><type>grouped</type><block>sales/order_item_renderer_grouped</block><template>sales/order/items/renderer/default.phtml</template></action>
327
+ <block type="sales/order_totals" name="order_totals" template="sales/order/totals.phtml">
328
+ <action method="setLabelProperties"><value>colspan="4" class="a-right"</value></action>
329
+ <action method="setValueProperties"><value>class="last a-right"</value></action>
330
+ <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml" />
331
+ </block>
332
+ </block>
333
+ </block>
334
+ </reference>
335
+ <reference name="sales.order.info">
336
+ <action method="addLink" translate="label" module="sales"><name>view</name><path></path><label>Order Information</label></action>
337
+ <action method="addLink" translate="label" module="sales"><name>invoice</name><path>*/*/invoice</path><label>Invoices</label></action>
338
+ <action method="addLink" translate="label" module="sales"><name>shipment</name><path>*/*/shipment</path><label>Shipments</label></action>
339
+ <action method="addLink" translate="label" module="sales"><name>creditmemo</name><path>*/*/creditmemo</path><label>Refunds</label></action>
340
+ </reference>
341
+ </sales_guest_view>
342
+
343
+ <sales_guest_invoice translate="label">
344
+ <label>Customer My Account Order Invoice View</label>
345
+ <reference name="root">
346
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
347
+ </reference>
348
+ <reference name="content">
349
+ <block type="sales/order_info" as="info" name="sales.order.info">
350
+ <block type="sales/order_info_buttons" as="buttons" name="sales.order.info.buttons" />
351
+ </block>
352
+ <block type="sales/order_invoice" name="sales.order.invoice">
353
+ <block type="sales/order_invoice_items" name="invoice_items" template="sales/order/invoice/items.phtml">
354
+ <action method="addItemRender"><type>default</type><block>sales/order_item_renderer_default</block><template>sales/order/invoice/items/renderer/default.phtml</template></action>
355
+ <action method="addItemRender"><type>grouped</type><block>sales/order_item_renderer_grouped</block><template>sales/order/invoice/items/renderer/default.phtml</template></action>
356
+ <block type="sales/order_invoice_totals" name="invoice_totals" template="sales/order/totals.phtml">
357
+ <action method="setLabelProperties"><value>colspan="4" class="a-right"</value></action>
358
+ <action method="setValueProperties"><value>class="last a-right"</value></action>
359
+ <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml" />
360
+ </block>
361
+ <block type="sales/order_comments" name="invoice_comments" template="sales/order/comments.phtml" />
362
+ </block>
363
+ </block>
364
+ </reference>
365
+ <reference name="sales.order.info">
366
+ <action method="addLink" translate="label" module="sales"><name>view</name><path>*/*/view</path><label>Order Information</label></action>
367
+ <action method="addLink" translate="label" module="sales"><name>invoice</name><path></path><label>Invoices</label></action>
368
+ <action method="addLink" translate="label" module="sales"><name>shipment</name><path>*/*/shipment</path><label>Shipments</label></action>
369
+ <action method="addLink" translate="label" module="sales"><name>creditmemo</name><path>*/*/creditmemo</path><label>Refunds</label></action>
370
+ </reference>
371
+ </sales_guest_invoice>
372
+
373
+ <sales_guest_shipment translate="label">
374
+ <label>Customer My Account Order Shipment View</label>
375
+ <reference name="root">
376
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
377
+ </reference>
378
+ <reference name="content">
379
+ <block type="sales/order_info" as="info" name="sales.order.info">
380
+ <block type="sales/order_info_buttons" as="buttons" name="sales.order.info.buttons" />
381
+ </block>
382
+ <block type="sales/order_shipment" name="sales.order.shipment">
383
+ <block type="sales/order_shipment_items" name="shipment_items" template="sales/order/shipment/items.phtml">
384
+ <action method="addItemRender"><type>default</type><block>sales/order_item_renderer_default</block><template>sales/order/shipment/items/renderer/default.phtml</template></action>
385
+ <block type="sales/order_comments" name="shipment_comments" template="sales/order/comments.phtml" />
386
+ </block>
387
+ </block>
388
+ </reference>
389
+ <reference name="sales.order.info">
390
+ <action method="addLink" translate="label" module="sales"><name>view</name><path>*/*/view</path><label>Order Information</label></action>
391
+ <action method="addLink" translate="label" module="sales"><name>invoice</name><path>*/*/invoice</path><label>Invoices</label></action>
392
+ <action method="addLink" translate="label" module="sales"><name>shipment</name><path></path><label>Shipments</label></action>
393
+ <action method="addLink" translate="label" module="sales"><name>creditmemo</name><path>*/*/creditmemo</path><label>Refunds</label></action>
394
+ </reference>
395
+ </sales_guest_shipment>
396
+
397
+ <sales_guest_creditmemo translate="label">
398
+ <label>Customer My Account Order Creditmemo View</label>
399
+ <reference name="root">
400
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
401
+ </reference>
402
+ <reference name="content">
403
+ <block type="sales/order_info" as="info" name="sales.order.info">
404
+ <block type="sales/order_info_buttons" as="buttons" name="sales.order.info.buttons" />
405
+ </block>
406
+ <block type="sales/order_creditmemo" name="sales.order.creditmemo">
407
+ <block type="sales/order_creditmemo_items" name="creditmemo_items" template="sales/order/creditmemo/items.phtml">
408
+ <action method="addItemRender"><type>default</type><block>sales/order_item_renderer_default</block><template>sales/order/creditmemo/items/renderer/default.phtml</template></action>
409
+ <action method="addItemRender"><type>grouped</type><block>sales/order_item_renderer_grouped</block><template>sales/order/creditmemo/items/renderer/default.phtml</template></action>
410
+ <block type="sales/order_creditmemo_totals" name="creditmemo_totals" template="sales/order/totals.phtml">
411
+ <action method="setLabelProperties"><value>colspan="6" class="a-right"</value></action>
412
+ <action method="setValueProperties"><value>class="a-right"</value></action>
413
+ <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml"/>
414
+ </block>
415
+ <block type="sales/order_comments" name="creditmemo_comments" template="sales/order/comments.phtml" />
416
+ </block>
417
+ </block>
418
+ </reference>
419
+ <reference name="sales.order.info">
420
+ <action method="addLink" translate="label" module="sales"><name>view</name><path>*/*/view</path><label>Order Information</label></action>
421
+ <action method="addLink" translate="label" module="sales"><name>invoice</name><path>*/*/invoice</path><label>Invoices</label></action>
422
+ <action method="addLink" translate="label" module="sales"><name>shipment</name><path>*/*/shipment</path><label>Shipments</label></action>
423
+ <action method="addLink" translate="label" module="sales"><name>creditmemo</name><path></path><label>Refunds</label></action>
424
+ </reference>
425
+ </sales_guest_creditmemo>
426
+
427
+ <sales_guest_reorder>
428
+ <reference name="root">
429
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
430
+ </reference>
431
+ <reference name="content">
432
+ <block type="sales/order_view" name="sales.order.view"/>
433
+ </reference>
434
+ </sales_guest_reorder>
435
+
436
+ <sales_guest_print translate="label">
437
+ <label>Sales Order Print View</label>
438
+ <reference name="content">
439
+ <block type="sales/order_print" name="sales.order.print" template="sales/order/print.phtml">
440
+ <action method="addItemRender"><type>default</type><block>sales/order_item_renderer_default</block><template>sales/order/items/renderer/default.phtml</template></action>
441
+ <action method="addItemRender"><type>grouped</type><block>sales/order_item_renderer_grouped</block><template>sales/order/items/renderer/default.phtml</template></action>
442
+ <block type="sales/order_totals" name="order_totals" template="sales/order/totals.phtml">
443
+ <action method="setLabelProperties"><value>colspan="4" class="a-right"</value></action>
444
+ <action method="setValueProperties"><value>class="last a-right"</value></action>
445
+ <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml">
446
+ <action method="setIsPlaneMode"><value>1</value></action>
447
+ </block>
448
+ </block>
449
+ </block>
450
+ </reference>
451
+ </sales_guest_print>
452
+
453
+ <sales_guest_printinvoice translate="label">
454
+ <label>Sales Invoice Print View</label>
455
+ <reference name="content">
456
+ <block type="sales/order_print_invoice" name="sales.order.print.invoice" template="sales/order/print/invoice.phtml">
457
+ <action method="addItemRender"><type>default</type><block>sales/order_item_renderer_default</block><template>sales/order/invoice/items/renderer/default.phtml</template></action>
458
+ <action method="addItemRender"><type>grouped</type><block>sales/order_item_renderer_grouped</block><template>sales/order/invoice/items/renderer/default.phtml</template></action>
459
+ <block type="sales/order_invoice_totals" name="invoice_totals" template="sales/order/totals.phtml">
460
+ <action method="setLabelProperties"><value>colspan="4" class="a-right"</value></action>
461
+ <action method="setValueProperties"><value>class="last a-right"</value></action>
462
+ <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml" />
463
+ </block>
464
+ </block>
465
+ </reference>
466
+ </sales_guest_printinvoice>
467
+
468
+ <sales_guest_printshipment translate="label">
469
+ <label>Sales Shipment Print View</label>
470
+ <reference name="content">
471
+ <block type="sales/order_print_shipment" name="sales.order.print.shipment" template="sales/order/print/shipment.phtml">
472
+ <action method="addItemRender"><type>default</type><block>sales/order_item_renderer_default</block><template>sales/order/shipment/items/renderer/default.phtml</template></action>
473
+ </block>
474
+ </reference>
475
+ </sales_guest_printshipment>
476
+
477
+ <sales_guest_printcreditmemo>
478
+ <reference name="content">
479
+ <block type="sales/order_print_creditmemo" name="sales.order.print.creditmemo" template="sales/order/print/creditmemo.phtml">
480
+ <action method="addItemRender"><type>default</type><block>sales/order_item_renderer_default</block><template>sales/order/creditmemo/items/renderer/default.phtml</template></action>
481
+ <action method="addItemRender"><type>grouped</type><block>sales/order_item_renderer_grouped</block><template>sales/order/creditmemo/items/renderer/default.phtml</template></action>
482
+ <block type="sales/order_creditmemo_totals" name="creditmemo_totals" template="sales/order/totals.phtml">
483
+ <action method="setLabelProperties"><value>colspan="6" class="a-right"</value></action>
484
+ <action method="setValueProperties"><value>class="a-right"</value></action>
485
+ <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml"/>
486
+ </block>
487
+ </block>
488
+ </reference>
489
+ </sales_guest_printcreditmemo>
490
+
491
+ <default>
492
+ <reference name="footer_links">
493
+ <block type="sales/guest_links" name="return_link"/>
494
+ <action method="addLinkBlock"><blockName>return_link</blockName></action>
495
+ </reference>
496
+ </default>
497
  </layout>
app/design/frontend/default/modern/layout/sendfriend.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category design
23
  * @package default_modern
24
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
21
  *
22
  * @category design
23
  * @package default_modern
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
  -->
app/design/frontend/default/modern/layout/tag.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category design
23
  * @package default_modern
24
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
 
21
  *
22
  * @category design
23
  * @package default_modern
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
 
app/design/frontend/default/modern/layout/wishlist.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category design
23
  * @package default_modern
24
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
 
@@ -95,7 +95,7 @@ Wishlist pages
95
  <action method="unsetChild"><name>wishlist_customer_sidebar</name></action>
96
  </reference>
97
  </wishlist_index_share>
98
-
99
  <wishlist_index_configure translate="label">
100
  <label>Configure Wishlist Item</label>
101
  <update handle="catalog_product_view"/>
21
  *
22
  * @category design
23
  * @package default_modern
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
 
95
  <action method="unsetChild"><name>wishlist_customer_sidebar</name></action>
96
  </reference>
97
  </wishlist_index_share>
98
+
99
  <wishlist_index_configure translate="label">
100
  <label>Configure Wishlist Item</label>
101
  <update handle="catalog_product_view"/>
app/design/frontend/default/modern/template/catalog/product/list.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_modern
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_modern
23
+ * @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/frontend/default/modern/template/catalog/product/list/toolbar/pager.phtml DELETED
@@ -1,68 +0,0 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Academic Free License (AFL 3.0)
8
- * that is bundled with this package in the file LICENSE_AFL.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/afl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * DISCLAIMER
16
- *
17
- * Do not edit or add to this file if you wish to upgrade Magento to newer
18
- * versions in the future. If you wish to customize Magento for your
19
- * needs please refer to http://www.magentocommerce.com for more information.
20
- *
21
- * @category design
22
- * @package default_modern
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
- * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
- */
26
- ?>
27
- <?php
28
- /**
29
- * Products list Pagination
30
- *
31
- * @see Mage_Catalog_Block_Product_List_Toolbar_Pager
32
- */
33
- ?>
34
-
35
- <ol>
36
- <?php if (!$this->isFirstPage()): ?>
37
- <li><a class="previous" href="<?php echo $this->getPreviousPageUrl() ?>" title="<?php echo $this->__('Previous') ?>"><img src="<?php echo $this->getSkinUrl('images/pager_arrow_left.gif') ?>" alt="<?php echo $this->__('Previous') ?>" class="v-middle" /></a></li>
38
- <?php endif;?>
39
-
40
- <?php if ($this->canShowFirst()): ?>
41
- <li><a class="first" href="<?php echo $this->getFirstPageUrl() ?>">1</a></li>
42
- <?php endif;?>
43
-
44
- <?php if ($this->canShowPreviousJump()): ?>
45
- <li><a class="previous_jump" title="" href="<?php echo $this->getPreviousJumpUrl() ?>">...</a></li>
46
- <?php endif;?>
47
-
48
- <?php foreach ($this->getFramePages() as $_page): ?>
49
- <?php if ($this->isPageCurrent($_page)): ?>
50
- <li class="current"><?php echo $_page ?></li>
51
- <?php else: ?>
52
- <li><a href="<?php echo $this->getPageUrl($_page) ?>"><?php echo $_page ?></a></li>
53
- <?php endif;?>
54
- <?php endforeach;?>
55
-
56
-
57
- <?php if ($this->canShowNextJump()): ?>
58
- <li><a class="next_jump" title="" href="<?php echo $this->getNextJumpUrl() ?>">...</a></li>
59
- <?php endif;?>
60
-
61
- <?php if ($this->canShowLast()): ?>
62
- <li><a class="last" href="<?php echo $this->getLastPageUrl() ?>"><?php echo $this->getLastPageNum() ?></a><li>
63
- <?php endif;?>
64
-
65
- <?php if (!$this->isLastPage()): ?>
66
- <li><a class="next" href="<?php echo $this->getNextPageUrl() ?>" title="<?php echo $this->__('Next') ?>"><img src="<?php echo $this->getSkinUrl('images/pager_arrow_right.gif') ?>" alt="<?php echo $this->__('Next') ?>" class="v-middle" /></a></li>
67
- <?php endif;?>
68
- </ol>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/design/frontend/default/modern/template/catalog/product/list/upsell.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_modern
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_modern
23
+ * @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/frontend/default/modern/template/catalog/product/view.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_modern
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
 
@@ -71,7 +71,7 @@
71
  <?php echo $this->getChildHtml('addto') ?>
72
  </div>
73
  <?php endif; ?>
74
-
75
  <?php if ($_product->getShortDescription()):?>
76
  <div class="short-description">
77
  <h2><?php echo $this->__('Quick Overview') ?></h2>
20
  *
21
  * @category design
22
  * @package default_modern
23
+ * @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
 
71
  <?php echo $this->getChildHtml('addto') ?>
72
  </div>
73
  <?php endif; ?>
74
+
75
  <?php if ($_product->getShortDescription()):?>
76
  <div class="short-description">
77
  <h2><?php echo $this->__('Quick Overview') ?></h2>
app/design/frontend/default/modern/template/catalog/product/view/media.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_modern
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
 
20
  *
21
  * @category design
22
  * @package default_modern
23
+ * @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
 
app/design/frontend/default/modern/template/catalog/product/view/tabs.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_modern
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
 
20
  *
21
  * @category design
22
  * @package default_modern
23
+ * @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
 
app/design/frontend/default/modern/template/catalogsearch/form.mini.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_modern
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_modern
23
+ * @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/frontend/default/modern/template/checkout/cart.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_modern
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_modern
23
+ * @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/frontend/default/modern/template/newsletter/subscribe.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_modern
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_modern
23
+ * @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/frontend/default/modern/template/page/3columns.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_modern
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_modern
23
+ * @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/frontend/default/modern/template/page/html/footer.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_modern
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_modern
23
+ * @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/frontend/default/modern/template/page/html/header.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_modern
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  /**
20
  *
21
  * @category design
22
  * @package default_modern
23
+ * @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  /**
app/design/frontend/default/modern/template/sample/home.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_modern
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_modern
23
+ * @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Interface_Frontend_Default_Modern</name>
4
- <version>1.5.1.0</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/afl-3.0.php">AFL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>This is a new alternative theme to the Magento default interface.</summary>
10
  <description>This is a new alternative theme to the Magento default interface. This theme delivers a more cooperate look and feel with a clean and simplistic design.</description>
11
- <notes>1.5.1.0</notes>
12
  <authors><author><name>Magento Core Team</name><user>core</user><email>core@magentocommerce.com</email></author></authors>
13
- <date>2011-04-26</date>
14
- <time>18:29:09</time>
15
- <contents><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="modern"><dir name="etc"><file name="widget.xml" hash="4da8e7fbd66d5684b66f6f39d84405f8"/></dir><dir name="layout"><file name="catalog.xml" hash="0e307abd41dc8aa68f3bce4c5b18153a"/><file name="catalogsearch.xml" hash="fe6935ac216833ec31854243350e089c"/><file name="checkout.xml" hash="781e581ecdc81d36db8eafa2df2ca0fb"/><file name="contacts.xml" hash="4904524833c403a3f794f87a2ee45de7"/><file name="customer.xml" hash="fbd0d232846dfd8efe7b0079a533c3bd"/><file name="newsletter.xml" hash="f9edc66b05f65a8622e5f0f52b9b539e"/><file name="page.xml" hash="87cf9af1e679c1ab8ef3a463b45411be"/><file name="payment.xml" hash="0ccef6ca9005eba7e2eadd7de6b50cf5"/><file name="review.xml" hash="12b2d043e02301901883c96ec0515be2"/><file name="rss.xml" hash="df0b5c41f84a279ad37db8e39d3638a5"/><file name="sales.xml" hash="e08043bf841dd00de4d5fb2bb0450ac9"/><file name="sendfriend.xml" hash="cf4f87da377e5e86b025dfde8169a6f8"/><file name="tag.xml" hash="2fe0332ffee8a09bef04ec8528787a2d"/><file name="wishlist.xml" hash="218a8c78599601779aa8e667a71eef27"/></dir><dir name="locale"><dir name="en_US"><file name="translate.csv" hash="793e1ff86039f24caff6fad87a094fa1"/></dir></dir><dir name="template"><dir name="catalog"><dir name="product"><dir name="list"><dir name="toolbar"><file name="pager.phtml" hash="f928b05b462877bd24a882aa02a78a66"/></dir><file name="upsell.phtml" hash="615c773c339909e3b861cb093e45a93b"/></dir><file name="list.phtml" hash="1008242ead83bf3513b22bda0025f3ed"/><dir name="view"><file name="media.phtml" hash="e3ccb16d3f5f26867d862dc2658d63fb"/><file name="tabs.phtml" hash="c61f4cd2f57b2b71f1c3caa61b29b327"/></dir><file name="view.phtml" hash="bdf9736a09f17b612a8c98c1575e4b31"/></dir></dir><dir name="catalogsearch"><file name="form.mini.phtml" hash="516d87e3157c96cff3e47fe0f5bb519b"/></dir><dir name="checkout"><file name="cart.phtml" hash="f433b0772dfafdebdc2fbf4dd9d1e97b"/></dir><dir name="newsletter"><file name="subscribe.phtml" hash="4d53e6a1ffa2422b0cd4e7e8c3e88d54"/></dir><dir name="page"><file name="3columns.phtml" hash="50fc84e5be37adeadf61ae9d2bc5691b"/><dir name="html"><file name="footer.phtml" hash="b767a7f97f8689d5b12023fc0eb5cfe1"/><file name="header.phtml" hash="d03c135b711683c0b903079c8d423343"/></dir></dir><dir name="sample"><file name="home.phtml" hash="31a40169f2ad6d79b96f0554e9771640"/></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="modern"><dir name="css"><file name="print.css" hash="3995594217b69e23a5089b66df3878b3"/><file name="styles-ie.css" hash="10e67127c7406096cedb950641c6d9bc"/><file name="styles.css" hash="4985bd3080fef4abe449f3d5e7425a90"/><file name="widgets.css" hash="235c201befb0739263e7d9cf15cccdc8"/></dir><file name="favicon.ico" hash="88733ee53676a47fc354a61c32516e82"/><dir name="images"><file name="bkg_add-to.gif" hash="30ad4986308f5012175006648ec002c4"/><file name="bkg_block-layered-title.gif" hash="5ba30a503859e0c74703e9451dc66ca5"/><file name="bkg_body.gif" hash="f721950262bb5c60227ee74bb435fa79"/><file name="bkg_btn-green.gif" hash="732c08dcbb45ecc07305a6fcc8a8e1a2"/><file name="bkg_btn-small.gif" hash="63a4d1b7cf6cf9f8c2ba557c21b3d6ec"/><file name="bkg_btn-small.png" hash="395fbc85113004f09b8e497c766f0b26"/><file name="bkg_btn.gif" hash="1b9a2115bfd66afd1d47b9872de1f9e8"/><file name="bkg_btn.png" hash="df9af47f282450892546effa54e7da59"/><file name="bkg_cart-totals.gif" hash="1fbacde3b2afd6562f35d0bc21ea41c5"/><file name="bkg_collapse-gm.gif" hash="37c585c23bbfbb3ef8f51191513d435b"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_nav_parent.gif" hash="0208ae272e474b99bf1f8743b525c342"/><file name="bkg_nav_top.gif" hash="e208d78164da001372d050b4933d021c"/><file name="bkg_pipe1.gif" hash="bca445209e5b0c9390c526ff6fb9bfcf"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_rating.gif" hash="d2ea21ea9824962892adf2e9d78f03ba"/><file name="bkg_subtotal.gif" hash="fa2f26527c87fc6b00be8b5e594e52f4"/><file name="bkg_tabs.gif" hash="3929ea638ee939e2280b909d291dd706"/><file name="bkg_toolbar.gif" hash="b51ad5ce6fc7c93c7be429822b7d0f54"/><file name="bkg_top-promo.gif" hash="9e11a17ae228afd7073f5082daa68094"/><file name="btn_checkout.gif" hash="79b6d671dc425b20d024255e76187f70"/><file name="btn_edit.gif" hash="a723d24e578ae946d29c46585d91f066"/><file name="btn_remove.gif" hash="e106b9cea6e73407f5311ebf024ebbbb"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="e106b9cea6e73407f5311ebf024ebbbb"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><dir name="catalog"><dir name="product"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="grid-cal.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="i_asc_arrow.gif" hash="54fa7a2610dca6402a8159a0de658894"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_desc_arrow.gif" hash="2ffa641590dbc5017952f77135d96185"/><file name="i_msg-error.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="i_msg-note.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="i_msg-success.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_pager-next.gif" hash="b565ec86dceddf2c89397a31a6fc9bc8"/><file name="i_pager-prev.gif" hash="ba5d000eb30be2f5b9d8f1aa85cdf478"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="logo.gif" hash="47bc079d9b3933c419739b580e4d0f39"/><file name="logo_email.gif" hash="47bc079d9b3933c419739b580e4d0f39"/><file name="logo_print.gif" hash="47bc079d9b3933c419739b580e4d0f39"/><file name="magnifier_handle.gif" hash="2ee40683870a2bef5c5b34d30c84d6d8"/><dir name="media"><file name="callout1.jpg" hash="0f274fb85b3f1b153072f8478ced414e"/><file name="footer_callout.png" hash="9dc69b9d5517457e08dfce85424e6e16"/><file name="fpo_no_crosssell.gif" hash="7aa2defb505f4d1353fadaac00812501"/><file name="home_co_bottom.gif" hash="52eb6bdfa8926e7a2d0e381b1604e868"/><file name="home_co_br.gif" hash="8ae386c3822b77287a6339068f53953b"/><file name="home_co_main.jpg" hash="c74e1e5276d3c09c6089ce157bda0b24"/><file name="home_co_tr.gif" hash="4fec17962d091640046cab9aa9f4b42e"/><file name="left_col_callout.jpg" hash="e19cc46c3c2b3777484d2847da8564d8"/></dir><file name="opc-ajax-loader.gif" hash="2d5cf231c4f520b5c2b4de5536ecb82d"/><file name="pager_arrow_left.gif" hash="ba5d000eb30be2f5b9d8f1aa85cdf478"/><file name="pager_arrow_right.gif" hash="b565ec86dceddf2c89397a31a6fc9bc8"/><file name="slider_bg.gif" hash="a1b9c405b99162b803ea0026371c38c3"/><file name="slider_btn_zoom_in.gif" hash="e1fb26133b6b00cf548ecb0225867c8e"/><file name="slider_btn_zoom_out.gif" hash="17567db9d985e26ab13cbed6e81abb44"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="validation_advice_bg.gif" hash="992b643e08dd71f20de7f94f29e647ba"/><dir name="widgets"><file name="i_widget-link.gif" hash="1bf753578171f147f0203e7b13bdd0c4"/></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
- <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.5.1.0</min><max>1.6.0.0</max></package></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Interface_Frontend_Default_Modern</name>
4
+ <version>1.6.0.0</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/afl-3.0.php">AFL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>This is a new alternative theme to the Magento default interface.</summary>
10
  <description>This is a new alternative theme to the Magento default interface. This theme delivers a more cooperate look and feel with a clean and simplistic design.</description>
11
+ <notes>1.6.0.0</notes>
12
  <authors><author><name>Magento Core Team</name><user>core</user><email>core@magentocommerce.com</email></author></authors>
13
+ <date>2011-08-18</date>
14
+ <time>08:29:33</time>
15
+ <contents><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="modern"><dir name="etc"><file name="widget.xml" hash="53ac358dd25a51ee2ecb297bcf294129"/></dir><dir name="layout"><file name="catalog.xml" hash="5c83279f6c7751aba319aee08d03bcaf"/><file name="catalogsearch.xml" hash="5c2fdde4e210803efa00388d93d794f0"/><file name="checkout.xml" hash="2aac136714a8156ebf107ab9014c8204"/><file name="contacts.xml" hash="427925f8989ff29043e73e99a572edcb"/><file name="customer.xml" hash="afdaafa5a4cd18ca5179a66aa1964e2c"/><file name="newsletter.xml" hash="76c04684ac4d1d28aea1e37e92785eca"/><file name="page.xml" hash="e51e5ea1d453149010e1b38dbc06fa65"/><file name="payment.xml" hash="3567bca96bdcc4958cacf42c8b0fd76a"/><file name="persistent.xml" hash="17c374f7c6742569a3c94575b8a0deaa"/><file name="review.xml" hash="8678232cfb06a2aa7ded27fd2585eb3a"/><file name="rss.xml" hash="f701c81600045f798a9caa2219429254"/><file name="sales.xml" hash="d113053c3e0fa24a029c4980949a2bb0"/><file name="sendfriend.xml" hash="3ed8274ab4c06a48ed437f8a616bb340"/><file name="tag.xml" hash="e5344a0bdde50b1a166704a771a862be"/><file name="wishlist.xml" hash="8409cf3bb6ff0f35a4f5f6151aed9ea6"/></dir><dir name="locale"><dir name="en_US"><file name="translate.csv" hash="793e1ff86039f24caff6fad87a094fa1"/></dir></dir><dir name="template"><dir name="catalog"><dir name="product"><dir name="list"><file name="upsell.phtml" hash="e0bd5ea4faa9694ec76a76209e6d01d4"/></dir><file name="list.phtml" hash="41a2227316c70e457311c97912d7b85b"/><dir name="view"><file name="media.phtml" hash="e0a44a6248b07e85d41cbba5bc4472c0"/><file name="tabs.phtml" hash="3637c4c59e1990b8cf4884fdc1cfeb31"/></dir><file name="view.phtml" hash="8d49606d0ca2c8d982adf9392fb3e743"/></dir></dir><dir name="catalogsearch"><file name="form.mini.phtml" hash="01bcc8735bbc14bcf6d4065bab946e8b"/></dir><dir name="checkout"><file name="cart.phtml" hash="00cd8f28f6b742c2ea9aa8d2cdfdcc77"/></dir><dir name="newsletter"><file name="subscribe.phtml" hash="c823cb5cdefd2cb2c982c8ffe10d993f"/></dir><dir name="page"><file name="3columns.phtml" hash="0a057e4411057b614312404a4c54354e"/><dir name="html"><file name="footer.phtml" hash="a09b2cbfd23075e9e6e7f0d85d2f5019"/><file name="header.phtml" hash="6aee00f9a9d6f8dc8d05ed0936af1d4b"/></dir></dir><dir name="sample"><file name="home.phtml" hash="f77dbc0eb8dec2610e14c4f42afeea2f"/></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="modern"><dir name="css"><file name="print.css" hash="df316dcd615edd97f1cc07f74bc9f4b1"/><file name="styles-ie.css" hash="19579e492b6b238fbcce928333a55ad4"/><file name="styles.css" hash="8bb3280f0a9712f995a50b21a293884e"/><file name="widgets.css" hash="14cef5439a37acf628d8d3d68e3c3e96"/></dir><file name="favicon.ico" hash="88733ee53676a47fc354a61c32516e82"/><dir name="images"><file name="bkg_add-to.gif" hash="30ad4986308f5012175006648ec002c4"/><file name="bkg_block-layered-title.gif" hash="5ba30a503859e0c74703e9451dc66ca5"/><file name="bkg_body.gif" hash="f721950262bb5c60227ee74bb435fa79"/><file name="bkg_btn-green.gif" hash="732c08dcbb45ecc07305a6fcc8a8e1a2"/><file name="bkg_btn-small.gif" hash="63a4d1b7cf6cf9f8c2ba557c21b3d6ec"/><file name="bkg_btn-small.png" hash="395fbc85113004f09b8e497c766f0b26"/><file name="bkg_btn.gif" hash="1b9a2115bfd66afd1d47b9872de1f9e8"/><file name="bkg_btn.png" hash="df9af47f282450892546effa54e7da59"/><file name="bkg_cart-totals.gif" hash="1fbacde3b2afd6562f35d0bc21ea41c5"/><file name="bkg_collapse-gm.gif" hash="37c585c23bbfbb3ef8f51191513d435b"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_nav_parent.gif" hash="0208ae272e474b99bf1f8743b525c342"/><file name="bkg_nav_top.gif" hash="e208d78164da001372d050b4933d021c"/><file name="bkg_pipe1.gif" hash="bca445209e5b0c9390c526ff6fb9bfcf"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_rating.gif" hash="d2ea21ea9824962892adf2e9d78f03ba"/><file name="bkg_subtotal.gif" hash="fa2f26527c87fc6b00be8b5e594e52f4"/><file name="bkg_tabs.gif" hash="3929ea638ee939e2280b909d291dd706"/><file name="bkg_toolbar.gif" hash="b51ad5ce6fc7c93c7be429822b7d0f54"/><file name="bkg_top-promo.gif" hash="9e11a17ae228afd7073f5082daa68094"/><file name="btn_checkout.gif" hash="79b6d671dc425b20d024255e76187f70"/><file name="btn_edit.gif" hash="a723d24e578ae946d29c46585d91f066"/><file name="btn_remove.gif" hash="e106b9cea6e73407f5311ebf024ebbbb"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="e106b9cea6e73407f5311ebf024ebbbb"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><dir name="catalog"><dir name="product"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="grid-cal.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="i_asc_arrow.gif" hash="54fa7a2610dca6402a8159a0de658894"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_desc_arrow.gif" hash="2ffa641590dbc5017952f77135d96185"/><file name="i_msg-error.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="i_msg-note.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="i_msg-success.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_pager-next.gif" hash="b565ec86dceddf2c89397a31a6fc9bc8"/><file name="i_pager-prev.gif" hash="ba5d000eb30be2f5b9d8f1aa85cdf478"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="logo.gif" hash="47bc079d9b3933c419739b580e4d0f39"/><file name="logo_email.gif" hash="47bc079d9b3933c419739b580e4d0f39"/><file name="logo_print.gif" hash="47bc079d9b3933c419739b580e4d0f39"/><file name="magnifier_handle.gif" hash="2ee40683870a2bef5c5b34d30c84d6d8"/><file name="map_popup_arrow.gif" hash="447cca32b28856fa8382a53d478ea3dc"/><dir name="media"><file name="callout1.jpg" hash="0f274fb85b3f1b153072f8478ced414e"/><file name="footer_callout.png" hash="9dc69b9d5517457e08dfce85424e6e16"/><file name="fpo_no_crosssell.gif" hash="7aa2defb505f4d1353fadaac00812501"/><file name="home_co_bottom.gif" hash="52eb6bdfa8926e7a2d0e381b1604e868"/><file name="home_co_br.gif" hash="8ae386c3822b77287a6339068f53953b"/><file name="home_co_main.jpg" hash="c74e1e5276d3c09c6089ce157bda0b24"/><file name="home_co_tr.gif" hash="4fec17962d091640046cab9aa9f4b42e"/><file name="left_col_callout.jpg" hash="e19cc46c3c2b3777484d2847da8564d8"/></dir><file name="opc-ajax-loader.gif" hash="2d5cf231c4f520b5c2b4de5536ecb82d"/><file name="pager_arrow_left.gif" hash="ba5d000eb30be2f5b9d8f1aa85cdf478"/><file name="pager_arrow_right.gif" hash="b565ec86dceddf2c89397a31a6fc9bc8"/><file name="slider_bg.gif" hash="a1b9c405b99162b803ea0026371c38c3"/><file name="slider_btn_zoom_in.gif" hash="e1fb26133b6b00cf548ecb0225867c8e"/><file name="slider_btn_zoom_out.gif" hash="17567db9d985e26ab13cbed6e81abb44"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="validation_advice_bg.gif" hash="992b643e08dd71f20de7f94f29e647ba"/><dir name="widgets"><file name="i_widget-link.gif" hash="1bf753578171f147f0203e7b13bdd0c4"/></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
+ <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.6.0.0</min><max>1.6.1.0</max></package></required></dependencies>
18
  </package>
skin/frontend/default/modern/css/print.css CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category design
21
  * @package default_modern
22
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  * { background:none !important; text-align:left !important; }
19
  *
20
  * @category design
21
  * @package default_modern
22
+ * @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  * { background:none !important; text-align:left !important; }
skin/frontend/default/modern/css/styles-ie.css CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category design
21
  * @package default_modern
22
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
@@ -36,6 +36,7 @@
36
  * html .block button.button span,
37
  * html .product-view .box-tags .form-add button.button span,
38
  * html .footer .form-subscribe button.button span { background-image:url(../images/bkg_btn-small.gif); }
 
39
 
40
  /* Doubled Margin Fixes */
41
  .product-view .product-img-box .more-views li,
19
  *
20
  * @category design
21
  * @package default_modern
22
+ * @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
36
  * html .block button.button span,
37
  * html .product-view .box-tags .form-add button.button span,
38
  * html .footer .form-subscribe button.button span { background-image:url(../images/bkg_btn-small.gif); }
39
+ * html .window-overlay { background:#ccc; filter:alpha(opacity=50); }
40
 
41
  /* Doubled Margin Fixes */
42
  .product-view .product-img-box .more-views li,
skin/frontend/default/modern/css/styles.css CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category design
21
  * @package default_modern
22
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
@@ -466,6 +466,7 @@ tr.summary-details-excluded { font-style:italic; }
466
 
467
  .quick-access { background:#444; color:#fff; padding:7px 13px; text-align:right; }
468
  .quick-access .welcome-msg { display:inline; margin:0; color:#fff; }
 
469
  .quick-access .form-language { float:left; }
470
  .quick-access .form-language label { font-weight:bold; padding-right:5px; color:#fff; vertical-align:middle; }
471
  .quick-access .form-language select { padding:0; }
@@ -1171,11 +1172,12 @@ f/********** Product Prices > */
1171
  .truncated a.dots { cursor:help; text-decoration:none !important; }
1172
  .truncated a.details { cursor:help; text-decoration:none !important; display:inline-block; border-bottom:1px dotted #4f8100; }
1173
  .truncated .truncated_full_value { position:relative; z-index:999; }
1174
- .truncated .truncated_full_value dl { position:absolute; top:-99999em; z-index:999; width:250px; padding:8px; border:2px solid #ddd; border-bottom-color:#666; background-color:#f6f6f6; }
1175
- .truncated .truncated_full_value dt { margin-top:0; }
1176
- .truncated .show dl { top:-20px; left:50%; }
1177
- .col-left .truncated .show dl { left:30px; top:10px; }
1178
- .col-right .truncated .show dl { left:-240px; top:10px; }
 
1179
  /* ======================================================================================= */
1180
 
1181
 
@@ -1395,6 +1397,21 @@ f/********** Product Prices > */
1395
  /* Account Login/Create Pages ============================================================ */
1396
 
1397
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1398
  /* My Account ============================================================================= */
1399
  .my-account .title-buttons .link-rss { float:none; margin:0; }
1400
 
@@ -1558,6 +1575,27 @@ f/********** Product Prices > */
1558
  /* ======================================================================================= */
1559
 
1560
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1561
  /* Footer ================================================================================ */
1562
  .footer-container {}
1563
  .footer { margin:15px 0 40px; }
19
  *
20
  * @category design
21
  * @package default_modern
22
+ * @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
466
 
467
  .quick-access { background:#444; color:#fff; padding:7px 13px; text-align:right; }
468
  .quick-access .welcome-msg { display:inline; margin:0; color:#fff; }
469
+ .quick-access .welcome-msg a { color:#ddd; }
470
  .quick-access .form-language { float:left; }
471
  .quick-access .form-language label { font-weight:bold; padding-right:5px; color:#fff; vertical-align:middle; }
472
  .quick-access .form-language select { padding:0; }
1172
  .truncated a.dots { cursor:help; text-decoration:none !important; }
1173
  .truncated a.details { cursor:help; text-decoration:none !important; display:inline-block; border-bottom:1px dotted #4f8100; }
1174
  .truncated .truncated_full_value { position:relative; z-index:999; }
1175
+ .truncated .truncated_full_value .item-options { position:absolute; top:-99999em; z-index:999; width:250px; padding:8px; border:2px solid #ddd; border-bottom-color:#666; background-color:#f6f6f6; }
1176
+ .truncated .truncated_full_value .item-options dt { margin-top:0; }
1177
+ .truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
1178
+ .truncated .show .item-options { top:-20px; left:50%; }
1179
+ .col-left .truncated .show .item-options { left:30px; top:10px; }
1180
+ .col-right .truncated .show .item-options { left:-240px; top:10px; }
1181
  /* ======================================================================================= */
1182
 
1183
 
1397
  /* Account Login/Create Pages ============================================================ */
1398
 
1399
 
1400
+ /* Remember Me Popup ===================================================================== */
1401
+ .window-overlay { background:url(../images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }
1402
+
1403
+ .remember-me label { float:none; margin:0 6px; }
1404
+ .remember-me-popup { background:#fff; border:1px solid #888; border-bottom-color:#777; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #999; -webkit-box-shadow:0 0 6px #999; box-shadow:0 0 6px #999; z-index:1000; }
1405
+ .remember-me-popup h3 { background:#dedede; border-bottom:1px solid #ccc; color:#444; font-size:14px; margin:0; padding:7px 10px 5px; }
1406
+ .remember-me-popup .remember-me-popup-head { position:relative; }
1407
+ .remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:9px; right:7px; height:15px; width:15px; text-indent:-9999em; }
1408
+ .remember-me-popup .remember-me-popup-body { border-top:1px solid #e6e6e6; padding:10px; }
1409
+ .remember-me-popup .remember-me-popup-body a,
1410
+ .remember-me-popup .remember-me-popup-body a span { display:inline-block; height:28px; background:transparent url(../images/bkg_btn.png) 0 0 no-repeat; padding:0 0 0 6px; font:bold 11px/25px Tahoma, Verdana, Arial, sans-serif; text-transform:uppercase; text-align:center; white-space:nowrap; color:#555; }
1411
+ .remember-me-popup .remember-me-popup-body a span { background-position:100% 0; padding:0 15px 0 9px; }
1412
+ /* Remember Me Popup ===================================================================== */
1413
+
1414
+
1415
  /* My Account ============================================================================= */
1416
  .my-account .title-buttons .link-rss { float:none; margin:0; }
1417
 
1575
  /* ======================================================================================= */
1576
 
1577
 
1578
+ /* MAP Popup============================================================================== */
1579
+ .cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; padding:40px 0 10px; text-align:right; text-transform:uppercase;}
1580
+ .map-cart-sidebar-total { background:#f6f6f6; color:red; display:block; font-size:10px; line-height:14px; font-weight:bold; padding:5px; text-shadow:0 1px 0 #fff; box-shadow:0 0 3px #ccc; border-radius:5px; }
1581
+
1582
+ .map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
1583
+ .map-popup-heading { background:#efefef ; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
1584
+ .map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
1585
+ .map-popup-arrow { background:url(../images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
1586
+ .map-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:9px; right:10px; height:15px; width:15px; text-indent:-9999em; }
1587
+ .map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
1588
+ .map-popup-checkout { display:inline; float:right; text-align:right; }
1589
+ .map-popup-checkout span { display:block; padding-right:30px; }
1590
+ .map-popup-checkout .paypal-logo { margin:0 0 5px; }
1591
+ .map-popup-price .price-box,
1592
+ .map-popup-price .price-box .special-price { margin:0; padding:0; }
1593
+ .map-popup-price { margin:5px 0 0; }
1594
+ .map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
1595
+ .map-popup-only-text { border-top:1px solid #ddd; }
1596
+ /* ======================================================================================= */
1597
+
1598
+
1599
  /* Footer ================================================================================ */
1600
  .footer-container {}
1601
  .footer { margin:15px 0 40px; }
skin/frontend/default/modern/css/widgets.css CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category design
21
  * @package default_modern
22
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
19
  *
20
  * @category design
21
  * @package default_modern
22
+ * @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
skin/frontend/default/modern/images/map_popup_arrow.gif ADDED
Binary file