responsive - Version 0.1.7

Version Notes

- Fix toolbar and pager

Download this release

Release Info

Developer tony vu
Extension responsive
Version 0.1.7
Comparing to
See all releases


Code changes from version 0.1.6 to 0.1.7

app/design/frontend/default/responsive/template/catalog/product/list/toolbar.phtml CHANGED
@@ -46,6 +46,7 @@
46
  <?php echo $this->getPagerHtml() ?>
47
  </div>
48
 
 
49
  <div class="limiter col-sm-4 col-xs-6">
50
  <?php echo $this->__('Show') ?>
51
  <select onchange="setLocation(this.value)">
@@ -55,7 +56,7 @@
55
  </option>
56
  <?php endforeach; ?>
57
  </select> <?php echo $this->__('/ page') ?>
58
- </div>
59
  </div>
60
 
61
  <?php if( $this->isExpanded() ): ?>
46
  <?php echo $this->getPagerHtml() ?>
47
  </div>
48
 
49
+ <!-- hide the show items / page
50
  <div class="limiter col-sm-4 col-xs-6">
51
  <?php echo $this->__('Show') ?>
52
  <select onchange="setLocation(this.value)">
56
  </option>
57
  <?php endforeach; ?>
58
  </select> <?php echo $this->__('/ page') ?>
59
+ </div> -->
60
  </div>
61
 
62
  <?php if( $this->isExpanded() ): ?>
app/design/frontend/default/responsive/template/page/html/pager.phtml CHANGED
@@ -38,7 +38,7 @@
38
  <?php endif ?>
39
 
40
  <?php if($this->getShowAmounts()): ?>
41
- <p class="amount">
42
  <?php if($this->getLastPageNum()>1): ?>
43
  <?php echo $this->__('Items %s to %s of %s total', $this->getFirstNum(), $this->getLastNum(), $this->getTotalNum()) ?>
44
  <?php else: ?>
@@ -48,7 +48,7 @@
48
  <?php endif ?>
49
 
50
  <?php if($this->getShowPerPage()): ?>
51
- <div class="limiter">
52
  <?php echo $this->__('Show') ?>
53
  <select onchange="setLocation(this.value)">
54
  <?php foreach ($this->getAvailableLimit() as $_key=>$_limit): ?>
@@ -68,7 +68,8 @@
68
  <li>
69
  <a class="previous<?php if(!$this->getAnchorTextForPrevious()): ?> i-previous<?php endif;?>" href="<?php echo $this->getPreviousPageUrl() ?>" title="<?php echo $this->__('Previous') ?>">
70
  <?php if(!$this->getAnchorTextForPrevious()): ?>
71
- <img src="<?php echo $this->getSkinUrl('images/pager_arrow_left.gif') ?>" alt="<?php echo $this->__('Previous') ?>" class="v-middle" />
 
72
  <?php else: ?>
73
  <?php echo $this->getAnchorTextForPrevious() ?>
74
  <?php endif;?>
@@ -106,7 +107,8 @@
106
  <li>
107
  <a class="next<?php if(!$this->getAnchorTextForNext()): ?> i-next<?php endif; ?>" href="<?php echo $this->getNextPageUrl() ?>" title="<?php echo $this->__('Next') ?>">
108
  <?php if(!$this->getAnchorTextForNext()): ?>
109
- <img src="<?php echo $this->getSkinUrl('images/pager_arrow_right.gif') ?>" alt="<?php echo $this->__('Next') ?>" class="v-middle" />
 
110
  <?php else: ?>
111
  <?php echo $this->getAnchorTextForNext() ?>
112
  <?php endif;?>
38
  <?php endif ?>
39
 
40
  <?php if($this->getShowAmounts()): ?>
41
+ <p class="amount col-sm-6 col-xs-12">
42
  <?php if($this->getLastPageNum()>1): ?>
43
  <?php echo $this->__('Items %s to %s of %s total', $this->getFirstNum(), $this->getLastNum(), $this->getTotalNum()) ?>
44
  <?php else: ?>
48
  <?php endif ?>
49
 
50
  <?php if($this->getShowPerPage()): ?>
51
+ <div class="limiter col-sm-6 col-xs-12">
52
  <?php echo $this->__('Show') ?>
53
  <select onchange="setLocation(this.value)">
54
  <?php foreach ($this->getAvailableLimit() as $_key=>$_limit): ?>
68
  <li>
69
  <a class="previous<?php if(!$this->getAnchorTextForPrevious()): ?> i-previous<?php endif;?>" href="<?php echo $this->getPreviousPageUrl() ?>" title="<?php echo $this->__('Previous') ?>">
