Version Notes
Please note: first test all modules in a test store then install them on your production. Always create a backup of your store, before any extension installation.
Download this release
Release Info
Developer | Hassan Barza |
Extension | Codnitive_Defaultrtl |
Version | 1.5.10 |
Comparing to | |
See all releases |
Code changes from version 1.5.01 to 1.5.10
- app/code/community/Codnitive/Defaultrtl/etc/config.xml +1 -1
- app/design/frontend/default/default_rtl/template/page/html/footer.phtml +1 -1
- app/design/frontend/default/default_rtl/template/sales/order/creditmemo/items/renderer/default.phtml +5 -1
- app/design/frontend/default/default_rtl/template/sales/order/invoice/items/renderer/default.phtml +5 -1
- app/design/frontend/default/default_rtl/template/sales/order/shipment/items/renderer/default.phtml +5 -1
- app/etc/modules/Codnitive_Defaultrtl.xml +1 -1
- package.xml +3 -3
- skin/frontend/default/default_rtl/css/styles.css +2 -0
app/code/community/Codnitive/Defaultrtl/etc/config.xml
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
<config>
|
22 |
<modules>
|
23 |
<Codnitive_Defaultrtl>
|
24 |
-
<version>1.5.
|
25 |
<title>RtL Default Theme</title>
|
26 |
<link><![CDATA[http://www.codnitive.com/]]>
|
27 |
</link>
|
21 |
<config>
|
22 |
<modules>
|
23 |
<Codnitive_Defaultrtl>
|
24 |
+
<version>1.5.10</version>
|
25 |
<title>RtL Default Theme</title>
|
26 |
<link><![CDATA[http://www.codnitive.com/]]>
|
27 |
</link>
|
app/design/frontend/default/default_rtl/template/page/html/footer.phtml
CHANGED
@@ -29,6 +29,6 @@
|
|
29 |
<?php echo $this->getChildHtml() ?>
|
30 |
<p class="bugs"><?php echo $this->__('Help Us to Keep Magento Healthy') ?> - <a href="http://www.magentocommerce.com/bug-tracking" onclick="this.target='_blank'"><strong><?php echo $this->__('Report All Bugs') ?></strong></a> <?php echo $this->__('(ver. %s)', Mage::getVersion()) ?></p>
|
31 |
<address><?php echo $this->getCopyright() ?></address>
|
32 |
-
|
33 |
</div>
|
34 |
</div>
|
29 |
<?php echo $this->getChildHtml() ?>
|
30 |
<p class="bugs"><?php echo $this->__('Help Us to Keep Magento Healthy') ?> - <a href="http://www.magentocommerce.com/bug-tracking" onclick="this.target='_blank'"><strong><?php echo $this->__('Report All Bugs') ?></strong></a> <?php echo $this->__('(ver. %s)', Mage::getVersion()) ?></p>
|
31 |
<address><?php echo $this->getCopyright() ?></address>
|
32 |
+
<div class="footer-copyrigh-logo"><a href="http://www.codnitive.com/" target="_blank"><img src="<?php echo $this->getSkinUrl('images/footer_copyright_logo.png') ?>" alt="Powered by CODNITIVE™" title="Powered by CODNITIVE™"/></a></div>
|
33 |
</div>
|
34 |
</div>
|
app/design/frontend/default/default_rtl/template/sales/order/creditmemo/items/renderer/default.phtml
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category design
|
22 |
* @package base_default
|
23 |
-
* @copyright Copyright (c)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
@@ -50,6 +50,10 @@
|
|
50 |
<?php endforeach; ?>
|
51 |
</dl>
|
52 |
<?php endif; ?>
|
|
|
|
|
|
|
|
|
53 |
<?php echo $this->htmlEscape($_item->getDescription()) ?>
|
54 |
<?php if($this->helper('giftmessage/message')->getIsMessagesAvailable('order_item', $_item->getOrderItem()) && $_item->getGiftMessageId()): ?>
|
55 |
<a href="#" id="order-item-gift-message-link-<?php echo $_item->getId() ?>" class="gift-message-link" onclick="return giftMessageToogle('<?php echo $_item->getId() ?>')"><?php echo $this->__('Gift Message') ?></a>
|
20 |
*
|
21 |
* @category design
|
22 |
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
50 |
<?php endforeach; ?>
|
51 |
</dl>
|
52 |
<?php endif; ?>
|
53 |
+
<?php $addInfoBlock = $this->getProductAdditionalInformationBlock(); ?>
|
54 |
+
<?php if ($addInfoBlock) :?>
|
55 |
+
<?php echo $addInfoBlock->setItem($_item->getOrderItem())->toHtml(); ?>
|
56 |
+
<?php endif; ?>
|
57 |
<?php echo $this->htmlEscape($_item->getDescription()) ?>
|
58 |
<?php if($this->helper('giftmessage/message')->getIsMessagesAvailable('order_item', $_item->getOrderItem()) && $_item->getGiftMessageId()): ?>
|
59 |
<a href="#" id="order-item-gift-message-link-<?php echo $_item->getId() ?>" class="gift-message-link" onclick="return giftMessageToogle('<?php echo $_item->getId() ?>')"><?php echo $this->__('Gift Message') ?></a>
|
app/design/frontend/default/default_rtl/template/sales/order/invoice/items/renderer/default.phtml
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category design
|
22 |
* @package base_default
|
23 |
-
* @copyright Copyright (c)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
@@ -51,6 +51,10 @@
|
|
51 |
<?php endforeach; ?>
|
52 |
</dl>
|
53 |
<?php endif; ?>
|
|
|
|
|
|
|
|
|
54 |
<?php echo $this->htmlEscape($_item->getDescription()) ?>
|
55 |
<?php if($this->helper('giftmessage/message')->getIsMessagesAvailable('order_item', $_item->getOrderItem()) && $_item->getGiftMessageId()): ?>
|
56 |
<a href="#" id="order-item-gift-message-link-<?php echo $_item->getId() ?>" class="gift-message-link" onclick="return giftMessageToogle('<?php echo $_item->getId() ?>')"><?php echo $this->__('Gift Message') ?></a>
|
20 |
*
|
21 |
* @category design
|
22 |
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
51 |
<?php endforeach; ?>
|
52 |
</dl>
|
53 |
<?php endif; ?>
|
54 |
+
<?php $addInfoBlock = $this->getProductAdditionalInformationBlock(); ?>
|
55 |
+
<?php if ($addInfoBlock) :?>
|
56 |
+
<?php echo $addInfoBlock->setItem($_item->getOrderItem())->toHtml(); ?>
|
57 |
+
<?php endif; ?>
|
58 |
<?php echo $this->htmlEscape($_item->getDescription()) ?>
|
59 |
<?php if($this->helper('giftmessage/message')->getIsMessagesAvailable('order_item', $_item->getOrderItem()) && $_item->getGiftMessageId()): ?>
|
60 |
<a href="#" id="order-item-gift-message-link-<?php echo $_item->getId() ?>" class="gift-message-link" onclick="return giftMessageToogle('<?php echo $_item->getId() ?>')"><?php echo $this->__('Gift Message') ?></a>
|
app/design/frontend/default/default_rtl/template/sales/order/shipment/items/renderer/default.phtml
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category design
|
22 |
* @package base_default
|
23 |
-
* @copyright Copyright (c)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
@@ -51,6 +51,10 @@
|
|
51 |
<?php endforeach; ?>
|
52 |
</dl>
|
53 |
<?php endif; ?>
|
|
|
|
|
|
|
|
|
54 |
<?php echo $this->htmlEscape($_item->getDescription()) ?>
|
55 |
<?php if($this->helper('giftmessage/message')->getIsMessagesAvailable('order_item', $_item->getOrderItem()) && $_item->getGiftMessageId()): ?>
|
56 |
<a href="#" id="order-item-gift-message-link-<?php echo $_item->getId() ?>" class="gift-message-link" onclick="return giftMessageToogle('<?php echo $_item->getId() ?>')"><?php echo $this->__('Gift Message') ?></a>
|
20 |
*
|
21 |
* @category design
|
22 |
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
51 |
<?php endforeach; ?>
|
52 |
</dl>
|
53 |
<?php endif; ?>
|
54 |
+
<?php $addInfoBlock = $this->getProductAdditionalInformationBlock(); ?>
|
55 |
+
<?php if ($addInfoBlock) :?>
|
56 |
+
<?php echo $addInfoBlock->setItem($_item->getOrderItem())->toHtml(); ?>
|
57 |
+
<?php endif; ?>
|
58 |
<?php echo $this->htmlEscape($_item->getDescription()) ?>
|
59 |
<?php if($this->helper('giftmessage/message')->getIsMessagesAvailable('order_item', $_item->getOrderItem()) && $_item->getGiftMessageId()): ?>
|
60 |
<a href="#" id="order-item-gift-message-link-<?php echo $_item->getId() ?>" class="gift-message-link" onclick="return giftMessageToogle('<?php echo $_item->getId() ?>')"><?php echo $this->__('Gift Message') ?></a>
|
app/etc/modules/Codnitive_Defaultrtl.xml
CHANGED
@@ -26,7 +26,7 @@
|
|
26 |
<depends>
|
27 |
<Mage_Core />
|
28 |
</depends>
|
29 |
-
<version>1.5.
|
30 |
</Codnitive_Defaultrtl>
|
31 |
</modules>
|
32 |
</config>
|
26 |
<depends>
|
27 |
<Mage_Core />
|
28 |
</depends>
|
29 |
+
<version>1.5.10</version>
|
30 |
</Codnitive_Defaultrtl>
|
31 |
</modules>
|
32 |
</config>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Codnitive_Defaultrtl</name>
|
4 |
-
<version>1.5.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/gpl-3.0.html">GNU General Public License, version 3 (GPLv3)</license>
|
7 |
<channel>community</channel>
|
@@ -11,8 +11,8 @@
|
|
11 |
<notes>Please note: first test all modules in a test store then install them on your production. Always create a backup of your store, before any extension installation.</notes>
|
12 |
<authors><author><name>Hassan Barza</name><user>hbarza</user><email>support@codnitive.com</email></author></authors>
|
13 |
<date>2012-05-04</date>
|
14 |
-
<time>12:
|
15 |
-
<contents><target name="mageetc"><dir name="modules"><file name="Codnitive_Codall.xml" hash="6e18a95e6783cbdfc9d51c5853265eaa"/><file name="Codnitive_Defaultrtl.xml" hash="194cf0ebaab0068f00157e9ff09dd8df"/></dir></target><target name="magelocal"><dir name="Codnitive"><dir name="Codall"><dir><dir name="Block"><dir name="System"><dir name="Config"><dir name="Form"><dir name="Fieldset"><file name="Contact.php" hash="62e20a1f93c1b0394a5b1f1fefe09447"/><file name="ECD.php" hash="b0a8c85e5c2d20f513ca17fc5b58ab35"/><dir name="Extensions"><file name="List.php" hash="b06731682a2f24f6b50f01166c4dc4f2"/></dir><file name="PCD.php" hash="b821a4ed3d705567a9d82fb3910d4b50"/></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="db05202ae83bf9e4cc4454acb5fd8615"/></dir><dir name="etc"><file name="adminhtml.xml" hash="0bed954bf2a459b1f5d6a25050d770d7"/><file name="config.xml" hash="2b54846594d6ca90381a3b5937bd3443"/><file name="system.xml" hash="287da42ea1c5bdf169365f1b54529cd4"/></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="Codnitive_Codall.csv" hash="bea852e5e3c3f17c54d3c21e96115c68"/></dir><dir name="fa_IR"><file name="Codnitive_Codall.csv" hash="3691ccfe6c605575aace69417351e0f7"/></dir></target><target name="magecommunity"><dir name="Codnitive"><dir name="Defaultrtl"><dir><dir name="Block"><dir name="Bundle"><dir name="Catalog"><dir name="Product"><dir name="View"><dir name="Type"><dir name="Bundle"><dir name="Option"><file name="Checkbox.php" hash="55903f97dca5c5229cda735e0b879cb9"/><file name="Radio.php" hash="06d8964bbbf92dc68b82314041d1ac13"/></dir></dir></dir></dir></dir></dir></dir><dir name="Catalog"><dir name="Product"><dir name="View"><dir name="Options"><dir name="Type"><file name="Date.php" hash="371ecc3c7bf17185a01dd87aa75315f4"/><file name="Select.php" hash="60306afc74307f54eb7bd95abe13ac84"/></dir></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="7eb98924316509a59599dd2a65153051"/></dir><dir name="Model"><file name="Config.php" hash="f1a4e443e4f2b93e6900c5cd178f9d23"/></dir><dir name="etc"><file name="config.xml" hash="bcf9219adbead48a568f35d543e3b51f"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default_rtl"><dir><dir name="layout"><file name="defaultrtl.xml" hash="70f77e28218ab11e28a2708d6438d2c8"/></dir><dir name="template"><dir name="bundle"><dir name="sales"><dir name="order"><dir name="creditmemo"><dir name="items"><file name="renderer.phtml" hash="8cf45d039f9778c95095e24fd0fc1e4a"/></dir></dir><dir name="invoice"><dir name="items"><file name="renderer.phtml" hash="320ca015a5260502eb0836f5683a4ce2"/></dir></dir><dir name="items"><file name="renderer.phtml" hash="c8e696e7382ab067d40ea995d10f730e"/></dir><dir name="shipment"><dir name="items"><file name="renderer.phtml" hash="4f5fd34604a754daaf72038de86ac062"/></dir></dir></dir></dir></dir><dir name="catalog"><dir name="layer"><file name="filter.phtml" hash="158864615e71581f5020ac36fd1fea0a"/></dir><dir name="product"><dir name="view"><file name="addtocart.phtml" hash="ded802f7b78c62ee29b1ec3627f0d897"/><dir name="options"><dir name="type"><file name="date.phtml" hash="95ee98cd7de078c0ce6d0596ba0f0836"/></dir></dir><file name="tierprices.phtml" hash="6086057e2da1831f65964eb26f990b57"/></dir></dir></dir><dir name="checkout"><dir name="cart"><dir name="sidebar"><file name="default.phtml" hash="8944e23758a74a95725f321c9a67c1d4"/></dir></dir></dir><dir name="downloadable"><dir name="sales"><dir name="order"><dir name="creditmemo"><dir name="items"><dir name="renderer"><file name="downloadable.phtml" hash="756000be240b092d7977172619dbea36"/></dir></dir></dir><dir name="invoice"><dir name="items"><dir name="renderer"><file name="downloadable.phtml" hash="4a303ce536b6d165f6199e616b46f0b4"/></dir></dir></dir><dir name="items"><dir name="renderer"><file name="downloadable.phtml" hash="a511a1df287d72443a9d8d947199ff0b"/></dir></dir></dir></dir></dir><dir name="newsletter"><file name="subscribe.phtml" hash="98fceb7c47be962fd313eb6134d0a035"/></dir><dir name="page"><dir name="html"><file name="footer.phtml" hash="b383c190fe5fc586e1050a223eb7b77d"/><file name="pager.phtml" hash="44113ae4a8fc2462fd148ab9b8159270"/></dir></dir><dir name="sales"><dir name="order"><dir name="creditmemo"><dir name="items"><dir name="renderer"><file name="default.phtml" hash="76c2b1ba9293319596162b04440bfbdb"/></dir></dir><file name="items.phtml" hash="a7c6de72279bf4d4621d7a9825225763"/></dir><dir name="invoice"><dir name="items"><dir name="renderer"><file name="default.phtml" hash="f48c4a9a3168786ca01307c4d4017fdf"/></dir></dir><file name="items.phtml" hash="77e6cc4cde2bf0dd3a970d74e7997774"/></dir><dir name="items"><dir name="renderer"><file name="default.phtml" hash="b6fd2dd4a4561367c7fc58b68119931c"/></dir></dir><file name="items.phtml" hash="dc58441069e5e1edb553d6792f9f4738"/><dir name="print"><file name="creditmemo.phtml" hash="f12e5efb13bb186c8db96b65b49bcf86"/><file name="invoice.phtml" hash="a43586df667656fa055227f262eb4e4d"/><file name="shipment.phtml" hash="1d4dc304ed71a4b6b0573be5ab2f8c47"/></dir><file name="print.phtml" hash="fc7e8a9a92301e61ef20c8c7d72f7a8f"/><dir name="shipment"><dir name="items"><dir name="renderer"><file name="default.phtml" hash="80d4f0a3a80c905d02b3f25d32b7d10f"/></dir></dir><file name="items.phtml" hash="8b4bc774fc8c97177900a4180d2c6fea"/></dir></dir></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default_rtl"><dir><dir name="css"><file name="print.css" hash="cfe716fe3e5c43f0d5ecf52589bce3a2"/><file name="styles-aie.css" hash="593ab756fab5a102f83468ab738838c0"/><file name="styles-ie.css" hash="20ca826772ef26a973d1d0bf271c7d22"/><file name="styles-ie9.css" hash="fc99f08db99d828a2548260db800d770"/><file name="styles.css" hash="dd333267ab6edac448b54ce056083929"/><file name="widgets.css" hash="0ec634c7ae72e141072e39ca716d3304"/></dir><dir name="images"><file name="best_selling_tr_even_bg.gif" hash="5022d648379090e306f00cd64738b146"/><file name="best_selling_tr_odd_bg.gif" hash="926622704f53796801bb5d097e116c8e"/><file name="bkg_account_box.gif" hash="dd98174b6e3e5605a3f9551a59c66841"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-currency.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="ffc29b2be33228b3d4c9163814e09949"/><file name="bkg_block-layered-label.gif" hash="73ce547103a2f069e99551a5b640dd2d"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered-title.gif" hash="753ca43e9a8ed8f5bcb864f60451b3a6"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_body.gif" hash="82bfc5bfe346c8e974cd33b1314b0acf"/><file name="bkg_buttons-set1.gif" hash="2c641e927bc83156b7004ea37920513c"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_form-search.gif" hash="f1b8c5e87fee0b0979d1c91e56d109b6"/><file name="bkg_grand-total.gif" hash="10f1c3d82d78170706fa3e9c4baa7e04"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_header.jpg" hash="ba6ab0d686a476cf532e59150c019d8f"/><file name="bkg_login-box.gif" hash="5538675d7f1c35d96a2b8013948f42a6"/><file name="bkg_main1.gif" hash="8be40631bdd605b2a3950a567c0a5455"/><file name="bkg_main2.gif" hash="7882b3de185093d54a537ac002c39819"/><file name="bkg_nav0.jpg" hash="ff4534ed647ab48b0adfd1c6dee547c4"/><file name="bkg_nav1.gif" hash="f4e26840c8cca0e74aba5b810341c5c0"/><file name="bkg_nav2.gif" hash="faf60c0233800ec55b1c51b617a4a413"/><file name="bkg_opc-title-off.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_product-view.gif" hash="4a6da285c2d5ead1ddd89bf7ea56a00c"/><file name="bkg_product_collateral.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="5867f3089792611dc686a1b4477e5bef"/><file name="bkg_tfoot.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_th-v.gif" hash="d318990175de7c67cd64e3485e1e6f35"/><file name="bkg_th.gif" hash="f249911b08f2822fc0b561b7f98575d2"/><file name="bkg_toolbar.gif" hash="fb7ed019476eaa1643af922b59ede4fb"/><file name="btn_checkout.gif" hash="d2060501e14e86c29e28137130e5726e"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="9b466894aa775b7ec4cd3c511bdd5b52"/><file name="btn_search.gif" hash="2d93b43c0a1c1182358677661e26a978"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="footer_copyright_logo.png" hash="6f20d02ef1290605952825bbf942d09a"/><file name="grid-cal.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_block-cart.gif" hash="cc19e21f9c89b70cc10354ff588ca8ab"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-wishlist.gif" hash="8f8cda89ca20ba4a9b2f8c91f73fdff9"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="i_msg-error.gif" hash="cb6937c8fd93ddcddaddc4bfda4e76fe"/><file name="i_msg-note.gif" hash="6d423252861fd85cce33ec4978d5a2a9"/><file name="i_msg-success.gif" hash="04c7436e0153672ca96abcce6b4c9e75"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_pager-next.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="i_pager-prev.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="i_search_criteria.gif" hash="d8f472ac5551f059ec6038c5cb7bbc77"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="ea6d885144ead41b13c7084ab7fd91a6"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="logo.gif" hash="48b7eb03807fdf80bdfb19b872cf84b8"/><file name="logo_email.gif" hash="8de347192e0524cff7a69e4020182dbd"/><file name="logo_print.gif" hash="8de347192e0524cff7a69e4020182dbd"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="np_cart_thumb.gif" hash="e9fdd943e0947e15f0638506f477e358"/><file name="np_more_img.gif" hash="ace357bfe3e81ffb62137cd5b25ae5e1"/><file name="np_product_main.gif" hash="d0cccda76de50efa025215ce85dacb1c"/><file name="np_thumb.gif" hash="e46270c89358ecc8341d1565c14644b8"/><file name="np_thumb2.gif" hash="8502866cdabc5c74aca7d7bd32a06a03"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="pager_arrow_left.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="pager_arrow_right.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="validation_advice_bg.gif" hash="6a531c50c1533c38c419eb1518f5f575"/><dir name="widgets"><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_widget-link.gif" hash="e0945b7da374d8271081de3b3373b583"/><file name="i_widget-new.gif" hash="a75377ffed51b711cbc608ffaa1a2e7d"/></dir><dir name="xmlconnect"><dir name="catalog"><dir name="category"><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="tab_account.png" hash="0498d73e47ed47179e5546dc15c17dc7"/><file name="tab_cart.png" hash="9055ba76e256a51d3fee53a8c41d5226"/><file name="tab_home.png" hash="07d0af93e167b9366d3d4fb3d6cdb31c"/><file name="tab_more.png" hash="b9fc21feb8d7655bc9c2985c37b0de2f"/><file name="tab_page.png" hash="ca05dbc42f944b8d4255f6675f6dd93a"/><file name="tab_search.png" hash="25e880eb2a4d06828e2e1c3f32d22400"/><file name="tab_shop.png" hash="fe602fc2e7093efef5ecc0b027a32d91"/></dir></dir></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Codnitive_Defaultrtl</name>
|
4 |
+
<version>1.5.10</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/gpl-3.0.html">GNU General Public License, version 3 (GPLv3)</license>
|
7 |
<channel>community</channel>
|
11 |
<notes>Please note: first test all modules in a test store then install them on your production. Always create a backup of your store, before any extension installation.</notes>
|
12 |
<authors><author><name>Hassan Barza</name><user>hbarza</user><email>support@codnitive.com</email></author></authors>
|
13 |
<date>2012-05-04</date>
|
14 |
+
<time>12:55:58</time>
|
15 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Codnitive_Codall.xml" hash="6e18a95e6783cbdfc9d51c5853265eaa"/><file name="Codnitive_Defaultrtl.xml" hash="5946f77936b59516cfb252f6cddb248a"/></dir></target><target name="magelocal"><dir name="Codnitive"><dir name="Codall"><dir><dir name="Block"><dir name="System"><dir name="Config"><dir name="Form"><dir name="Fieldset"><file name="Contact.php" hash="62e20a1f93c1b0394a5b1f1fefe09447"/><file name="ECD.php" hash="b0a8c85e5c2d20f513ca17fc5b58ab35"/><dir name="Extensions"><file name="List.php" hash="b06731682a2f24f6b50f01166c4dc4f2"/></dir><file name="PCD.php" hash="b821a4ed3d705567a9d82fb3910d4b50"/></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="db05202ae83bf9e4cc4454acb5fd8615"/></dir><dir name="etc"><file name="adminhtml.xml" hash="0bed954bf2a459b1f5d6a25050d770d7"/><file name="config.xml" hash="2b54846594d6ca90381a3b5937bd3443"/><file name="system.xml" hash="287da42ea1c5bdf169365f1b54529cd4"/></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="Codnitive_Codall.csv" hash="bea852e5e3c3f17c54d3c21e96115c68"/></dir><dir name="fa_IR"><file name="Codnitive_Codall.csv" hash="3691ccfe6c605575aace69417351e0f7"/></dir></target><target name="magecommunity"><dir name="Codnitive"><dir name="Defaultrtl"><dir><dir name="Block"><dir name="Bundle"><dir name="Catalog"><dir name="Product"><dir name="View"><dir name="Type"><dir name="Bundle"><dir name="Option"><file name="Checkbox.php" hash="55903f97dca5c5229cda735e0b879cb9"/><file name="Radio.php" hash="06d8964bbbf92dc68b82314041d1ac13"/></dir></dir></dir></dir></dir></dir></dir><dir name="Catalog"><dir name="Product"><dir name="View"><dir name="Options"><dir name="Type"><file name="Date.php" hash="371ecc3c7bf17185a01dd87aa75315f4"/><file name="Select.php" hash="60306afc74307f54eb7bd95abe13ac84"/></dir></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="7eb98924316509a59599dd2a65153051"/></dir><dir name="Model"><file name="Config.php" hash="f1a4e443e4f2b93e6900c5cd178f9d23"/></dir><dir name="etc"><file name="config.xml" hash="6ad70ea805f0d583bd712ed02b25e513"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default_rtl"><dir><dir name="layout"><file name="defaultrtl.xml" hash="70f77e28218ab11e28a2708d6438d2c8"/></dir><dir name="template"><dir name="bundle"><dir name="sales"><dir name="order"><dir name="creditmemo"><dir name="items"><file name="renderer.phtml" hash="8cf45d039f9778c95095e24fd0fc1e4a"/></dir></dir><dir name="invoice"><dir name="items"><file name="renderer.phtml" hash="320ca015a5260502eb0836f5683a4ce2"/></dir></dir><dir name="items"><file name="renderer.phtml" hash="c8e696e7382ab067d40ea995d10f730e"/></dir><dir name="shipment"><dir name="items"><file name="renderer.phtml" hash="4f5fd34604a754daaf72038de86ac062"/></dir></dir></dir></dir></dir><dir name="catalog"><dir name="layer"><file name="filter.phtml" hash="158864615e71581f5020ac36fd1fea0a"/></dir><dir name="product"><dir name="view"><file name="addtocart.phtml" hash="ded802f7b78c62ee29b1ec3627f0d897"/><dir name="options"><dir name="type"><file name="date.phtml" hash="95ee98cd7de078c0ce6d0596ba0f0836"/></dir></dir><file name="tierprices.phtml" hash="6086057e2da1831f65964eb26f990b57"/></dir></dir></dir><dir name="checkout"><dir name="cart"><dir name="sidebar"><file name="default.phtml" hash="8944e23758a74a95725f321c9a67c1d4"/></dir></dir></dir><dir name="downloadable"><dir name="sales"><dir name="order"><dir name="creditmemo"><dir name="items"><dir name="renderer"><file name="downloadable.phtml" hash="756000be240b092d7977172619dbea36"/></dir></dir></dir><dir name="invoice"><dir name="items"><dir name="renderer"><file name="downloadable.phtml" hash="4a303ce536b6d165f6199e616b46f0b4"/></dir></dir></dir><dir name="items"><dir name="renderer"><file name="downloadable.phtml" hash="a511a1df287d72443a9d8d947199ff0b"/></dir></dir></dir></dir></dir><dir name="newsletter"><file name="subscribe.phtml" hash="98fceb7c47be962fd313eb6134d0a035"/></dir><dir name="page"><dir name="html"><file name="footer.phtml" hash="076296d36afadfc5342653c7f6835661"/><file name="pager.phtml" hash="44113ae4a8fc2462fd148ab9b8159270"/></dir></dir><dir name="sales"><dir name="order"><dir name="creditmemo"><dir name="items"><dir name="renderer"><file name="default.phtml" hash="c2b2a3056233cdeb2b4967b486183562"/></dir></dir><file name="items.phtml" hash="a7c6de72279bf4d4621d7a9825225763"/></dir><dir name="invoice"><dir name="items"><dir name="renderer"><file name="default.phtml" hash="e9cc95c0a497ff2e0172eea87995deeb"/></dir></dir><file name="items.phtml" hash="77e6cc4cde2bf0dd3a970d74e7997774"/></dir><dir name="items"><dir name="renderer"><file name="default.phtml" hash="b6fd2dd4a4561367c7fc58b68119931c"/></dir></dir><file name="items.phtml" hash="dc58441069e5e1edb553d6792f9f4738"/><dir name="print"><file name="creditmemo.phtml" hash="f12e5efb13bb186c8db96b65b49bcf86"/><file name="invoice.phtml" hash="a43586df667656fa055227f262eb4e4d"/><file name="shipment.phtml" hash="1d4dc304ed71a4b6b0573be5ab2f8c47"/></dir><file name="print.phtml" hash="fc7e8a9a92301e61ef20c8c7d72f7a8f"/><dir name="shipment"><dir name="items"><dir name="renderer"><file name="default.phtml" hash="a0c9368eb290e120356c73724e9e31c9"/></dir></dir><file name="items.phtml" hash="8b4bc774fc8c97177900a4180d2c6fea"/></dir></dir></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default_rtl"><dir><dir name="css"><file name="print.css" hash="cfe716fe3e5c43f0d5ecf52589bce3a2"/><file name="styles-aie.css" hash="593ab756fab5a102f83468ab738838c0"/><file name="styles-ie.css" hash="20ca826772ef26a973d1d0bf271c7d22"/><file name="styles-ie9.css" hash="fc99f08db99d828a2548260db800d770"/><file name="styles.css" hash="2f8dd29630696dd91142eab8cbd84ea4"/><file name="widgets.css" hash="0ec634c7ae72e141072e39ca716d3304"/></dir><dir name="images"><file name="best_selling_tr_even_bg.gif" hash="5022d648379090e306f00cd64738b146"/><file name="best_selling_tr_odd_bg.gif" hash="926622704f53796801bb5d097e116c8e"/><file name="bkg_account_box.gif" hash="dd98174b6e3e5605a3f9551a59c66841"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-currency.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="ffc29b2be33228b3d4c9163814e09949"/><file name="bkg_block-layered-label.gif" hash="73ce547103a2f069e99551a5b640dd2d"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered-title.gif" hash="753ca43e9a8ed8f5bcb864f60451b3a6"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_body.gif" hash="82bfc5bfe346c8e974cd33b1314b0acf"/><file name="bkg_buttons-set1.gif" hash="2c641e927bc83156b7004ea37920513c"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_form-search.gif" hash="f1b8c5e87fee0b0979d1c91e56d109b6"/><file name="bkg_grand-total.gif" hash="10f1c3d82d78170706fa3e9c4baa7e04"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_header.jpg" hash="ba6ab0d686a476cf532e59150c019d8f"/><file name="bkg_login-box.gif" hash="5538675d7f1c35d96a2b8013948f42a6"/><file name="bkg_main1.gif" hash="8be40631bdd605b2a3950a567c0a5455"/><file name="bkg_main2.gif" hash="7882b3de185093d54a537ac002c39819"/><file name="bkg_nav0.jpg" hash="ff4534ed647ab48b0adfd1c6dee547c4"/><file name="bkg_nav1.gif" hash="f4e26840c8cca0e74aba5b810341c5c0"/><file name="bkg_nav2.gif" hash="faf60c0233800ec55b1c51b617a4a413"/><file name="bkg_opc-title-off.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_product-view.gif" hash="4a6da285c2d5ead1ddd89bf7ea56a00c"/><file name="bkg_product_collateral.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="5867f3089792611dc686a1b4477e5bef"/><file name="bkg_tfoot.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_th-v.gif" hash="d318990175de7c67cd64e3485e1e6f35"/><file name="bkg_th.gif" hash="f249911b08f2822fc0b561b7f98575d2"/><file name="bkg_toolbar.gif" hash="fb7ed019476eaa1643af922b59ede4fb"/><file name="btn_checkout.gif" hash="d2060501e14e86c29e28137130e5726e"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="9b466894aa775b7ec4cd3c511bdd5b52"/><file name="btn_search.gif" hash="2d93b43c0a1c1182358677661e26a978"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="footer_copyright_logo.png" hash="6f20d02ef1290605952825bbf942d09a"/><file name="grid-cal.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_block-cart.gif" hash="cc19e21f9c89b70cc10354ff588ca8ab"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-wishlist.gif" hash="8f8cda89ca20ba4a9b2f8c91f73fdff9"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="i_msg-error.gif" hash="cb6937c8fd93ddcddaddc4bfda4e76fe"/><file name="i_msg-note.gif" hash="6d423252861fd85cce33ec4978d5a2a9"/><file name="i_msg-success.gif" hash="04c7436e0153672ca96abcce6b4c9e75"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_pager-next.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="i_pager-prev.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="i_search_criteria.gif" hash="d8f472ac5551f059ec6038c5cb7bbc77"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="ea6d885144ead41b13c7084ab7fd91a6"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="logo.gif" hash="48b7eb03807fdf80bdfb19b872cf84b8"/><file name="logo_email.gif" hash="8de347192e0524cff7a69e4020182dbd"/><file name="logo_print.gif" hash="8de347192e0524cff7a69e4020182dbd"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="np_cart_thumb.gif" hash="e9fdd943e0947e15f0638506f477e358"/><file name="np_more_img.gif" hash="ace357bfe3e81ffb62137cd5b25ae5e1"/><file name="np_product_main.gif" hash="d0cccda76de50efa025215ce85dacb1c"/><file name="np_thumb.gif" hash="e46270c89358ecc8341d1565c14644b8"/><file name="np_thumb2.gif" hash="8502866cdabc5c74aca7d7bd32a06a03"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="pager_arrow_left.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="pager_arrow_right.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="validation_advice_bg.gif" hash="6a531c50c1533c38c419eb1518f5f575"/><dir name="widgets"><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_widget-link.gif" hash="e0945b7da374d8271081de3b3373b583"/><file name="i_widget-new.gif" hash="a75377ffed51b711cbc608ffaa1a2e7d"/></dir><dir name="xmlconnect"><dir name="catalog"><dir name="category"><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="tab_account.png" hash="0498d73e47ed47179e5546dc15c17dc7"/><file name="tab_cart.png" hash="9055ba76e256a51d3fee53a8c41d5226"/><file name="tab_home.png" hash="07d0af93e167b9366d3d4fb3d6cdb31c"/><file name="tab_more.png" hash="b9fc21feb8d7655bc9c2985c37b0de2f"/><file name="tab_page.png" hash="ca05dbc42f944b8d4255f6675f6dd93a"/><file name="tab_search.png" hash="25e880eb2a4d06828e2e1c3f32d22400"/><file name="tab_shop.png" hash="fe602fc2e7093efef5ecc0b027a32d91"/></dir></dir></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
skin/frontend/default/default_rtl/css/styles.css
CHANGED
@@ -1371,6 +1371,8 @@ tr.summary-details-excluded { font-style:italic; }
|
|
1371 |
#opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
|
1372 |
#opc-review .buttons-set p { margin:0; line-height:40px; }
|
1373 |
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
|
|
|
|
|
1374 |
|
1375 |
/* Multiple Addresses Checkout */
|
1376 |
.checkout-progress { padding:0 90px; margin:0 0 20px; }
|
1371 |
#opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
|
1372 |
#opc-review .buttons-set p { margin:0; line-height:40px; }
|
1373 |
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
|
1374 |
+
#opc-review .authentication { margin:0 auto; width:570px; }
|
1375 |
+
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }
|
1376 |
|
1377 |
/* Multiple Addresses Checkout */
|
1378 |
.checkout-progress { padding:0 90px; margin:0 0 20px; }
|