Version Notes
1.7.0.0
Download this release
Release Info
| Developer | Magento Core Team |
| Extension | Interface_Frontend_Default_Modern |
| Version | 1.7.0.0 |
| Comparing to | |
| See all releases | |
Code changes from version 1.6.1.0 to 1.7.0.0
- app/design/frontend/default/modern/etc/widget.xml +1 -1
- app/design/frontend/default/modern/layout/catalog.xml +3 -24
- app/design/frontend/default/modern/layout/catalogsearch.xml +1 -1
- app/design/frontend/default/modern/layout/checkout.xml +2 -2
- app/design/frontend/default/modern/layout/contacts.xml +1 -1
- app/design/frontend/default/modern/layout/customer.xml +27 -4
- app/design/frontend/default/modern/layout/newsletter.xml +1 -1
- app/design/frontend/default/modern/layout/page.xml +2 -1
- app/design/frontend/default/modern/layout/payment.xml +1 -1
- app/design/frontend/default/modern/layout/persistent.xml +1 -1
- app/design/frontend/default/modern/layout/review.xml +1 -1
- app/design/frontend/default/modern/layout/rss.xml +1 -1
- app/design/frontend/default/modern/layout/sales.xml +1 -1
- app/design/frontend/default/modern/layout/sendfriend.xml +1 -1
- app/design/frontend/default/modern/layout/tag.xml +1 -1
- app/design/frontend/default/modern/layout/wishlist.xml +34 -13
- app/design/frontend/default/modern/template/catalog/product/list.phtml +1 -1
- app/design/frontend/default/modern/template/catalog/product/list/upsell.phtml +1 -1
- app/design/frontend/default/modern/template/catalog/product/view.phtml +8 -1
- app/design/frontend/default/modern/template/catalog/product/view/media.phtml +1 -1
- app/design/frontend/default/modern/template/catalog/product/view/tabs.phtml +1 -1
- app/design/frontend/default/modern/template/catalogsearch/form.mini.phtml +7 -4
- app/design/frontend/default/modern/template/checkout/cart.phtml +27 -2
- app/design/frontend/default/modern/template/newsletter/subscribe.phtml +4 -3
- app/design/frontend/default/modern/template/page/3columns.phtml +1 -1
- app/design/frontend/default/modern/template/page/html/footer.phtml +1 -1
- app/design/frontend/default/modern/template/page/html/header.phtml +1 -1
- app/design/frontend/default/modern/template/sample/home.phtml +1 -1
- package.xml +6 -6
- skin/frontend/default/modern/css/print.css +1 -1
- skin/frontend/default/modern/css/styles-ie.css +1 -1
- skin/frontend/default/modern/css/styles.css +61 -12
- skin/frontend/default/modern/css/widgets.css +1 -1
- skin/frontend/default/modern/images/btn_previous.gif +0 -0
- skin/frontend/default/modern/images/cvv.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)
|
| 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) 2012 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)
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
|
|
@@ -45,9 +45,6 @@ Default layout, loads most of the pages
|
|
| 45 |
<default>
|
| 46 |
|
| 47 |
<!-- Mage_Catalog -->
|
| 48 |
-
<reference name="top.menu">
|
| 49 |
-
<block type="catalog/navigation" name="catalog.topnav" template="catalog/navigation/top.phtml"/>
|
| 50 |
-
</reference>
|
| 51 |
<reference name="left">
|
| 52 |
<!--block type="core/template" name="left.permanent.callout" template="callouts/left_col.phtml">
|
| 53 |
<action method="setImgSrc"><src>images/media/left_col_callout.jpg</src></action>
|
|
@@ -81,7 +78,7 @@ Category default layout
|
|
| 81 |
<block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
|
| 82 |
<block type="page/html_pager" name="product_list_toolbar_pager"/>
|
| 83 |
<!-- The following code shows how to set your own pager increments -->
|
| 84 |
-
<!--
|
| 85 |
<action method="setDefaultListPerPage"><limit>10</limit></action>
|
| 86 |
<action method="setDefaultGridPerPage"><limit>8</limit></action>
|
| 87 |
<action method="addPagerLimit"><mode>list</mode><limit>10</limit></action>
|
|
@@ -125,7 +122,7 @@ Category layered navigation layout
|
|
| 125 |
<block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
|
| 126 |
<block type="page/html_pager" name="product_list_toolbar_pager"/>
|
| 127 |
<!-- The following code shows how to set your own pager increments -->
|
| 128 |
-
<!--
|
| 129 |
<action method="setDefaultListPerPage"><limit>10</limit></action>
|
| 130 |
<action method="setDefaultGridPerPage"><limit>8</limit></action>
|
| 131 |
<action method="addPagerLimit"><mode>list</mode><limit>10</limit></action>
|
|
@@ -423,22 +420,4 @@ SEO Site Map
|
|
| 423 |
<action method="addLink" translate="label title" module="catalog"><label>Categories Sitemap</label><url helper="catalog/map/getCategoryUrl"/><title>Categories Sitemap</title></action>
|
| 424 |
</reference>
|
| 425 |
</catalog_seo_sitemap_product>
|
| 426 |
-
|
| 427 |
-
|
| 428 |
-
<!--
|
| 429 |
-
Catalog search terms block
|
| 430 |
-
-->
|
| 431 |
-
|
| 432 |
-
<catalog_seo_searchterm_popular translate="label">
|
| 433 |
-
<label>Catalog Seo Popular Search Terms</label>
|
| 434 |
-
<remove name="right"/>
|
| 435 |
-
<remove name="left"/>
|
| 436 |
-
<reference name="root">
|
| 437 |
-
<action method="setTemplate"><template>page/1column.phtml</template></action>
|
| 438 |
-
</reference>
|
| 439 |
-
<reference name="content">
|
| 440 |
-
<block type="catalog/seo_searchterm" name="seo.searchterm" template="catalog/seo/searchterm.phtml"/>
|
| 441 |
-
</reference>
|
| 442 |
-
</catalog_seo_searchterm_popular>
|
| 443 |
-
|
| 444 |
</layout>
|
| 21 |
*
|
| 22 |
* @category design
|
| 23 |
* @package default_modern
|
| 24 |
+
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
|
| 45 |
<default>
|
| 46 |
|
| 47 |
<!-- Mage_Catalog -->
|
|
|
|
|
|
|
|
|
|
| 48 |
<reference name="left">
|
| 49 |
<!--block type="core/template" name="left.permanent.callout" template="callouts/left_col.phtml">
|
| 50 |
<action method="setImgSrc"><src>images/media/left_col_callout.jpg</src></action>
|
| 78 |
<block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
|
| 79 |
<block type="page/html_pager" name="product_list_toolbar_pager"/>
|
| 80 |
<!-- The following code shows how to set your own pager increments -->
|
| 81 |
+
<!--
|
| 82 |
<action method="setDefaultListPerPage"><limit>10</limit></action>
|
| 83 |
<action method="setDefaultGridPerPage"><limit>8</limit></action>
|
| 84 |
<action method="addPagerLimit"><mode>list</mode><limit>10</limit></action>
|
| 122 |
<block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
|
| 123 |
<block type="page/html_pager" name="product_list_toolbar_pager"/>
|
| 124 |
<!-- The following code shows how to set your own pager increments -->
|
| 125 |
+
<!--
|
| 126 |
<action method="setDefaultListPerPage"><limit>10</limit></action>
|
| 127 |
<action method="setDefaultGridPerPage"><limit>8</limit></action>
|
| 128 |
<action method="addPagerLimit"><mode>list</mode><limit>10</limit></action>
|
| 420 |
<action method="addLink" translate="label title" module="catalog"><label>Categories Sitemap</label><url helper="catalog/map/getCategoryUrl"/><title>Categories Sitemap</title></action>
|
| 421 |
</reference>
|
| 422 |
</catalog_seo_sitemap_product>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 423 |
</layout>
|
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)
|
| 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) 2012 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/checkout.xml
CHANGED
|
@@ -21,7 +21,7 @@
|
|
| 21 |
*
|
| 22 |
* @category design
|
| 23 |
* @package default_modern
|
| 24 |
-
* @copyright Copyright (c)
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
|
|
@@ -99,7 +99,7 @@ Default layout, loads most of the pages
|
|
| 99 |
<label>Additional Product Info</label>
|
| 100 |
</block>
|
| 101 |
</checkout_cart_index>
|
| 102 |
-
|
| 103 |
<checkout_cart_configure translate="label">
|
| 104 |
<label>Configure Cart Item</label>
|
| 105 |
<update handle="catalog_product_view"/>
|
| 21 |
*
|
| 22 |
* @category design
|
| 23 |
* @package default_modern
|
| 24 |
+
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
|
| 99 |
<label>Additional Product Info</label>
|
| 100 |
</block>
|
| 101 |
</checkout_cart_index>
|
| 102 |
+
|
| 103 |
<checkout_cart_configure translate="label">
|
| 104 |
<label>Configure Cart Item</label>
|
| 105 |
<update handle="catalog_product_view"/>
|
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)
|
| 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) 2012 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/customer.xml
CHANGED
|
@@ -21,7 +21,7 @@
|
|
| 21 |
*
|
| 22 |
* @category design
|
| 23 |
* @package default_modern
|
| 24 |
-
* @copyright Copyright (c)
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
|
|
@@ -91,7 +91,7 @@ Layout for customer login page
|
|
| 91 |
<action method="setTemplate"><template>page/1column.phtml</template></action>
|
| 92 |
</reference>
|
| 93 |
<reference name="content">
|
| 94 |
-
<block type="customer/form_login" name="customer_form_login" template="customer/form/login.phtml"/>
|
| 95 |
</reference>
|
| 96 |
</customer_account_login>
|
| 97 |
|
|
@@ -152,10 +152,33 @@ New customer registration
|
|
| 152 |
</reference>
|
| 153 |
<reference name="content">
|
| 154 |
<!--<block type="core/template" name="forgotPassword" template="customer/form/forgotpassword.phtml"/>-->
|
| 155 |
-
<block type="customer/account_forgotpassword" name="forgotPassword" template="customer/form/forgotpassword.phtml"/>
|
| 156 |
</reference>
|
| 157 |
</customer_account_forgotpassword>
|
| 158 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 159 |
<customer_account_confirmation>
|
| 160 |
<remove name="right"/>
|
| 161 |
<remove name="left"/>
|
|
@@ -190,7 +213,7 @@ Customer account pages, rendered for all tabs in dashboard
|
|
| 190 |
<reference name="root">
|
| 191 |
<action method="setTemplate"><template>page/2columns-left.phtml</template></action>
|
| 192 |
</reference>
|
| 193 |
-
|
| 194 |
<reference name="content">
|
| 195 |
<block type="page/html_wrapper" name="my.account.wrapper" translate="label">
|
| 196 |
<label>My Account Wrapper</label>
|
| 21 |
*
|
| 22 |
* @category design
|
| 23 |
* @package default_modern
|
| 24 |
+
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
|
| 91 |
<action method="setTemplate"><template>page/1column.phtml</template></action>
|
| 92 |
</reference>
|
| 93 |
<reference name="content">
|
| 94 |
+
<block type="customer/form_login" name="customer_form_login" template="customer/form/login.phtml" />
|
| 95 |
</reference>
|
| 96 |
</customer_account_login>
|
| 97 |
|
| 152 |
</reference>
|
| 153 |
<reference name="content">
|
| 154 |
<!--<block type="core/template" name="forgotPassword" template="customer/form/forgotpassword.phtml"/>-->
|
| 155 |
+
<block type="customer/account_forgotpassword" name="forgotPassword" template="customer/form/forgotpassword.phtml" />
|
| 156 |
</reference>
|
| 157 |
</customer_account_forgotpassword>
|
| 158 |
|
| 159 |
+
<customer_account_resetpassword translate="label">
|
| 160 |
+
<label>Reset a Password</label>
|
| 161 |
+
<remove name="right"/>
|
| 162 |
+
<remove name="left"/>
|
| 163 |
+
|
| 164 |
+
<reference name="head">
|
| 165 |
+
<action method="setTitle" translate="title" module="customer">
|
| 166 |
+
<title>Reset a Password</title>
|
| 167 |
+
</action>
|
| 168 |
+
</reference>
|
| 169 |
+
<reference name="root">
|
| 170 |
+
<action method="setTemplate">
|
| 171 |
+
<template>page/1column.phtml</template>
|
| 172 |
+
</action>
|
| 173 |
+
<action method="setHeaderTitle" translate="title" module="customer">
|
| 174 |
+
<title>Reset a Password</title>
|
| 175 |
+
</action>
|
| 176 |
+
</reference>
|
| 177 |
+
<reference name="content">
|
| 178 |
+
<block type="customer/account_resetpassword" name="resetPassword" template="customer/form/resetforgottenpassword.phtml"/>
|
| 179 |
+
</reference>
|
| 180 |
+
</customer_account_resetpassword>
|
| 181 |
+
|
| 182 |
<customer_account_confirmation>
|
| 183 |
<remove name="right"/>
|
| 184 |
<remove name="left"/>
|
| 213 |
<reference name="root">
|
| 214 |
<action method="setTemplate"><template>page/2columns-left.phtml</template></action>
|
| 215 |
</reference>
|
| 216 |
+
|
| 217 |
<reference name="content">
|
| 218 |
<block type="page/html_wrapper" name="my.account.wrapper" translate="label">
|
| 219 |
<label>My Account Wrapper</label>
|
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)
|
| 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) 2012 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)
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
|
@@ -67,6 +67,7 @@ Default layout, loads most of the pages
|
|
| 67 |
<block type="page/html_header" name="header" as="header">
|
| 68 |
<block type="core/text_list" name="top.menu" as="topMenu" translate="label">
|
| 69 |
<label>Navigation Bar</label>
|
|
|
|
| 70 |
</block>
|
| 71 |
<block type="page/switch" name="store_language" as="store_language" template="page/switch/languages.phtml"/>
|
| 72 |
<block type="page/template_links" name="top.links" as="topLinks"/>
|
| 21 |
*
|
| 22 |
* @category design
|
| 23 |
* @package default_modern
|
| 24 |
+
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
| 67 |
<block type="page/html_header" name="header" as="header">
|
| 68 |
<block type="core/text_list" name="top.menu" as="topMenu" translate="label">
|
| 69 |
<label>Navigation Bar</label>
|
| 70 |
+
<block type="page/html_topmenu" name="catalog.topnav" template="page/html/topmenu.phtml" />
|
| 71 |
</block>
|
| 72 |
<block type="page/switch" name="store_language" as="store_language" template="page/switch/languages.phtml"/>
|
| 73 |
<block type="page/template_links" name="top.links" as="topLinks"/>
|
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)
|
| 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) 2012 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
CHANGED
|
@@ -21,7 +21,7 @@
|
|
| 21 |
*
|
| 22 |
* @category design
|
| 23 |
* @package default_modern
|
| 24 |
-
* @copyright Copyright (c)
|
| 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) 2012 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/review.xml
CHANGED
|
@@ -21,7 +21,7 @@
|
|
| 21 |
*
|
| 22 |
* @category design
|
| 23 |
* @package default_modern
|
| 24 |
-
* @copyright Copyright (c)
|
| 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) 2012 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/rss.xml
CHANGED
|
@@ -21,7 +21,7 @@
|
|
| 21 |
*
|
| 22 |
* @category design
|
| 23 |
* @package default_modern
|
| 24 |
-
* @copyright Copyright (c)
|
| 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) 2012 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)
|
| 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) 2012 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/sendfriend.xml
CHANGED
|
@@ -21,7 +21,7 @@
|
|
| 21 |
*
|
| 22 |
* @category design
|
| 23 |
* @package default_modern
|
| 24 |
-
* @copyright Copyright (c)
|
| 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) 2012 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)
|
| 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) 2012 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)
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
|
|
@@ -33,17 +33,15 @@ Default layout, loads most of the pages
|
|
| 33 |
-->
|
| 34 |
|
| 35 |
<default>
|
| 36 |
-
|
| 37 |
<reference name="top.links">
|
| 38 |
-
<block type="wishlist/links" name="wishlist_link"/>
|
| 39 |
<action method="addLinkBlock"><blockName>wishlist_link</blockName></action>
|
| 40 |
</reference>
|
| 41 |
|
| 42 |
<!-- Mage_Wishlist -->
|
| 43 |
<reference name="left">
|
| 44 |
-
<block type="wishlist/customer_sidebar" name="wishlist_sidebar" as="wishlist" after="cart_sidebar" template="wishlist/sidebar.phtml"/>
|
| 45 |
</reference>
|
| 46 |
-
|
| 47 |
</default>
|
| 48 |
|
| 49 |
<!--
|
|
@@ -62,7 +60,6 @@ Customer account home dashboard layout
|
|
| 62 |
-->
|
| 63 |
|
| 64 |
<customer_account_index>
|
| 65 |
-
|
| 66 |
<reference name="right">
|
| 67 |
<action method="unsetChild"><name>wishlist</name></action>
|
| 68 |
</reference>
|
|
@@ -75,9 +72,33 @@ Wishlist pages
|
|
| 75 |
<wishlist_index_index translate="label">
|
| 76 |
<label>Customer My Account My Wishlist</label>
|
| 77 |
<!-- Mage_Wishlist -->
|
| 78 |
-
<update handle="customer_account"/>
|
| 79 |
<reference name="my.account.wrapper">
|
| 80 |
-
<block type="wishlist/customer_wishlist" name="customer.wishlist" template="wishlist/view.phtml"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 81 |
</reference>
|
| 82 |
<reference name="right">
|
| 83 |
<action method="unsetChild"><name>wishlist_customer_sidebar</name></action>
|
|
@@ -87,9 +108,9 @@ Wishlist pages
|
|
| 87 |
<wishlist_index_share translate="label">
|
| 88 |
<label>Customer My Account Wishlist Sharing Form</label>
|
| 89 |
<!-- Mage_Wishlist -->
|
| 90 |
-
<update handle="customer_account"/>
|
| 91 |
<reference name="my.account.wrapper">
|
| 92 |
-
<block type="wishlist/customer_sharing" name="wishlist.sharing" template="wishlist/sharing.phtml"/>
|
| 93 |
</reference>
|
| 94 |
<reference name="right">
|
| 95 |
<action method="unsetChild"><name>wishlist_customer_sidebar</name></action>
|
|
@@ -98,9 +119,9 @@ Wishlist pages
|
|
| 98 |
|
| 99 |
<wishlist_index_configure translate="label">
|
| 100 |
<label>Configure Wishlist Item</label>
|
| 101 |
-
<update handle="catalog_product_view"/>
|
| 102 |
<reference name="product.info">
|
| 103 |
-
<block type="wishlist/item_configure" name="product.info.addto" as="addto" template="wishlist/item/configure/addto.phtml"/>
|
| 104 |
</reference>
|
| 105 |
<reference name="product.info.options.wrapper.bottom">
|
| 106 |
<action method="unsetChild"><name>product.info.addto</name></action>
|
|
@@ -112,7 +133,7 @@ Wishlist pages
|
|
| 112 |
<label>Customer Shared Wishlist View</label>
|
| 113 |
<!-- Mage_Wishlist -->
|
| 114 |
<reference name="content">
|
| 115 |
-
<block type="wishlist/share_wishlist" name="customer.wishlist" template="wishlist/shared.phtml"/>
|
| 116 |
</reference>
|
| 117 |
</wishlist_shared_index>
|
| 118 |
</layout>
|
| 21 |
*
|
| 22 |
* @category design
|
| 23 |
* @package default_modern
|
| 24 |
+
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
|
| 33 |
-->
|
| 34 |
|
| 35 |
<default>
|
|
|
|
| 36 |
<reference name="top.links">
|
| 37 |
+
<block type="wishlist/links" name="wishlist_link" />
|
| 38 |
<action method="addLinkBlock"><blockName>wishlist_link</blockName></action>
|
| 39 |
</reference>
|
| 40 |
|
| 41 |
<!-- Mage_Wishlist -->
|
| 42 |
<reference name="left">
|
| 43 |
+
<block type="wishlist/customer_sidebar" name="wishlist_sidebar" as="wishlist" after="cart_sidebar" template="wishlist/sidebar.phtml" />
|
| 44 |
</reference>
|
|
|
|
| 45 |
</default>
|
| 46 |
|
| 47 |
<!--
|
| 60 |
-->
|
| 61 |
|
| 62 |
<customer_account_index>
|
|
|
|
| 63 |
<reference name="right">
|
| 64 |
<action method="unsetChild"><name>wishlist</name></action>
|
| 65 |
</reference>
|
| 72 |
<wishlist_index_index translate="label">
|
| 73 |
<label>Customer My Account My Wishlist</label>
|
| 74 |
<!-- Mage_Wishlist -->
|
| 75 |
+
<update handle="customer_account" />
|
| 76 |
<reference name="my.account.wrapper">
|
| 77 |
+
<block type="wishlist/customer_wishlist" name="customer.wishlist" template="wishlist/view.phtml">
|
| 78 |
+
<action method="setTitle" translate="title">
|
| 79 |
+
<title>My Wishlist</title>
|
| 80 |
+
</action>
|
| 81 |
+
<block type="wishlist/customer_wishlist_items" name="customer.wishlist.items" as="items" template="wishlist/item/list.phtml">
|
| 82 |
+
<block type="wishlist/customer_wishlist_item_column_image" name="customer.wishlist.item.image" template="wishlist/item/column/image.phtml" />
|
| 83 |
+
<block type="wishlist/customer_wishlist_item_column_comment" name="customer.wishlist.item.info" template="wishlist/item/column/info.phtml">
|
| 84 |
+
<action method="setTitle" translate="title">
|
| 85 |
+
<title>Product Details and Comment</title>
|
| 86 |
+
</action>
|
| 87 |
+
</block>
|
| 88 |
+
<block type="wishlist/customer_wishlist_item_column_cart" name="customer.wishlist.item.cart" template="wishlist/item/column/cart.phtml">
|
| 89 |
+
<action method="setTitle" translate="title">
|
| 90 |
+
<title>Add to Cart</title>
|
| 91 |
+
</action>
|
| 92 |
+
<block type="wishlist/customer_wishlist_item_options" name="customer.wishlist.item.options" />
|
| 93 |
+
</block>
|
| 94 |
+
<block type="wishlist/customer_wishlist_item_column_remove" name="customer.wishlist.item.remove" template="wishlist/item/column/remove.phtml" />
|
| 95 |
+
</block>
|
| 96 |
+
<block type="core/text_list" name="customer.wishlist.buttons" as="control_buttons">
|
| 97 |
+
<block type="wishlist/customer_wishlist_button" name="customer.wishlist.button.share" template="wishlist/button/share.phtml" />
|
| 98 |
+
<block type="wishlist/customer_wishlist_button" name="customer.wishlist.button.toCart" template="wishlist/button/tocart.phtml" />
|
| 99 |
+
<block type="wishlist/customer_wishlist_button" name="customer.wishlist.button.update" template="wishlist/button/update.phtml" />
|
| 100 |
+
</block>
|
| 101 |
+
</block>
|
| 102 |
</reference>
|
| 103 |
<reference name="right">
|
| 104 |
<action method="unsetChild"><name>wishlist_customer_sidebar</name></action>
|
| 108 |
<wishlist_index_share translate="label">
|
| 109 |
<label>Customer My Account Wishlist Sharing Form</label>
|
| 110 |
<!-- Mage_Wishlist -->
|
| 111 |
+
<update handle="customer_account" />
|
| 112 |
<reference name="my.account.wrapper">
|
| 113 |
+
<block type="wishlist/customer_sharing" name="wishlist.sharing" template="wishlist/sharing.phtml" />
|
| 114 |
</reference>
|
| 115 |
<reference name="right">
|
| 116 |
<action method="unsetChild"><name>wishlist_customer_sidebar</name></action>
|
| 119 |
|
| 120 |
<wishlist_index_configure translate="label">
|
| 121 |
<label>Configure Wishlist Item</label>
|
| 122 |
+
<update handle="catalog_product_view" />
|
| 123 |
<reference name="product.info">
|
| 124 |
+
<block type="wishlist/item_configure" name="product.info.addto" as="addto" template="wishlist/item/configure/addto.phtml" />
|
| 125 |
</reference>
|
| 126 |
<reference name="product.info.options.wrapper.bottom">
|
| 127 |
<action method="unsetChild"><name>product.info.addto</name></action>
|
| 133 |
<label>Customer Shared Wishlist View</label>
|
| 134 |
<!-- Mage_Wishlist -->
|
| 135 |
<reference name="content">
|
| 136 |
+
<block type="wishlist/share_wishlist" name="customer.wishlist" template="wishlist/shared.phtml" />
|
| 137 |
</reference>
|
| 138 |
</wishlist_shared_index>
|
| 139 |
</layout>
|
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)
|
| 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) 2012 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/upsell.phtml
CHANGED
|
@@ -20,7 +20,7 @@
|
|
| 20 |
*
|
| 21 |
* @category design
|
| 22 |
* @package default_modern
|
| 23 |
-
* @copyright Copyright (c)
|
| 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) 2012 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)
|
| 24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 25 |
*/
|
| 26 |
|
|
@@ -128,6 +128,13 @@
|
|
| 128 |
delete Validation.methods['required-entry'];
|
| 129 |
delete Validation.methods['validate-one-required'];
|
| 130 |
delete Validation.methods['validate-one-required-by-name'];
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 131 |
if (this.validator.validate()) {
|
| 132 |
if (url) {
|
| 133 |
this.form.action = url;
|
| 20 |
*
|
| 21 |
* @category design
|
| 22 |
* @package default_modern
|
| 23 |
+
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
| 24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 128 |
delete Validation.methods['required-entry'];
|
| 129 |
delete Validation.methods['validate-one-required'];
|
| 130 |
delete Validation.methods['validate-one-required-by-name'];
|
| 131 |
+
// Remove custom datetime validators
|
| 132 |
+
for (var methodName in Validation.methods) {
|
| 133 |
+
if (methodName.match(/^validate-datetime-.*/i)) {
|
| 134 |
+
delete Validation.methods[methodName];
|
| 135 |
+
}
|
| 136 |
+
}
|
| 137 |
+
|
| 138 |
if (this.validator.validate()) {
|
| 139 |
if (url) {
|
| 140 |
this.form.action = url;
|
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)
|
| 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) 2012 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)
|
| 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) 2012 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,20 +20,23 @@
|
|
| 20 |
*
|
| 21 |
* @category design
|
| 22 |
* @package default_modern
|
| 23 |
-
* @copyright Copyright (c)
|
| 24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 25 |
*/
|
|
|
|
|
|
|
|
|
|
| 26 |
?>
|
| 27 |
-
<form id="search_mini_form" action="<?php echo $
|
| 28 |
<div class="form-search">
|
| 29 |
<label for="search"><?php echo $this->__('Search') ?></label>
|
| 30 |
-
<input id="search" type="text" name="<?php echo $
|
| 31 |
<button type="submit" title="<?php echo $this->__('Go') ?>" class="button"><span><span><?php echo $this->__('Go') ?></span></span></button>
|
| 32 |
<div id="search_autocomplete" class="search-autocomplete"></div>
|
| 33 |
<script type="text/javascript">
|
| 34 |
//<![CDATA[
|
| 35 |
var searchForm = new Varien.searchForm('search_mini_form', 'search', '<?php echo $this->__('Search entire store here...') ?>');
|
| 36 |
-
searchForm.initAutocomplete('<?php echo $
|
| 37 |
//]]>
|
| 38 |
</script>
|
| 39 |
</div>
|
| 20 |
*
|
| 21 |
* @category design
|
| 22 |
* @package default_modern
|
| 23 |
+
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
| 24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 25 |
*/
|
| 26 |
+
/* @var $this Mage_Core_Block_Template */
|
| 27 |
+
/* @var $catalogSearchHelper Mage_Catalogsearch_Helper_Data */
|
| 28 |
+
$catalogSearchHelper = $this->helper('catalogsearch');
|
| 29 |
?>
|
| 30 |
+
<form id="search_mini_form" action="<?php echo $catalogSearchHelper->getResultUrl() ?>" method="get">
|
| 31 |
<div class="form-search">
|
| 32 |
<label for="search"><?php echo $this->__('Search') ?></label>
|
| 33 |
+
<input id="search" type="text" name="<?php echo $catalogSearchHelper->getQueryParamName() ?>" value="<?php echo $catalogSearchHelper->getEscapedQueryText() ?>" class="input-text" maxlength="<?php echo $catalogSearchHelper->getMaxQueryLength();?>" />
|
| 34 |
<button type="submit" title="<?php echo $this->__('Go') ?>" class="button"><span><span><?php echo $this->__('Go') ?></span></span></button>
|
| 35 |
<div id="search_autocomplete" class="search-autocomplete"></div>
|
| 36 |
<script type="text/javascript">
|
| 37 |
//<![CDATA[
|
| 38 |
var searchForm = new Varien.searchForm('search_mini_form', 'search', '<?php echo $this->__('Search entire store here...') ?>');
|
| 39 |
+
searchForm.initAutocomplete('<?php echo $catalogSearchHelper->getSuggestUrl() ?>', 'search_autocomplete');
|
| 40 |
//]]>
|
| 41 |
</script>
|
| 42 |
</div>
|
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)
|
| 24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 25 |
*/
|
| 26 |
?>
|
|
@@ -99,7 +99,30 @@
|
|
| 99 |
<?php if($this->getContinueShoppingUrl()): ?>
|
| 100 |
<button type="button" title="<?php echo $this->__('Continue Shopping') ?>" class="button btn-continue" onclick="setLocation('<?php echo $this->getContinueShoppingUrl() ?>')"><span><span><?php echo $this->__('Continue Shopping') ?></span></span></button>
|
| 101 |
<?php endif; ?>
|
| 102 |
-
<button type="submit" title="<?php echo $this->__('Update Shopping Cart') ?>" class="button btn-update"><span><span><?php echo $this->__('Update Shopping Cart') ?></span></span></button>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 103 |
</td>
|
| 104 |
</tr>
|
| 105 |
</tfoot>
|
|
@@ -125,6 +148,8 @@
|
|
| 125 |
<?php endif; ?>
|
| 126 |
</div>
|
| 127 |
<div class="col-2">
|
|
|
|
|
|
|
| 128 |
<?php echo $this->getChildHtml('coupon') ?>
|
| 129 |
<?php if (!$this->getIsVirtual()): echo $this->getChildHtml('shipping'); endif; ?>
|
| 130 |
<div class="totals">
|
| 20 |
*
|
| 21 |
* @category design
|
| 22 |
* @package default_modern
|
| 23 |
+
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
| 24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 25 |
*/
|
| 26 |
?>
|
| 99 |
<?php if($this->getContinueShoppingUrl()): ?>
|
| 100 |
<button type="button" title="<?php echo $this->__('Continue Shopping') ?>" class="button btn-continue" onclick="setLocation('<?php echo $this->getContinueShoppingUrl() ?>')"><span><span><?php echo $this->__('Continue Shopping') ?></span></span></button>
|
| 101 |
<?php endif; ?>
|
| 102 |
+
<button type="submit" name="update_cart_action" value="update_qty" title="<?php echo $this->__('Update Shopping Cart'); ?>" class="button btn-update"><span><span><?php echo $this->__('Update Shopping Cart'); ?></span></span></button>
|
| 103 |
+
<button type="submit" name="update_cart_action" value="empty_cart" title="<?php echo $this->__('Clear Shopping Cart'); ?>" class="button btn-empty" id="empty_cart_button"><span><span><?php echo $this->__('Clear Shopping Cart'); ?></span></span></button>
|
| 104 |
+
<!--[if lt IE 8]>
|
| 105 |
+
<input type="hidden" id="update_cart_action_container" />
|
| 106 |
+
<script type="text/javascript">
|
| 107 |
+
//<![CDATA[
|
| 108 |
+
Event.observe(window, 'load', function()
|
| 109 |
+
{
|
| 110 |
+
// Internet Explorer (lt 8) does not support value attribute in button elements
|
| 111 |
+
$emptyCartButton = $('empty_cart_button');
|
| 112 |
+
$cartActionContainer = $('update_cart_action_container');
|
| 113 |
+
if ($emptyCartButton && $cartActionContainer) {
|
| 114 |
+
Event.observe($emptyCartButton, 'click', function()
|
| 115 |
+
{
|
| 116 |
+
$emptyCartButton.setAttribute('name', 'update_cart_action_temp');
|
| 117 |
+
$cartActionContainer.setAttribute('name', 'update_cart_action');
|
| 118 |
+
$cartActionContainer.setValue('empty_cart');
|
| 119 |
+
});
|
| 120 |
+
}
|
| 121 |
+
|
| 122 |
+
});
|
| 123 |
+
//]]>
|
| 124 |
+
</script>
|
| 125 |
+
<![endif]-->
|
| 126 |
</td>
|
| 127 |
</tr>
|
| 128 |
</tfoot>
|
| 148 |
<?php endif; ?>
|
| 149 |
</div>
|
| 150 |
<div class="col-2">
|
| 151 |
+
<?php /* Extensions placeholder */ ?>
|
| 152 |
+
<?php echo $this->getChildHtml('checkout.cart.extra') ?>
|
| 153 |
<?php echo $this->getChildHtml('coupon') ?>
|
| 154 |
<?php if (!$this->getIsVirtual()): echo $this->getChildHtml('shipping'); endif; ?>
|
| 155 |
<div class="totals">
|
app/design/frontend/default/modern/template/newsletter/subscribe.phtml
CHANGED
|
@@ -20,14 +20,15 @@
|
|
| 20 |
*
|
| 21 |
* @category design
|
| 22 |
* @package default_modern
|
| 23 |
-
* @copyright Copyright (c)
|
| 24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 25 |
*/
|
| 26 |
?>
|
| 27 |
<form action="<?php echo $this->getFormActionUrl() ?>" method="post" id="newsletter-validate-detail">
|
| 28 |
<div class="form-subscribe">
|
| 29 |
-
|
| 30 |
-
|
|
|
|
| 31 |
<div class="input-box">
|
| 32 |
<input type="text" name="email" id="newsletter" title="<?php echo $this->__('Sign up for our newsletter') ?>" class="input-text required-entry validate-email" />
|
| 33 |
</div>
|
| 20 |
*
|
| 21 |
* @category design
|
| 22 |
* @package default_modern
|
| 23 |
+
* @copyright Copyright (c) 2012 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 |
<form action="<?php echo $this->getFormActionUrl() ?>" method="post" id="newsletter-validate-detail">
|
| 28 |
<div class="form-subscribe">
|
| 29 |
+
<div class="form-subscribe-header">
|
| 30 |
+
<label for="newsletter"><?php echo $this->__('Newsletter Sign-up:') ?></label>
|
| 31 |
+
</div>
|
| 32 |
<div class="input-box">
|
| 33 |
<input type="text" name="email" id="newsletter" title="<?php echo $this->__('Sign up for our newsletter') ?>" class="input-text required-entry validate-email" />
|
| 34 |
</div>
|
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)
|
| 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) 2012 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)
|
| 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) 2012 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)
|
| 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) 2012 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)
|
| 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) 2012 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 |
<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.
|
| 12 |
<authors><author><name>Magento Core Team</name><user>core</user><email>core@magentocommerce.com</email></author></authors>
|
| 13 |
-
<date>
|
| 14 |
-
<time>
|
| 15 |
-
<contents><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="modern"><dir name="etc"><file name="widget.xml" hash="
|
| 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.
|
| 18 |
</package>
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>Interface_Frontend_Default_Modern</name>
|
| 4 |
+
<version>1.7.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.7.0.0</notes>
|
| 12 |
<authors><author><name>Magento Core Team</name><user>core</user><email>core@magentocommerce.com</email></author></authors>
|
| 13 |
+
<date>2012-04-23</date>
|
| 14 |
+
<time>13:47:48</time>
|
| 15 |
+
<contents><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="modern"><dir name="etc"><file name="widget.xml" hash="2cb6fb0ba3cb22e65d3aeabf4dee83bb"/></dir><dir name="layout"><file name="catalog.xml" hash="84a5615b3ebde429ebc89416243f7c1c"/><file name="catalogsearch.xml" hash="40946b60dbaf9b7202b116e30fd402a2"/><file name="checkout.xml" hash="5f0c990bc0d614c2e826393dc2f4824b"/><file name="contacts.xml" hash="0260be797b88731de08e88b202142000"/><file name="customer.xml" hash="98a6470fc2e401ceb145712bb7b1363b"/><file name="newsletter.xml" hash="76f8544e5fbd122cd0fde0b5a8b024d7"/><file name="page.xml" hash="57d7fb4920485ffe2ea3959380e5fcc5"/><file name="payment.xml" hash="985f8462d18148343c23c7d2fd29b52e"/><file name="persistent.xml" hash="ef1f456fc785e0b7483dbf11b638a999"/><file name="review.xml" hash="b43e0faf0b03d359ba8314e534dc6588"/><file name="rss.xml" hash="59621a017834bd2dfe2c47d23cf51a33"/><file name="sales.xml" hash="16058f59abf8b288101d4f1c5ce01920"/><file name="sendfriend.xml" hash="6dc19a4144a77c0cf8e4984b5409207e"/><file name="tag.xml" hash="fa5bca4103a9865271b9e22d34a2df09"/><file name="wishlist.xml" hash="7e587a332c87622893ff2aee85145915"/></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="a873b1f7fda94a623337de5ba3e63047"/></dir><file name="list.phtml" hash="e4ddbe66e63d191ca0d6c3d579f773fe"/><dir name="view"><file name="media.phtml" hash="61cfcbc3c9138a6085fdda50f15489dc"/><file name="tabs.phtml" hash="82fa5285d9810177b5359983fcc48955"/></dir><file name="view.phtml" hash="f35d11b49e688012e53d30cd55c25868"/></dir></dir><dir name="catalogsearch"><file name="form.mini.phtml" hash="2c9dd2f77421add38e234adae3b80d6e"/></dir><dir name="checkout"><file name="cart.phtml" hash="0739f8e40aa5d9fd59fa2dbcd46f7323"/></dir><dir name="newsletter"><file name="subscribe.phtml" hash="e45c0bf11bc4182a4b27057c9b5e48da"/></dir><dir name="page"><file name="3columns.phtml" hash="26f04acde54bad14466a96659bf1d338"/><dir name="html"><file name="footer.phtml" hash="b55bab39872b92009f34a4f91aa0d307"/><file name="header.phtml" hash="67a4618e70db69b73d266fd9c45883e3"/></dir></dir><dir name="sample"><file name="home.phtml" hash="3d9d1815fbaeb488e9815a66ff1ee22c"/></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="6c9118f4f853d7abc63505fd692d75f3"/><file name="styles-ie.css" hash="de46c45527f94ee4b2057e9ddf2271b7"/><file name="styles.css" hash="d81d4b6aabfd7114e023197c198a363e"/><file name="widgets.css" hash="1bc699d294ba8bd26942a616c3ea89bf"/></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_previous.gif" hash="2134c0c1f262054e782265b74672f64e"/><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="83cdd38bf110b0f9c52fe84b56f45298"/><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.7.0.0</min><max>1.8.0.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)
|
| 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) 2012 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)
|
| 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) 2012 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/css/styles.css
CHANGED
|
@@ -19,7 +19,7 @@
|
|
| 19 |
*
|
| 20 |
* @category design
|
| 21 |
* @package default_modern
|
| 22 |
-
* @copyright Copyright (c)
|
| 23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 24 |
*/
|
| 25 |
|
|
@@ -189,6 +189,14 @@ p.control input.radio { margin-right:6px; }
|
|
| 189 |
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
|
| 190 |
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
|
| 191 |
.form-list .input-range input.input-text { width:74px; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 192 |
/* Customer */
|
| 193 |
.form-list .customer-name-prefix .input-box,
|
| 194 |
.form-list .customer-name-suffix .input-box,
|
|
@@ -400,7 +408,7 @@ tr.summary-details-excluded { font-style:italic; }
|
|
| 400 |
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
|
| 401 |
.std dl dt { font-weight:bold; }
|
| 402 |
.std dl dd { margin:0 0 10px; }
|
| 403 |
-
|
| 404 |
.std ol,
|
| 405 |
.std dl,
|
| 406 |
.std p,
|
|
@@ -420,7 +428,7 @@ tr.summary-details-excluded { font-style:italic; }
|
|
| 420 |
.std b,
|
| 421 |
.std strong { font-weight:bold; }
|
| 422 |
.std i,
|
| 423 |
-
.std em { font-style:italic; }
|
| 424 |
|
| 425 |
/* Misc */
|
| 426 |
.links li { display:inline; }
|
|
@@ -434,6 +442,7 @@ tr.summary-details-excluded { font-style:italic; }
|
|
| 434 |
.link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:3px 0 3px 25px;*/ }
|
| 435 |
.link-rss { background:url(../images/i_rss.gif) 0 1px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
|
| 436 |
.btn-remove { display:block; width:12px; height:12px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
|
|
|
|
| 437 |
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
|
| 438 |
.btn-edit { display:block; width:12px; height:12px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
|
| 439 |
|
|
@@ -444,13 +453,23 @@ tr.summary-details-excluded { font-style:italic; }
|
|
| 444 |
|
| 445 |
.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; background:#ccc; margin:10px 0; text-indent:-999em; overflow:hidden; }
|
| 446 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 447 |
/* Noscript Notice */
|
| 448 |
-
.noscript {
|
| 449 |
-
.noscript .noscript-inner { width:950px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
|
| 450 |
-
.noscript p { margin:0; }
|
| 451 |
|
| 452 |
/* Demo Notice */
|
| 453 |
-
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:
|
|
|
|
|
|
|
|
|
|
| 454 |
/* ======================================================================================= */
|
| 455 |
|
| 456 |
|
|
@@ -574,6 +593,9 @@ tr.summary-details-excluded { font-style:italic; }
|
|
| 574 |
/* Mini Products List */
|
| 575 |
.mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
|
| 576 |
.mini-products-list .product-details { margin-left:60px; }
|
|
|
|
|
|
|
|
|
|
| 577 |
|
| 578 |
/* Block: Account */
|
| 579 |
.block-account .block-title { border:0; background:#666; }
|
|
@@ -601,9 +623,12 @@ tr.summary-details-excluded { font-style:italic; }
|
|
| 601 |
.block-layered-nav dd li { line-height:1.35; margin:0 0 3px; }
|
| 602 |
.block-layered-nav dd a { color:#444; }
|
| 603 |
.block-layered-nav .currently ol { padding:6px 0 0; }
|
| 604 |
-
.block-layered-nav .currently li { padding:2px 10px; }
|
| 605 |
-
.block-layered-nav .currently .label { font-weight:bold; }
|
| 606 |
-
.block-layered-nav .currently .
|
|
|
|
|
|
|
|
|
|
| 607 |
.block-layered-nav .actions { padding:5px 10px; margin:0; }
|
| 608 |
.block-layered-nav .actions a { float:none; }
|
| 609 |
|
|
@@ -860,9 +885,10 @@ tr.summary-details-excluded { font-style:italic; }
|
|
| 860 |
.price-box-bundle { padding:0 0 10px 0; }
|
| 861 |
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
|
| 862 |
.price-box-bundle .price { color:#222; }
|
| 863 |
-
|
| 864 |
|
| 865 |
/* Tier Prices */
|
|
|
|
| 866 |
.tier-prices { margin:10px 0; padding:10px; background:#f4f9ea; border:1px solid #ddd; }
|
| 867 |
.tier-prices .benefit { font-style:italic; font-weight:bold; }
|
| 868 |
.tier-prices .price { font-weight:bold;; }
|
|
@@ -965,6 +991,7 @@ f/********** Product Prices > */
|
|
| 965 |
.product-options p.required { position:absolute; right:15px; top:10px; }
|
| 966 |
|
| 967 |
.product-options-bottom { background-color:#f6f6f6; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
|
|
|
|
| 968 |
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
|
| 969 |
.product-options-bottom .price-box { float:left; margin:0; }
|
| 970 |
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
|
|
@@ -1109,7 +1136,9 @@ f/********** Product Prices > */
|
|
| 1109 |
.cart-table .btn-continue { float:left; }
|
| 1110 |
.cart-table .btn-continue span { background:none; padding:0; font:normal 11px/25px Arial, Helvetica, sans-serif; color:#4f8100; text-transform:none; text-decoration:underline; }
|
| 1111 |
.cart-table .btn-continue:hover span { text-decoration:none; }
|
| 1112 |
-
.cart-table .btn-update
|
|
|
|
|
|
|
| 1113 |
|
| 1114 |
/* Shopping Cart Collateral boxes */
|
| 1115 |
.cart .cart-collaterals { padding:25px 0 0; }
|
|
@@ -1396,6 +1425,26 @@ f/********** Product Prices > */
|
|
| 1396 |
.account-create {}
|
| 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; }
|
| 19 |
*
|
| 20 |
* @category design
|
| 21 |
* @package default_modern
|
| 22 |
+
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
| 23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 24 |
*/
|
| 25 |
|
| 189 |
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
|
| 190 |
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
|
| 191 |
.form-list .input-range input.input-text { width:74px; }
|
| 192 |
+
|
| 193 |
+
.form-list-narrow li { margin-bottom:0; }
|
| 194 |
+
.form-list-narrow li .input-box { margin-bottom:6px; }
|
| 195 |
+
.form-list-narrow li.wide .input-box { width:260px; }
|
| 196 |
+
.form-list-narrow li.wide input.input-text,
|
| 197 |
+
.form-list-narrow li.wide textarea { width:254px }
|
| 198 |
+
.form-list-narrow li.wide select { width:260px; }
|
| 199 |
+
|
| 200 |
/* Customer */
|
| 201 |
.form-list .customer-name-prefix .input-box,
|
| 202 |
.form-list .customer-name-suffix .input-box,
|
| 408 |
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
|
| 409 |
.std dl dt { font-weight:bold; }
|
| 410 |
.std dl dd { margin:0 0 10px; }
|
| 411 |
+
.std ul,
|
| 412 |
.std ol,
|
| 413 |
.std dl,
|
| 414 |
.std p,
|
| 428 |
.std b,
|
| 429 |
.std strong { font-weight:bold; }
|
| 430 |
.std i,
|
| 431 |
+
.std em { font-style:italic; }
|
| 432 |
|
| 433 |
/* Misc */
|
| 434 |
.links li { display:inline; }
|
| 442 |
.link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:3px 0 3px 25px;*/ }
|
| 443 |
.link-rss { background:url(../images/i_rss.gif) 0 1px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
|
| 444 |
.btn-remove { display:block; width:12px; height:12px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
|
| 445 |
+
.btn-previous { display:block; width:12px; height:12px; font-size:0; line-height:0; background:url(../images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
|
| 446 |
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
|
| 447 |
.btn-edit { display:block; width:12px; height:12px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
|
| 448 |
|
| 453 |
|
| 454 |
.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; background:#ccc; margin:10px 0; text-indent:-999em; overflow:hidden; }
|
| 455 |
|
| 456 |
+
/* Global site notices */
|
| 457 |
+
.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
|
| 458 |
+
.global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(../images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
|
| 459 |
+
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
|
| 460 |
+
.global-site-notice .notice-inner .actions { padding-top:10px; }
|
| 461 |
+
|
| 462 |
+
/* Cookie Notice */
|
| 463 |
+
.notice-cookie { }
|
| 464 |
+
|
| 465 |
/* Noscript Notice */
|
| 466 |
+
.noscript {}
|
|
|
|
|
|
|
| 467 |
|
| 468 |
/* Demo Notice */
|
| 469 |
+
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; border:0; text-align:center; color:#fff; }
|
| 470 |
+
.demo-notice .notice-inner { width:auto; padding:0; background:none; text-align:center; }
|
| 471 |
+
.demo-notice .notice-inner p { padding:0; border:0; }
|
| 472 |
+
|
| 473 |
/* ======================================================================================= */
|
| 474 |
|
| 475 |
|
| 593 |
/* Mini Products List */
|
| 594 |
.mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
|
| 595 |
.mini-products-list .product-details { margin-left:60px; }
|
| 596 |
+
.block-cart .mini-products-list .product-details .product-name,
|
| 597 |
+
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
|
| 598 |
+
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }
|
| 599 |
|
| 600 |
/* Block: Account */
|
| 601 |
.block-account .block-title { border:0; background:#666; }
|
| 623 |
.block-layered-nav dd li { line-height:1.35; margin:0 0 3px; }
|
| 624 |
.block-layered-nav dd a { color:#444; }
|
| 625 |
.block-layered-nav .currently ol { padding:6px 0 0; }
|
| 626 |
+
.block-layered-nav .currently li { padding:2px 36px 2px 10px; position:relative; z-index:1; }
|
| 627 |
+
.block-layered-nav .currently .label { font-weight:bold; display:inline-block; vertical-align:top; }
|
| 628 |
+
.block-layered-nav .currently .value { display:inline-block; vertical-align:top; }
|
| 629 |
+
.block-layered-nav .currently .btn-previous,
|
| 630 |
+
.block-layered-nav .currently .btn-remove { position:absolute; right:8px; top:3px; margin:0; }
|
| 631 |
+
.block-layered-nav .currently .btn-previous { right:22px; }
|
| 632 |
.block-layered-nav .actions { padding:5px 10px; margin:0; }
|
| 633 |
.block-layered-nav .actions a { float:none; }
|
| 634 |
|
| 885 |
.price-box-bundle { padding:0 0 10px 0; }
|
| 886 |
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
|
| 887 |
.price-box-bundle .price { color:#222; }
|
| 888 |
+
/********** Product Prices > */
|
| 889 |
|
| 890 |
/* Tier Prices */
|
| 891 |
+
.product-pricing,
|
| 892 |
.tier-prices { margin:10px 0; padding:10px; background:#f4f9ea; border:1px solid #ddd; }
|
| 893 |
.tier-prices .benefit { font-style:italic; font-weight:bold; }
|
| 894 |
.tier-prices .price { font-weight:bold;; }
|
| 991 |
.product-options p.required { position:absolute; right:15px; top:10px; }
|
| 992 |
|
| 993 |
.product-options-bottom { background-color:#f6f6f6; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
|
| 994 |
+
.product-options-bottom .product-pricing,
|
| 995 |
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
|
| 996 |
.product-options-bottom .price-box { float:left; margin:0; }
|
| 997 |
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
|
| 1136 |
.cart-table .btn-continue { float:left; }
|
| 1137 |
.cart-table .btn-continue span { background:none; padding:0; font:normal 11px/25px Arial, Helvetica, sans-serif; color:#4f8100; text-transform:none; text-decoration:underline; }
|
| 1138 |
.cart-table .btn-continue:hover span { text-decoration:none; }
|
| 1139 |
+
.cart-table .btn-update,
|
| 1140 |
+
.cart-table .btn-empty { float:right; }
|
| 1141 |
+
.cart-table .btn-update { margin-left:7px; }
|
| 1142 |
|
| 1143 |
/* Shopping Cart Collateral boxes */
|
| 1144 |
.cart .cart-collaterals { padding:25px 0 0; }
|
| 1425 |
.account-create {}
|
| 1426 |
/* Account Login/Create Pages ============================================================ */
|
| 1427 |
|
| 1428 |
+
/* Captcha */
|
| 1429 |
+
.captcha-note { clear:left; padding-top:5px; }
|
| 1430 |
+
.captcha-image { float:left; display:inline; margin:0; position:relative; width:258px; }
|
| 1431 |
+
.captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
|
| 1432 |
+
.registered-users .captcha-image { margin:0; }
|
| 1433 |
+
.captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px; }
|
| 1434 |
+
.captcha-reload.refreshing { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }
|
| 1435 |
+
|
| 1436 |
+
@-webkit-keyframes rotate {
|
| 1437 |
+
0% { -webkit-transform:rotate(0); }
|
| 1438 |
+
0% { -webkit-transform:rotate(-360deg); }
|
| 1439 |
+
}
|
| 1440 |
+
@-moz-keyframes rotate {
|
| 1441 |
+
0% { -moz-transform:rotate(0); }
|
| 1442 |
+
0% { -moz-transform:rotate(-360deg); }
|
| 1443 |
+
}
|
| 1444 |
+
@keyframes rotate {
|
| 1445 |
+
0% { transform:rotate(0); }
|
| 1446 |
+
0% { transform:rotate(-360deg); }
|
| 1447 |
+
}
|
| 1448 |
|
| 1449 |
/* Remember Me Popup ===================================================================== */
|
| 1450 |
.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; }
|
skin/frontend/default/modern/css/widgets.css
CHANGED
|
@@ -19,7 +19,7 @@
|
|
| 19 |
*
|
| 20 |
* @category design
|
| 21 |
* @package default_modern
|
| 22 |
-
* @copyright Copyright (c)
|
| 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) 2012 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/btn_previous.gif
ADDED
|
Binary file
|
skin/frontend/default/modern/images/cvv.gif
CHANGED
|
Binary file
|