70
  <?php if(!$this->getAnchorTextForPrevious()): ?>
71
+ <!--<img src="<?php echo $this->getSkinUrl('images/pager_arrow_left.gif') ?>" alt="<?php echo $this->__('Previous') ?>" class="v-middle" />-->
72
+ &laquo;
73
  <?php else: ?>
74
  <?php echo $this->getAnchorTextForPrevious() ?>
75
  <?php endif;?>
107
  <li>
108
  <a class="next<?php if(!$this->getAnchorTextForNext()): ?> i-next<?php endif; ?>" href="<?php echo $this->getNextPageUrl() ?>" title="<?php echo $this->__('Next') ?>">
109
  <?php if(!$this->getAnchorTextForNext()): ?>
110
+ <!--<img src="<?php echo $this->getSkinUrl('images/pager_arrow_right.gif') ?>" alt="<?php echo $this->__('Next') ?>" class="v-middle" />-->
111
+ &raquo;
112
  <?php else: ?>
113
  <?php echo $this->getAnchorTextForNext() ?>
114
  <?php endif;?>
package.xml CHANGED
@@ -1,19 +1,19 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>responsive</name>
4
- <version>0.1.6</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Responsive theme for Magento Community</summary>
10
  <description>Responsive theme for Magento Community</description>
11
- <notes>- Attribute in config&#xD;
12
  </notes>
13
  <authors><author><name>tony vu</name><user>vuductrung</user><email>vuductrung2003@gmail.com</email></author></authors>
14
- <date>2014-03-28</date>
15
- <time>22:39:40</time>
16
- <contents><target name="magelocal"><dir name="Tvcom"><dir name="Catalog"><dir name="Block"><dir name="Product"><dir name="List"><file name="Toolbar.php" hash="e61a22e4b79d685c4f4526cb6e26fd72"/></dir></dir></dir><dir name="etc"><file name="config.xml" hash="35847847fa734d329dab80caecd34bdb"/></dir></dir><dir name="Checkout"><dir name="Block"><file name="Links.php" hash="834fd8bccc5addc9e064cb41999b1953"/></dir><dir name="etc"><file name="config.xml" hash="0f64ed1b38d6c042c971232bb9a4dc32"/></dir></dir><dir name="Page"><dir name="Block"><dir name="Html"><file name="Topmenu.php" hash="2791cf29aa19226e538a8ad38984c3dc"/><file name="Welcome.php" hash="b1cd77ea53caa2e3473a1dcaceded2ec"/></dir></dir><dir name="etc"><file name="config.xml" hash="0564cbbf86e324a4d877856167874e03"/></dir></dir><dir name="Themecustom"><dir name="Helper"><file name="Data.php" hash="07559e4fa8223efcb10bd0795458c765"/></dir><dir name="Model"><file name="Custom.php" hash="bff5f52f606c33ada097641e6e2970bf"/><dir name="Option"><file name="Footerlayout.php" hash="090b0ae1f016d981cf94865ec9be41b0"/><file name="Narbar.php" hash="35f4c30272e466a31d81efca71f73ab8"/><file name="Repeat.php" hash="b1f08bac80e215209e45fe8456b964f8"/></dir></dir><dir name="etc"><file name="config.xml" hash="db7138914a67c69ed0f00942bbaf104e"/><file name="system.xml" hash="6efe7bed8c58822f2438c3578e8124a4"/></dir></dir><dir name="Wishlist"><dir name="Block"><file name="Links.php" hash="cce4090698606febae140553a9669c17"/></dir><dir name="etc"><file name="config.xml" hash="34a7946e942d408b5b0eef07d9511264"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Tvcom_Page.xml" hash="6eb34161b3a13e001b1af7dea977f484"/><file name="Tvcom_Themecustom.xml" hash="742cda5cce51b8cb0cfebfe3075a06d9"/><file name="Tvcom_Checkout.xml" hash="ba2345c0bb1a258ef97e46c6ba64f961"/><file name="Tvcom_Wishlist.xml" hash="c77ddf27ba8becaa3054118f32dc4dd7"/><file name="Tvcom_Catalog.xml" hash="75b972b51f4aade7f27042109f904b9d"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="responsive"><dir name="template"><dir name="bundle"><dir name="catalog"><dir name="product"><dir name="view"><dir name="type"><dir name="bundle"><dir name="option"><file name="checkbox.phtml" hash="dee3002492adc119a59e3248c81f51a6"/><file name="radio.phtml" hash="c5048ab31279a6bda1b16999b0f8b506"/></dir></dir></dir></dir></dir></dir></dir><dir name="catalog"><dir name="category"><file name="view.phtml" hash="9e3e85a334e42279bf4bc503c9182737"/></dir><dir name="layer"><file name="state.phtml" hash="214203502bb82c114adbf9922611ec12"/></dir><dir name="product"><dir name="compare"><file name="sidebar.phtml" hash="6add573c5b0da1b80d0051c7d9c23cbb"/></dir><dir name="list"><file name="toolbar.phtml" hash="4257c5a76b7cf72ea65ed019c85661e5"/><file name="upsell.phtml" hash="5230d7294058085d07c4423cae0b9108"/></dir><file name="list.phtml" hash="695fe3b0d85144b0b9016c217aead08c"/><dir name="view"><file name="addto.phtml" hash="d84144cbb6b1d14c2039c3388ab8d7b8"/><file name="attributes.phtml" hash="069cfe613294d042a930865d24f8d1ce"/><file name="media.phtml" hash="1be8f4ea6e54f9a97e220f28931c4f50"/></dir><file name="view.phtml" hash="22bdbd648cebdc15fc130fecd02270f2"/></dir></dir><dir name="catalogsearch"><dir name="advanced"><file name="form.phtml" hash="da5a91141a34f6dab2f60ec72de0cd12"/></dir><file name="form.mini.phtml" hash="efbd0ea4fdbb6c5c2bbf12ea520e2302"/></dir><dir name="checkout"><dir name="cart"><file name="coupon.phtml" hash="3c8d5da75a8b74a0b65237398a31faa1"/><file name="crosssell.phtml" hash="1700a70387393e29eddd97c6e96c6b10"/><dir name="item"><file name="default.phtml" hash="982a6b6f9889db37d04c8c77330e8cf4"/></dir><file name="shipping.phtml" hash="c985cdf397a55cc3bffa62d7f381a4a8"/><dir name="sidebar"><file name="default.phtml" hash="5b64bb75c39984829140dd7265025d75"/></dir><file name="sidebar.phtml" hash="9a14973934e91c8cfbef11b28d2ad5ec"/></dir><file name="cart.phtml" hash="b4d576b3dc1bd2e0623f97d405f75dba"/><dir name="onepage"><file name="link.phtml" hash="5dc65b59514b034c4af5a914134a9485"/><dir name="review"><file name="button.phtml" hash="08ced3ff77fe2a821291adfbfb550aed"/><file name="info.phtml" hash="77a6d7af2da26472343105ecf8673699"/></dir><file name="shipping.phtml" hash="b250285eefc4925f9bdb4b9d5f6c27f1"/></dir><file name="success.phtml" hash="10ac42a5bfc041f65228ea192081b6ab"/></dir><dir name="contacts"><file name="form.phtml" hash="232fc97e58720dd8d871b6047df5b01e"/></dir><dir name="customer"><dir name="account"><dir name="dashboard"><file name="address.phtml" hash="d39ddf7d3dea541b3c08bd1717356a9f"/><file name="info.phtml" hash="9a0afc6868754390a9eb66f470ddafc3"/></dir></dir><dir name="address"><file name="book.phtml" hash="cb8beb5f539e7b942ee1820a2f800251"/><file name="edit.phtml" hash="745bb83d3ced8fc996231288d1214e53"/></dir><dir name="form"><file name="edit.phtml" hash="dab5bb72d61cdcac15b9354ad54cefd7"/><file name="forgotpassword.phtml" hash="33d71a5f207dd942f14202d4cf915981"/><file name="newsletter.phtml" hash="6b49b91d1cb6a2182362b137bb00103a"/><file name="resetforgottenpassword.phtml" hash="930929e1d9d4a456a249ff3142386e14"/></dir><dir name="widget"><file name="name.phtml" hash="3aa7a542339bf2d64eddcb382ff85f45"/></dir></dir><dir name="downloadable"><dir name="checkout"><dir name="cart"><dir name="item"><file name="default.phtml" hash="fa89c8b5771bba0647d1fd5bd2291c8e"/></dir></dir></dir><dir name="customer"><dir name="products"><file name="list.phtml" hash="c4fd32f949134a09d46064f71b9c954d"/></dir></dir></dir><dir name="newsletter"><file name="subscribe.phtml" hash="80bcb1324ea096ae2f4b323e6a82ff05"/></dir><dir name="page"><file name="1column.phtml" hash="8f2578c19ae57f70ee3141d31f9f1a22"/><file name="2columns-left.phtml" hash="6ead24530145d1f7f9750b25dcf83d88"/><file name="2columns-right.phtml" hash="69012716b9e773a5357cc4be01159a4e"/><file name="3columns.phtml" hash="1fbf4e3a5c3bc3c6414bf28c9c57bc13"/><dir name="html"><file name="breadcrumbs.phtml" hash="c0cca53ff2cbca0747fd4b4a550767c8"/><file name="footer.phtml" hash="49507f2b10542ed5905184973c32f23c"/><file name="head.phtml" hash="a066ec1b026adaae62ea2ffb72458c35"/><file name="header.phtml" hash="b01940b2fd3b0a9aead59f5cce0e5b3a"/><file name="pager.phtml" hash="4a0ab1625bcaecb146da8bd94f19d917"/><file name="topmenu.phtml" hash="a3313934f27dd0a885e5374a08082460"/></dir><dir name="switch"><file name="languages.phtml" hash="e5fe88f43510dae0c3b6d041613b508f"/></dir><dir name="template"><file name="links.phtml" hash="7a60ff97b7a3b4f233cda603993a9b52"/></dir></dir><dir name="payment"><dir name="form"><file name="ccsave.phtml" hash="a805914290f553f9890295b01a06cb37"/><file name="purchaseorder.phtml" hash="cc6f08fdd01ccf5582cd56a59707fe2b"/></dir></dir><dir name="persistent"><dir name="checkout"><dir name="onepage"><file name="billing.phtml" hash="9946fbef5ca93b4452b5a0efc43c8b57"/><file name="login.phtml" hash="7122df5630b7437e4da4e2c8713a8efd"/></dir></dir><dir name="customer"><dir name="form"><file name="login.phtml" hash="094bd6f48256243281e4152b487a8510"/><file name="register.phtml" hash="4fb1808b870414a32b71b65b83dc5605"/></dir></dir></dir><dir name="poll"><file name="active.phtml" hash="cbaa4cf06b173ab28a5879e76016ca5e"/></dir><dir name="review"><file name="form.phtml" hash="184175fb22afaacfcd588aabf6380c74"/><dir name="helper"><file name="summary.phtml" hash="ea30e9f48a4fa4643c47e52a2e63881a"/></dir></dir><dir name="sales"><dir name="guest"><file name="form.phtml" hash="3a8f1de79b1e226d8a48d9ea1006625e"/></dir><dir name="order"><file name="history.phtml" hash="9fd12e237a9d991e69c0c7a6a8e5dd84"/><file name="info.phtml" hash="8dfda74e14c78f05edae029b174aa7b6"/><file name="recent.phtml" hash="43f16dbcfad82ee7ae055a897a277824"/></dir><dir name="reorder"><file name="sidebar.phtml" hash="3183a9cf029313d803990083201f8636"/></dir></dir><dir name="tag"><file name="list.phtml" hash="9bfb661f1323fff54a0b9b507d18f85a"/></dir><dir name="tvtheme"><file name="cssconfig.phtml" hash="ba32f5e3beba6cc44ba79e2c1327c46e"/><file name="networkshare.phtml" hash="d8a2c01e3ace5ad2cbccdfd31ec76f06"/><file name="scroll-up.phtml" hash="e271affba498c05ae7b7e582d4eb5297"/></dir><dir name="wishlist"><dir name="button"><file name="share.phtml" hash="cbcdee03ca80bf30c9c281f27c18a705"/><file name="tocart.phtml" hash="c4abc4a86cf3e939b6a6625985b37b32"/><file name="update.phtml" hash="ac22c73383aeebb8ab9621d009b354a1"/></dir><dir name="item"><dir name="column"><file name="cart.phtml" hash="68cb9103433c18123348e5584438fe03"/><file name="image.phtml" hash="6c01f5e8e925ac7224c1ecb9f7ddcb3b"/><file name="info.phtml" hash="014767f1334d5d9d73f2afaab104374e"/><file name="remove.phtml" hash="09cbe88cb373ccb9a61a5c76781abfbf"/></dir><file name="list.phtml" hash="55cdcb13a576b84498af79347dffc796"/></dir><file name="sidebar.phtml" hash="962f4fb81d680bbd6b236b200c7d317b"/></dir></dir><dir name="layout"><file name="catalog.xml" hash="233f3a9b63b29f9675563208dcff0ed8"/><file name="catalogsearch.xml" hash="79d5265c20a14cbe23c527bca59888e2"/><file name="checkout.xml" hash="ebd8515f1888b36fc6545d4f3896d17f"/><file name="cms.xml" hash="f05747c9355b79a501a67b4ccae31c0d"/><file name="customer.xml" hash="324d65d83265f8cba0714fa6f3517f9d"/><file name="newsletter.xml" hash="4c650fa3ee0f1f1610504de5fd1ad3b4"/><file name="page.xml" hash="ff25860abae207dff824fcaf7b7f82f8"/><file name="paypal.xml" hash="6a17412a18ec4b860090f8fe31676b58"/></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="responsive"><dir name="layout"><file name="colorpicker.xml" hash="a7e0375e1a9c6715ef7955157202a6d3"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="responsive"><dir name="css"><file name="responsive.css" hash="cf5d12bec4e25018e9682d50e0cc1fde"/><file name="styles.css" hash="2f1703361637bcf89678780242ab3200"/></dir><dir name="images"><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="free_shipping_callout.jpg" hash="476fc754dbcdd6a4259a885c5fcf307e"/><file name="home_main_callout.jpg" hash="0bb666dad9749423d4e8da6cd46467ac"/><file name="ph_callout_left_top.gif" hash="0f459871d68b62dd3252de29188199cf"/></dir><dir name="js"><dir name="lazyload"><file name="jquery.lazyload.min.js" hash="89c45121934ed4664ff3ca811a008226"/><file name="load.lazyscript.js" hash="7d9eed85f2422c692e4b39263dd18683"/></dir></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="prototype"><file name="prototype_bootstrap.js" hash="3fcb2fb515a2b67ee70fe53afbd2775f"/></dir></dir></target></contents>
17
  <compatible/>
18
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
19
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>responsive</name>
4
+ <version>0.1.7</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Responsive theme for Magento Community</summary>
10
  <description>Responsive theme for Magento Community</description>
11
+ <notes>- Fix toolbar and pager&#xD;
12
  </notes>
13
  <authors><author><name>tony vu</name><user>vuductrung</user><email>vuductrung2003@gmail.com</email></author></authors>
14
+ <date>2014-04-01</date>
15
+ <time>09:07:28</time>
16
+ <contents><target name="magelocal"><dir name="Tvcom"><dir name="Catalog"><dir name="Block"><dir name="Product"><dir name="List"><file name="Toolbar.php" hash="e61a22e4b79d685c4f4526cb6e26fd72"/></dir></dir></dir><dir name="etc"><file name="config.xml" hash="35847847fa734d329dab80caecd34bdb"/></dir></dir><dir name="Checkout"><dir name="Block"><file name="Links.php" hash="834fd8bccc5addc9e064cb41999b1953"/></dir><dir name="etc"><file name="config.xml" hash="0f64ed1b38d6c042c971232bb9a4dc32"/></dir></dir><dir name="Page"><dir name="Block"><dir name="Html"><file name="Topmenu.php" hash="2791cf29aa19226e538a8ad38984c3dc"/><file name="Welcome.php" hash="b1cd77ea53caa2e3473a1dcaceded2ec"/></dir></dir><dir name="etc"><file name="config.xml" hash="0564cbbf86e324a4d877856167874e03"/></dir></dir><dir name="Themecustom"><dir name="Helper"><file name="Data.php" hash="07559e4fa8223efcb10bd0795458c765"/></dir><dir name="Model"><file name="Custom.php" hash="bff5f52f606c33ada097641e6e2970bf"/><dir name="Option"><file name="Footerlayout.php" hash="090b0ae1f016d981cf94865ec9be41b0"/><file name="Narbar.php" hash="35f4c30272e466a31d81efca71f73ab8"/><file name="Repeat.php" hash="b1f08bac80e215209e45fe8456b964f8"/></dir></dir><dir name="etc"><file name="config.xml" hash="db7138914a67c69ed0f00942bbaf104e"/><file name="system.xml" hash="6efe7bed8c58822f2438c3578e8124a4"/></dir></dir><dir name="Wishlist"><dir name="Block"><file name="Links.php" hash="cce4090698606febae140553a9669c17"/></dir><dir name="etc"><file name="config.xml" hash="34a7946e942d408b5b0eef07d9511264"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Tvcom_Page.xml" hash="6eb34161b3a13e001b1af7dea977f484"/><file name="Tvcom_Themecustom.xml" hash="742cda5cce51b8cb0cfebfe3075a06d9"/><file name="Tvcom_Checkout.xml" hash="ba2345c0bb1a258ef97e46c6ba64f961"/><file name="Tvcom_Wishlist.xml" hash="c77ddf27ba8becaa3054118f32dc4dd7"/><file name="Tvcom_Catalog.xml" hash="75b972b51f4aade7f27042109f904b9d"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="responsive"><dir name="template"><dir name="bundle"><dir name="catalog"><dir name="product"><dir name="view"><dir name="type"><dir name="bundle"><dir name="option"><file name="checkbox.phtml" hash="dee3002492adc119a59e3248c81f51a6"/><file name="radio.phtml" hash="c5048ab31279a6bda1b16999b0f8b506"/></dir></dir></dir></dir></dir></dir></dir><dir name="catalog"><dir name="category"><file name="view.phtml" hash="9e3e85a334e42279bf4bc503c9182737"/></dir><dir name="layer"><file name="state.phtml" hash="214203502bb82c114adbf9922611ec12"/></dir><dir name="product"><dir name="compare"><file name="sidebar.phtml" hash="6add573c5b0da1b80d0051c7d9c23cbb"/></dir><dir name="list"><file name="toolbar.phtml" hash="221bdf353ddc33f1526eb37e4daa44e0"/><file name="upsell.phtml" hash="5230d7294058085d07c4423cae0b9108"/></dir><file name="list.phtml" hash="695fe3b0d85144b0b9016c217aead08c"/><dir name="view"><file name="addto.phtml" hash="d84144cbb6b1d14c2039c3388ab8d7b8"/><file name="attributes.phtml" hash="069cfe613294d042a930865d24f8d1ce"/><file name="media.phtml" hash="1be8f4ea6e54f9a97e220f28931c4f50"/></dir><file name="view.phtml" hash="22bdbd648cebdc15fc130fecd02270f2"/></dir></dir><dir name="catalogsearch"><dir name="advanced"><file name="form.phtml" hash="da5a91141a34f6dab2f60ec72de0cd12"/></dir><file name="form.mini.phtml" hash="efbd0ea4fdbb6c5c2bbf12ea520e2302"/></dir><dir name="checkout"><dir name="cart"><file name="coupon.phtml" hash="3c8d5da75a8b74a0b65237398a31faa1"/><file name="crosssell.phtml" hash="1700a70387393e29eddd97c6e96c6b10"/><dir name="item"><file name="default.phtml" hash="982a6b6f9889db37d04c8c77330e8cf4"/></dir><file name="shipping.phtml" hash="c985cdf397a55cc3bffa62d7f381a4a8"/><dir name="sidebar"><file name="default.phtml" hash="5b64bb75c39984829140dd7265025d75"/></dir><file name="sidebar.phtml" hash="9a14973934e91c8cfbef11b28d2ad5ec"/></dir><file name="cart.phtml" hash="b4d576b3dc1bd2e0623f97d405f75dba"/><dir name="onepage"><file name="link.phtml" hash="5dc65b59514b034c4af5a914134a9485"/><dir name="review"><file name="button.phtml" hash="08ced3ff77fe2a821291adfbfb550aed"/><file name="info.phtml" hash="77a6d7af2da26472343105ecf8673699"/></dir><file name="shipping.phtml" hash="b250285eefc4925f9bdb4b9d5f6c27f1"/></dir><file name="success.phtml" hash="10ac42a5bfc041f65228ea192081b6ab"/></dir><dir name="contacts"><file name="form.phtml" hash="232fc97e58720dd8d871b6047df5b01e"/></dir><dir name="customer"><dir name="account"><dir name="dashboard"><file name="address.phtml" hash="d39ddf7d3dea541b3c08bd1717356a9f"/><file name="info.phtml" hash="9a0afc6868754390a9eb66f470ddafc3"/></dir></dir><dir name="address"><file name="book.phtml" hash="cb8beb5f539e7b942ee1820a2f800251"/><file name="edit.phtml" hash="745bb83d3ced8fc996231288d1214e53"/></dir><dir name="form"><file name="edit.phtml" hash="dab5bb72d61cdcac15b9354ad54cefd7"/><file name="forgotpassword.phtml" hash="33d71a5f207dd942f14202d4cf915981"/><file name="newsletter.phtml" hash="6b49b91d1cb6a2182362b137bb00103a"/><file name="resetforgottenpassword.phtml" hash="930929e1d9d4a456a249ff3142386e14"/></dir><dir name="widget"><file name="name.phtml" hash="3aa7a542339bf2d64eddcb382ff85f45"/></dir></dir><dir name="downloadable"><dir name="checkout"><dir name="cart"><dir name="item"><file name="default.phtml" hash="fa89c8b5771bba0647d1fd5bd2291c8e"/></dir></dir></dir><dir name="customer"><dir name="products"><file name="list.phtml" hash="c4fd32f949134a09d46064f71b9c954d"/></dir></dir></dir><dir name="newsletter"><file name="subscribe.phtml" hash="80bcb1324ea096ae2f4b323e6a82ff05"/></dir><dir name="page"><file name="1column.phtml" hash="8f2578c19ae57f70ee3141d31f9f1a22"/><file name="2columns-left.phtml" hash="6ead24530145d1f7f9750b25dcf83d88"/><file name="2columns-right.phtml" hash="69012716b9e773a5357cc4be01159a4e"/><file name="3columns.phtml" hash="1fbf4e3a5c3bc3c6414bf28c9c57bc13"/><dir name="html"><file name="breadcrumbs.phtml" hash="c0cca53ff2cbca0747fd4b4a550767c8"/><file name="footer.phtml" hash="49507f2b10542ed5905184973c32f23c"/><file name="head.phtml" hash="a066ec1b026adaae62ea2ffb72458c35"/><file name="header.phtml" hash="b01940b2fd3b0a9aead59f5cce0e5b3a"/><file name="pager.phtml" hash="57a502c2ba961bfcec7152577923aa44"/><file name="topmenu.phtml" hash="a3313934f27dd0a885e5374a08082460"/></dir><dir name="switch"><file name="languages.phtml" hash="e5fe88f43510dae0c3b6d041613b508f"/></dir><dir name="template"><file name="links.phtml" hash="7a60ff97b7a3b4f233cda603993a9b52"/></dir></dir><dir name="payment"><dir name="form"><file name="ccsave.phtml" hash="a805914290f553f9890295b01a06cb37"/><file name="purchaseorder.phtml" hash="cc6f08fdd01ccf5582cd56a59707fe2b"/></dir></dir><dir name="persistent"><dir name="checkout"><dir name="onepage"><file name="billing.phtml" hash="9946fbef5ca93b4452b5a0efc43c8b57"/><file name="login.phtml" hash="7122df5630b7437e4da4e2c8713a8efd"/></dir></dir><dir name="customer"><dir name="form"><file name="login.phtml" hash="094bd6f48256243281e4152b487a8510"/><file name="register.phtml" hash="4fb1808b870414a32b71b65b83dc5605"/></dir></dir></dir><dir name="poll"><file name="active.phtml" hash="cbaa4cf06b173ab28a5879e76016ca5e"/></dir><dir name="review"><file name="form.phtml" hash="184175fb22afaacfcd588aabf6380c74"/><dir name="helper"><file name="summary.phtml" hash="ea30e9f48a4fa4643c47e52a2e63881a"/></dir></dir><dir name="sales"><dir name="guest"><file name="form.phtml" hash="3a8f1de79b1e226d8a48d9ea1006625e"/></dir><dir name="order"><file name="history.phtml" hash="9fd12e237a9d991e69c0c7a6a8e5dd84"/><file name="info.phtml" hash="8dfda74e14c78f05edae029b174aa7b6"/><file name="recent.phtml" hash="43f16dbcfad82ee7ae055a897a277824"/></dir><dir name="reorder"><file name="sidebar.phtml" hash="3183a9cf029313d803990083201f8636"/></dir></dir><dir name="tag"><file name="list.phtml" hash="9bfb661f1323fff54a0b9b507d18f85a"/></dir><dir name="tvtheme"><file name="cssconfig.phtml" hash="ba32f5e3beba6cc44ba79e2c1327c46e"/><file name="networkshare.phtml" hash="d8a2c01e3ace5ad2cbccdfd31ec76f06"/><file name="scroll-up.phtml" hash="e271affba498c05ae7b7e582d4eb5297"/></dir><dir name="wishlist"><dir name="button"><file name="share.phtml" hash="cbcdee03ca80bf30c9c281f27c18a705"/><file name="tocart.phtml" hash="c4abc4a86cf3e939b6a6625985b37b32"/><file name="update.phtml" hash="ac22c73383aeebb8ab9621d009b354a1"/></dir><dir name="item"><dir name="column"><file name="cart.phtml" hash="68cb9103433c18123348e5584438fe03"/><file name="image.phtml" hash="6c01f5e8e925ac7224c1ecb9f7ddcb3b"/><file name="info.phtml" hash="014767f1334d5d9d73f2afaab104374e"/><file name="remove.phtml" hash="09cbe88cb373ccb9a61a5c76781abfbf"/></dir><file name="list.phtml" hash="55cdcb13a576b84498af79347dffc796"/></dir><file name="sidebar.phtml" hash="962f4fb81d680bbd6b236b200c7d317b"/></dir></dir><dir name="layout"><file name="catalog.xml" hash="233f3a9b63b29f9675563208dcff0ed8"/><file name="catalogsearch.xml" hash="79d5265c20a14cbe23c527bca59888e2"/><file name="checkout.xml" hash="ebd8515f1888b36fc6545d4f3896d17f"/><file name="cms.xml" hash="f05747c9355b79a501a67b4ccae31c0d"/><file name="customer.xml" hash="324d65d83265f8cba0714fa6f3517f9d"/><file name="newsletter.xml" hash="4c650fa3ee0f1f1610504de5fd1ad3b4"/><file name="page.xml" hash="ff25860abae207dff824fcaf7b7f82f8"/><file name="paypal.xml" hash="6a17412a18ec4b860090f8fe31676b58"/></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="responsive"><dir name="layout"><file name="colorpicker.xml" hash="a7e0375e1a9c6715ef7955157202a6d3"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="responsive"><dir name="css"><file name="responsive.css" hash="cf5d12bec4e25018e9682d50e0cc1fde"/><file name="styles.css" hash="8a3c93518d01aa200e2da299601b0a9b"/></dir><dir name="images"><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="free_shipping_callout.jpg" hash="476fc754dbcdd6a4259a885c5fcf307e"/><file name="home_main_callout.jpg" hash="0bb666dad9749423d4e8da6cd46467ac"/><file name="ph_callout_left_top.gif" hash="0f459871d68b62dd3252de29188199cf"/></dir><dir name="js"><dir name="lazyload"><file name="jquery.lazyload.min.js" hash="89c45121934ed4664ff3ca811a008226"/><file name="load.lazyscript.js" hash="7d9eed85f2422c692e4b39263dd18683"/></dir></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="prototype"><file name="prototype_bootstrap.js" hash="3fcb2fb515a2b67ee70fe53afbd2775f"/></dir></dir></target></contents>
17
  <compatible/>
18
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
19
  </package>
skin/frontend/default/responsive/css/styles.css CHANGED
@@ -258,7 +258,7 @@ input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
258
  .form-list .customer-dob .dob-year { width:140px; }
259
  .form-list .customer-dob .dob-year input.input-text { width:134px; }*/
260
 
261
- .buttons-set { clear:both; margin:4em 0 0; padding:8px 0 0; border-top:1px solid #e4e4e4; text-align:right; }
262
  .buttons-set p.required { margin:0 0 10px; }
263
  .buttons-set .back-link { float:left; margin:0; }
264
  .buttons-set button.button { float:right; margin-left:5px; }
@@ -331,6 +331,7 @@ p.required { font-size:11px; text-align:right; color:#EB340A; }
331
  .pager .pages .current {}
332
  .pager .amount{text-align: left; float:left}
333
  .pager .pages{text-align: right; float:right}
 
334
  /* Sorter */
335
  .sorter { font-size:11px; /*background:#fff url(../images/bkg_toolbar.gif) 0 100% repeat-x; padding:3px 8px; border-top:1px solid #e2e2e2; */}
336
  .sorter .view-mode {/* float:left; margin:0; */ text-align: left}
258
  .form-list .customer-dob .dob-year { width:140px; }
259
  .form-list .customer-dob .dob-year input.input-text { width:134px; }*/
260
 
261
+ .buttons-set { clear:both; margin:4em 0 1em 0; padding:8px 0 0; border-top:1px solid #e4e4e4; text-align:right; }
262
  .buttons-set p.required { margin:0 0 10px; }
263
  .buttons-set .back-link { float:left; margin:0; }
264
  .buttons-set button.button { float:right; margin-left:5px; }
331
  .pager .pages .current {}
332
  .pager .amount{text-align: left; float:left}
333
  .pager .pages{text-align: right; float:right}
334
+ .pager li>a, .pager li>span{border-radius: 0}
335
  /* Sorter */
336
  .sorter { font-size:11px; /*background:#fff url(../images/bkg_toolbar.gif) 0 100% repeat-x; padding:3px 8px; border-top:1px solid #e2e2e2; */}
337
  .sorter .view-mode {/* float:left; margin:0; */ text-align: left}