Interface_Adminhtml_Default - Version 1.7.0.1

Version Notes

1.7.0.1

Download this release

Release Info

Developer Magento Core Team
Extension Interface_Adminhtml_Default
Version 1.7.0.1
Comparing to
See all releases


Code changes from version 1.7.0.0 to 1.7.0.1

Files changed (21) hide show
  1. app/design/adminhtml/default/default/template/authorizenet/directpost/iframe.phtml +5 -4
  2. app/design/adminhtml/default/default/template/paypal/system/config/api_wizard.phtml +8 -14
  3. app/design/adminhtml/default/default/template/paypal/system/config/fieldset/global.phtml +1 -0
  4. app/design/adminhtml/default/default/template/paypal/system/config/fieldset/hint.phtml +7 -2
  5. app/design/adminhtml/default/default/template/paypal/system/config/payflowlink/advanced.phtml +9 -71
  6. app/design/adminhtml/default/default/template/paypal/system/config/payflowlink/info.phtml +9 -71
  7. app/design/adminhtml/default/default/template/system/config/edit.phtml +290 -0
  8. package.xml +6 -6
  9. skin/adminhtml/default/default/boxes.css +126 -40
  10. skin/adminhtml/default/default/iestyles.css +21 -0
  11. skin/adminhtml/default/default/images/bkg_config-advanced.png +0 -0
  12. skin/adminhtml/default/default/images/bkg_config-nested.png +0 -0
  13. skin/adminhtml/default/default/images/bkg_config-shaddow.png +0 -0
  14. skin/adminhtml/default/default/images/bkg_tooltip.png +0 -0
  15. skin/adminhtml/default/default/images/icon-enabled.png +0 -0
  16. skin/adminhtml/default/default/images/icon-tooltip.png +0 -0
  17. skin/adminhtml/default/default/images/paypal/logo-paypal.png +0 -0
  18. skin/adminhtml/default/default/images/paypal/pp-allinone.png +0 -0
  19. skin/adminhtml/default/default/images/paypal/pp-alt.png +0 -0
  20. skin/adminhtml/default/default/images/paypal/pp-gateways.png +0 -0
  21. skin/adminhtml/default/default/images/paypal/pp-uk.png +0 -0
app/design/adminhtml/default/default/template/authorizenet/directpost/iframe.phtml CHANGED
@@ -25,11 +25,12 @@
25
  */
26
 
27
  /**
28
- * @see Mage_Authorizenet_Block_Directpost_Iframe
29
  */
30
  ?>
31
  <?php
32
  $_params = $this->getParams();
 
33
  $_helper = $this->helper('authorizenet');
34
  ?>
35
  <html>
@@ -37,13 +38,13 @@ $_helper = $this->helper('authorizenet');
37
  <script type="text/javascript">
38
  //<![CDATA[
39
  <?php if (isset($_params['redirect'])): ?>
40
- window.location="<?php echo $_params['redirect'] ?>";
41
  <?php endif; ?>
42
  <?php if (isset($_params['redirect_parent'])): ?>
43
- window.top.location="<?php echo $_params['redirect_parent'] ?>";
44
  <?php endif; ?>
45
  <?php if (isset($_params['error_msg'])): ?>
46
- window.top.directPostModel.showError("<?php echo $_params['error_msg'] ?>");
47
  <?php if (isset($_params['x_invoice_num'])): ?>
48
  window.top.directPostModel.successUrl="<?php echo $_helper->getSuccessOrderUrl($_params) ?>";
49
  <?php endif; ?>
25
  */
26
 
27
  /**
28
+ * @var $this Mage_Authorizenet_Block_Directpost_Iframe
29
  */
30
  ?>
31
  <?php
32
  $_params = $this->getParams();
33
+ /* @var $_helper Mage_Authorizenet_Helper_Data */
34
  $_helper = $this->helper('authorizenet');
35
  ?>
36
  <html>
38
  <script type="text/javascript">
39
  //<![CDATA[
40
  <?php if (isset($_params['redirect'])): ?>
41
+ window.location="<?php echo $this->escapeUrl($_params['redirect']) ?>";
42
  <?php endif; ?>
43
  <?php if (isset($_params['redirect_parent'])): ?>
44
+ window.top.location="<?php echo $this->escapeUrl($_params['redirect_parent']) ?>";
45
  <?php endif; ?>
46
  <?php if (isset($_params['error_msg'])): ?>
47
+ window.top.directPostModel.showError(<?php echo $this->helper('core')->jsonEncode($_params['error_msg']) ?>);
48
  <?php if (isset($_params['x_invoice_num'])): ?>
49
  window.top.directPostModel.successUrl="<?php echo $_helper->getSuccessOrderUrl($_params) ?>";
50
  <?php endif; ?>
app/design/adminhtml/default/default/template/paypal/system/config/api_wizard.phtml CHANGED
@@ -29,17 +29,11 @@
29
  * @see Mage_Paypal_Block_Adminhtml_System_Config_ApiWizard
30
  */
31
  ?>
32
- <table>
33
- <tr>
34
- <td>
35
- <button style="" onclick="javascript:window.open('<?php echo $this->getButtonUrl()?>', 'apiwizard','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, ,left=100, top=100, width=380, height=470'); return false;" class="scalable" type="button" id="<?php echo $this->getHtmlId() ?>">
36
- <span><span><span><?php echo $this->escapeHtml($this->getButtonLabel()); ?></span></span></span>
37
- </button>
38
- </td>
39
- <td>
40
- <button style="" onclick="javascript:window.open('<?php echo $this->getSandboxButtonUrl()?>', 'apiwizard','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, ,left=100, top=100, width=380, height=470'); return false;" class="scalable" type="button" id="<?php echo $this->getSandboxHtmlId() ?>">
41
- <span><span><span><?php echo $this->escapeHtml($this->getSandboxButtonLabel()); ?></span></span></span>
42
- </button>
43
- </td>
44
- </tr>
45
- </table>
29
  * @see Mage_Paypal_Block_Adminhtml_System_Config_ApiWizard
30
  */
31
  ?>
32
+ <div class="pp-buttons-container">
33
+ <button onclick="javascript:window.open('<?php echo $this->getButtonUrl()?>', 'apiwizard','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, ,left=100, top=100, width=380, height=470'); return false;" class="scalable" type="button" id="<?php echo $this->getHtmlId() ?>">
34
+ <span><span><span><?php echo $this->escapeHtml($this->getButtonLabel()); ?></span></span></span>
35
+ </button>
36
+ <button onclick="javascript:window.open('<?php echo $this->getSandboxButtonUrl()?>', 'apiwizard','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, ,left=100, top=100, width=380, height=470'); return false;" class="scalable" type="button" id="<?php echo $this->getSandboxHtmlId() ?>">
37
+ <span><span><span><?php echo $this->escapeHtml($this->getSandboxButtonLabel()); ?></span></span></span>
38
+ </button>
39
+ </div>
 
 
 
 
 
 
app/design/adminhtml/default/default/template/paypal/system/config/fieldset/global.phtml CHANGED
@@ -27,6 +27,7 @@
27
  <?php
28
  /**
29
  * @see Mage_Paypal_Block_Adminhtml_System_Config_Fieldset_Global
 
30
  */
31
  ?>
32
  <table class="paypal-selection" id="paypal_checkout" cellspacing="0">
27
  <?php
28
  /**
29
  * @see Mage_Paypal_Block_Adminhtml_System_Config_Fieldset_Global
30
+ * @deprecated since 1.7.0.1
31
  */
32
  ?>
33
  <table class="paypal-selection" id="paypal_checkout" cellspacing="0">
app/design/adminhtml/default/default/template/paypal/system/config/fieldset/hint.phtml CHANGED
@@ -29,7 +29,12 @@
29
  * @see Mage_Paypal_Block_System_Config_Fieldset_Hint
30
  */
31
  ?>
 
 
 
32
  <div class="paypal-payment-notice">
33
- <h4><?php echo Mage::helper('paypal')->__('Looking for PayPal? We have our own tab to the left under Sales.')?></h4>
34
- <p><a href="<?php echo $this->escapeHtml($this->getUrl('adminhtml/system_config/edit', array('section' => 'paypal'))) ?>"><?php echo Mage::helper('paypal')->__('View PayPal solutions.')?></a></p>
35
  </div>
 
 
 
29
  * @see Mage_Paypal_Block_System_Config_Fieldset_Hint
30
  */
31
  ?>
32
+ <?php
33
+ if ($this->getHelpLink()):
34
+ ?>
35
  <div class="paypal-payment-notice">
36
+ <?php echo Mage::helper('paypal')->__('Not sure what PayPal payment method to use? Click <a href="%s" target="_blank">here</a> to learn more.', $this->getHelpLink()); ?>
 
37
  </div>
38
+ <?php
39
+ endif;
40
+ ?>
app/design/adminhtml/default/default/template/paypal/system/config/payflowlink/advanced.phtml CHANGED
@@ -28,75 +28,13 @@
28
  * @var $this Mage_Paypal_Block_Adminhtml_System_Config_Payflowlink_Advanced
29
  */
30
  ?>
31
- <div style="padding-bottom: 1em;max-width: 800px;">
32
- <strong style="color:red"><?php echo $this->__('Important: ') ?></strong>
33
- <?php echo $this->__('To use PayPal Payments Advanced you must configure some settings in your PayPal Payments Advanced account by logging into') ?> <a href="https://manager.paypal.com/"><?php echo $this->__('PayPal Manager'); ?></a>.
34
- <?php echo $this->__(' You will need to navigate to your ') ?>
35
- <span style="text-decoration: underline"><?php echo $this->__('Service Settings') ?></span>
36
- <?php echo $this->__(' and go to the ') ?>
37
- <span style="text-decoration: underline"><?php echo $this->__('Set up & Customize') ?></span>
38
- <?php echo $this->__(' sections for your Hosted Checkout Pages.') ?>
39
- <div style="border: 1px solid black;margin:2em;">
40
- <ul style="list-style:none;padding:0 2em;">
41
- <li>
42
- <strong style="text-transform: capitalize"><?php echo $this->__('1. set up') ?></strong> Please copy and paste the following required values to your PayPal Payments Advanced Set Up section:
43
- <ul style="list-style:lower-latin;padding:0 2em;">
44
- <li>
45
- Under Display <span style="text-decoration: underline">Options on Payment Page</span>, enter the following:
46
- <ul style="list-style:lower-roman;padding:0 2em;">
47
- <li>
48
- <span style="text-decoration: underline">Cancel URL</span>:<br />
49
- <a href="<?php echo $this->getFrontendUrl('paypal/payflowadvanced/cancelPayment') ?>" onclick="return false;">
50
- <?php echo $this->getFrontendUrl('paypal/payflowadvanced/cancelPayment') ?>
51
- </a>
52
- </li>
53
- <li>
54
- <span style="text-decoration: underline">Error URL</span>:<br />
55
- <a href="<?php echo $this->getFrontendUrl('paypal/payflowadvanced/returnUrl') ?>" onclick="return false;">
56
- <?php echo $this->getFrontendUrl('paypal/payflowadvanced/returnUrl') ?>
57
- </a>
58
- </li>
59
- </ul>
60
- </li>
61
- <li>
62
- Under <span style="text-decoration: underline">Use Silent Post for Data Transfer</span>, please set as the following:
63
- <ul style="list-style:lower-roman;padding:0 2em;">
64
- <li><span style="text-decoration: underline">Use Silent Post</span>: select <strong>YES</strong></li>
65
- <li>
66
- Enter the following for <span style="text-decoration: underline">Silent Post URL</span>:<br />
67
- <a href="<?php echo $this->getFrontendUrl('paypal/payflowadvanced/silentPost') ?>" onclick="return false;">
68
- <?php echo $this->getFrontendUrl('paypal/payflowadvanced/silentPost') ?>
69
- </a>
70
- </li>
71
- <li>
72
- Enter the following for <span style="text-decoration: underline">Return URL when Silent Post fails</span>:<br />
73
- <a href="<?php echo $this->getFrontendUrl('paypal/payflowadvanced/returnUrl') ?>" onclick="return false;">
74
- <?php echo $this->getFrontendUrl('paypal/payflowadvanced/returnUrl') ?>
75
- </a>
76
- </li>
77
- </ul>
78
- </li>
79
- <li>
80
- Under <span style="text-decoration: underline">Security Options</span>, please set as the following:
81
- <ul style="list-style:lower-roman;padding:0 2em;">
82
- <li><span style="text-decoration: underline">AVS</span>: Select <strong>NO</strong></li>
83
- <li><span style="text-decoration: underline">CSC</span>: Select <strong>NO</strong></li>
84
- <li><span style="text-decoration: underline">Enable Secure Token</span>: select <strong>YES</strong></li>
85
- </ul>
86
- </li>
87
- </ul>
88
- </li>
89
- </ul>
90
- </div>
91
- <div style="border: 1px solid black;margin:2em;">
92
- <ul style="list-style:none;padding:0 2em;">
93
- <li>
94
- <strong style="text-transform: capitalize"><?php echo $this->__('2. customize') ?></strong> Please set the following required values in the Customize section of your Hosted Checkout Page settings:
95
- <ul style="list-style:lower-latin;padding:0 2em;">
96
- <li>
97
- Select <span style="text-decoration: underline">Layout C</span>
98
- </li>
99
- </li>
100
- </ul>
101
- </div>
102
  </div>
28
  * @var $this Mage_Paypal_Block_Adminhtml_System_Config_Payflowlink_Advanced
29
  */
30
  ?>
31
+ <div class="payflow-settings-notice">
32
+ <strong class="important-label"><?php echo $this->__('Important: ') ?></strong>
33
+ <?php echo $this->__('To use PayPal Payments Advanced, you must configure your PayPal Payments Advanced account on the PayPal website.'); ?>
34
+ <?php echo $this->__('Once you log into your PayPal Advanced account, navigate to the Service Settings - Hosted Checkout Pages - Set Up menu and set the options described below') ?>
35
+ <ul class="options-list">
36
+ <li><strong>AVS:</strong> No</li>
37
+ <li><strong>CSC:</strong> No</li>
38
+ <li><strong>Enable Secure Token:</strong> Yes</li>
39
+ </ul>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  </div>
app/design/adminhtml/default/default/template/paypal/system/config/payflowlink/info.phtml CHANGED
@@ -29,75 +29,13 @@
29
  * @see Mage_Paypal_Block_Adminhtml_System_Config_Payflowlink_Info
30
  */
31
  ?>
32
- <div style="padding-bottom: 1em;max-width: 800px;">
33
- <strong style="color:red"><?php echo $this->__('Important: ') ?></strong>
34
- <?php echo $this->__('To use PayPal Payflow Link you must configure some settings in your Payflow account by logging into') ?> <a href="https://manager.paypal.com/"><?php echo $this->__('PayPal Manager'); ?></a>.
35
- <?php echo $this->__(' You will need to navigate to your ') ?>
36
- <span style="text-decoration: underline"><?php echo $this->__('Service Settings') ?></span>
37
- <?php echo $this->__(' and go to the ') ?>
38
- <span style="text-decoration: underline"><?php echo $this->__('Set up & Customize') ?></span>
39
- <?php echo $this->__(' sections for your Hosted Checkout Pages.') ?>
40
- <div style="border: 1px solid black;margin:2em;">
41
- <ul style="list-style:none;padding:0 2em;">
42
- <li>
43
- <strong style="text-transform: capitalize"><?php echo $this->__('1. set up') ?></strong> Please copy and paste the following required values to your PayPal Payflow Link Set Up section:
44
- <ul style="list-style:lower-latin;padding:0 2em;">
45
- <li>
46
- Under Display <span style="text-decoration: underline">Options on Payment Page</span>, enter the following:
47
- <ul style="list-style:lower-roman;padding:0 2em;">
48
- <li>
49
- <span style="text-decoration: underline">Cancel URL</span>:<br />
50
- <a href="<?php echo $this->getFrontendUrl('paypal/payflow/cancelPayment') ?>" onclick="return false;">
51
- <?php echo $this->getFrontendUrl('paypal/payflow/cancelPayment') ?>
52
- </a>
53
- </li>
54
- <li>
55
- <span style="text-decoration: underline">Error URL</span>:<br />
56
- <a href="<?php echo $this->getFrontendUrl('paypal/payflow/returnUrl') ?>" onclick="return false;">
57
- <?php echo $this->getFrontendUrl('paypal/payflow/returnUrl') ?>
58
- </a>
59
- </li>
60
- </ul>
61
- </li>
62
- <li>
63
- Under <span style="text-decoration: underline">Use Silent Post for Data Transfer</span>, please set as the following:
64
- <ul style="list-style:lower-roman;padding:0 2em;">
65
- <li><span style="text-decoration: underline">Use Silent Post</span>: select <strong>YES</strong></li>
66
- <li>
67
- Enter the following for <span style="text-decoration: underline">Silent Post URL</span>:<br />
68
- <a href="<?php echo $this->getFrontendUrl('paypal/payflow/silentPost') ?>" onclick="return false;">
69
- <?php echo $this->getFrontendUrl('paypal/payflow/silentPost') ?>
70
- </a>
71
- </li>
72
- <li>
73
- Enter the following for <span style="text-decoration: underline">Return URL when Silent Post fails</span>:<br />
74
- <a href="<?php echo $this->getFrontendUrl('paypal/payflow/returnUrl') ?>" onclick="return false;">
75
- <?php echo $this->getFrontendUrl('paypal/payflow/returnUrl') ?>
76
- </a>
77
- </li>
78
- </ul>
79
- </li>
80
- <li>
81
- Under <span style="text-decoration: underline">Security Options</span>, please set as the following:
82
- <ul style="list-style:lower-roman;padding:0 2em;">
83
- <li><span style="text-decoration: underline">AVS</span>: Select <strong>NO</strong></li>
84
- <li><span style="text-decoration: underline">CSC</span>: Select <strong>NO</strong></li>
85
- <li><span style="text-decoration: underline">Enable Secure Token</span>: select <strong>YES</strong></li>
86
- </ul>
87
- </li>
88
- </ul>
89
- </li>
90
- </ul>
91
- </div>
92
- <div style="border: 1px solid black;margin:2em;">
93
- <ul style="list-style:none;padding:0 2em;">
94
- <li>
95
- <strong style="text-transform: capitalize"><?php echo $this->__('2. customize') ?></strong> Please set the following required values in the Customize section of your Hosted Checkout Page settings:
96
- <ul style="list-style:lower-latin;padding:0 2em;">
97
- <li>
98
- Select <span style="text-decoration: underline">Layout C</span>
99
- </li>
100
- </li>
101
- </ul>
102
- </div>
103
  </div>
29
  * @see Mage_Paypal_Block_Adminhtml_System_Config_Payflowlink_Info
30
  */
31
  ?>
32
+ <div class="payflow-settings-notice">
33
+ <strong class="important-label"><?php echo $this->__('Important: ') ?></strong>
34
+ <?php echo $this->__('To use PayPal Payflow Link, you must configure your PayPal Payflow Link account on the PayPal website.'); ?>
35
+ <?php echo $this->__('Once you log into your PayPal Payflow Link account, navigate to the Service Settings - Hosted Checkout Pages - Set Up menu and set the options described below') ?>
36
+ <ul class="options-list">
37
+ <li><strong>AVS:</strong> No</li>
38
+ <li><strong>CSC:</strong> No</li>
39
+ <li><strong>Enable Secure Token:</strong> Yes</li>
40
+ </ul>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  </div>
app/design/adminhtml/default/default/template/system/config/edit.phtml CHANGED
@@ -49,5 +49,295 @@
49
  <?php echo $this->getChildHtml('form') ?>
50
  </form>
51
  <script type="text/javascript">
 
52
  var configForm = new varienForm('config_edit_form');
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
  </script>
49
  <?php echo $this->getChildHtml('form') ?>
50
  </form>
51
  <script type="text/javascript">
52
+ //<![CDATA[
53
  var configForm = new varienForm('config_edit_form');
54
+ configForm.validator.options.onFormValidate = function(result, form) {
55
+ if (result) {
56
+ $$('.requires').each(function(element) {
57
+ var scopeElement = adminSystemConfig.getScopeElement(element);
58
+ if (!scopeElement || !scopeElement.checked) {
59
+ $(element).disabled = false;
60
+ }
61
+ });
62
+ }
63
+ };
64
+
65
+ var adminSystemConfig = {
66
+ getUp: function (element, tag) {
67
+ var $element = $(element);
68
+ if (typeof $element.upTag == 'undefined') {
69
+ $element.upTag = {};
70
+ }
71
+ if (typeof $element.upTag[tag] == 'undefined') {
72
+ $element.upTag[tag] = $($element.up(tag));
73
+ }
74
+ return $element.upTag[tag];
75
+ },
76
+ getUpTd: function (element) {
77
+ return this.getUp(element, 'td');
78
+ },
79
+ getUpTr: function (element) {
80
+ return this.getUp(element, 'tr');
81
+ },
82
+ getScopeElement: function(element) {
83
+ var $element = $(element);
84
+ if (typeof $element.scopeElement == 'undefined') {
85
+ var scopeElementName = element.getAttribute('name').replace(/\[value\]$/, '[inherit]');
86
+ $element.scopeElement = this.getUpTr(element).select('input[name="' + scopeElementName + '"]')[0];
87
+ if (typeof $element.scopeElement == 'undefined') {
88
+ $element.scopeElement = false;
89
+ }
90
+ }
91
+ return $element.scopeElement;
92
+ },
93
+ getDeleteElement: function(element) {
94
+ var $element = $(element);
95
+ if (typeof $element.deleteElement == 'undefined') {
96
+ $element.deleteElement = this.getUpTd(element)
97
+ .select('input[name="'+ element.getAttribute('name') + '[delete]"]')[0];
98
+ if (typeof $element.deleteElement == 'undefined') {
99
+ $element.deleteElement = false;
100
+ }
101
+ }
102
+ return $element.deleteElement;
103
+ },
104
+ mapClasses: function(element, full, callback, classPrefix) {
105
+ if (typeof classPrefix == 'undefined') {
106
+ classPrefix = 'shared'
107
+ }
108
+ element.classNames().each(function(className) {
109
+ if (className.indexOf(classPrefix + '-') == 0
110
+ || (full && className.indexOf(classPrefix + '_') == 0)
111
+ ) {
112
+ callback(className);
113
+ }
114
+ });
115
+ },
116
+ getRegisteredEvents: function(element) {
117
+ var events = [];
118
+ var registry = Element.retrieve($(element), 'prototype_event_registry');
119
+ if (!registry) {
120
+ return events;
121
+ }
122
+ registry.each(function(pair) {
123
+ var eventName = pair.key;
124
+ if (!eventName) {
125
+ return;
126
+ }
127
+ var responders = registry.get(eventName);
128
+ if (!responders) {
129
+ return;
130
+ }
131
+ responders.each(function(responder) {
132
+ if (!responder.handler) {
133
+ return;
134
+ }
135
+ events.push({
136
+ 'eventName': eventName,
137
+ 'handler': responder.handler
138
+ });
139
+ });
140
+ });
141
+ return events;
142
+ },
143
+ onchangeSharedElement: function(event) {
144
+ var element = $(Event.element(event));
145
+ adminSystemConfig.mapClasses(element, true, function(className) {
146
+ $$('.' + className).each(function(el) {
147
+ if (element == el) {
148
+ return;
149
+ }
150
+
151
+ var tagName = el.tagName.toLowerCase();
152
+ if (tagName == 'input' && el.getAttribute('type') == 'file') {
153
+ var $el = $(el);
154
+ var events = adminSystemConfig.getRegisteredEvents(el);
155
+ $el.stopObserving('change');
156
+ var elId = $el.id;
157
+ $el.replace($el.outerHTML);
158
+ events.each(function(event) {
159
+ Event.observe($(elId), event.eventName, event.handler);
160
+ });
161
+ } else {
162
+ el.stopObserving('change', adminSystemConfig.onchangeSharedElement);
163
+ if (tagName == 'input' && el.getAttribute('type') == 'checkbox') {
164
+ if (el.checked != element.checked) {
165
+ $(el).click();
166
+ }
167
+ } else if (tagName == 'select') {
168
+ var $el = $(el);
169
+ $(element).select('option').each(function(option) {
170
+ var relatedOption = $el.select('option[value="' + option.value + '"]')[0];
171
+ if (typeof relatedOption != 'undefined') {
172
+ relatedOption.selected = option.selected;
173
+ }
174
+ });
175
+ } else {
176
+ el.value = element.getValue();
177
+ }
178
+ if ($(el).requiresObj) {
179
+ $(el).requiresObj.indicateEnabled();
180
+ }
181
+ fireEvent(el, 'change');
182
+ Event.observe(el, 'change', adminSystemConfig.onchangeSharedElement);
183
+ }
184
+ });
185
+ });
186
+ },
187
+ checkRequired: function(element, callback) {
188
+ var tagName = this.tagName.toLowerCase();
189
+ if (tagName != 'fieldset') {
190
+ if (adminSystemConfig.getUpTr(this).visible()) {
191
+
192
+ if (this.hasClassName('not-required')) {
193
+ return;
194
+ }
195
+
196
+ var typeAttr = null;
197
+ if (tagName == 'input') {
198
+ typeAttr = this.getAttribute('type').toLowerCase();
199
+ }
200
+ var valueIsEmpty = false;
201
+ var scopeElement = adminSystemConfig.getScopeElement(this);
202
+ if (!scopeElement || !scopeElement.checked) {
203
+ if (typeAttr == 'file') {
204
+ var deleteUploadedElement = adminSystemConfig.getDeleteElement(this);
205
+ valueIsEmpty = !deleteUploadedElement && this.value == ''
206
+ || deleteUploadedElement && deleteUploadedElement.checked;
207
+ }
208
+ valueIsEmpty = valueIsEmpty
209
+ || (typeAttr == 'text' || typeAttr == 'password') && this.value == ''
210
+ || (tagName == 'select') && (this.getAttribute('multiple') != null)
211
+ && this.getValue().length == 0
212
+ || (tagName == 'select') && (this.getAttribute('multiple') == null)
213
+ && this.getValue() == null;
214
+ }
215
+
216
+ if (valueIsEmpty) {
217
+ if (element.value != 0) {
218
+ element.value = 0;
219
+ fireEvent(element, 'change');
220
+ }
221
+ element.disable();
222
+ }
223
+ }
224
+ } else {
225
+ this.select('input,select').each(function(inputElement) {
226
+ adminSystemConfig.checkRequired.call($(inputElement), element, callback);
227
+ });
228
+ }
229
+ callback(this);
230
+ }
231
+ };
232
+
233
+ $$('.shared').each(function(element){
234
+ Event.observe(element, 'change', adminSystemConfig.onchangeSharedElement);
235
+
236
+ // scope should be shared together with the field
237
+ var scopeElement = adminSystemConfig.getScopeElement(element);
238
+ if (scopeElement) {
239
+ adminSystemConfig.mapClasses(element, false, function(className) {
240
+ scopeElement.addClassName('shared_scope-' + className.substr(7));
241
+ });
242
+ Event.observe(scopeElement, 'change', adminSystemConfig.onchangeSharedElement);
243
+ }
244
+
245
+ // file fields should share deletion
246
+ if (element.tagName.toLowerCase() == 'input' && element.getAttribute('type') == 'file') {
247
+ var deleteUploadedElement = adminSystemConfig.getDeleteElement(element);
248
+ if (deleteUploadedElement) {
249
+ adminSystemConfig.mapClasses(element, false, function(className) {
250
+ deleteUploadedElement.addClassName('shared_delete-' + className.substr(7));
251
+ });
252
+ Event.observe(deleteUploadedElement, 'change', adminSystemConfig.onchangeSharedElement);
253
+ }
254
+ }
255
+
256
+ // process situation, when control is complex
257
+ adminSystemConfig.mapClasses(element, true, function(className) {
258
+ var controls = adminSystemConfig.getUpTd(element).select('.' + className);
259
+ if (controls.length < 2) {
260
+ return;
261
+ }
262
+
263
+ var counter = 0;
264
+ controls.each(function(controlElement) {
265
+ controlElement.removeClassName(className);
266
+ controlElement.addClassName('shared_' + counter + className.substr(6));
267
+ counter++;
268
+ });
269
+ });
270
+ });
271
+
272
+ $$('.requires').each(function(element) {
273
+ var eventObj = {
274
+ 'element': $(element),
275
+ 'requires': [],
276
+ 'callback': function(required) {},
277
+ checkRequirements: function() {
278
+ var scopeElement = adminSystemConfig.getScopeElement(eventObj.element);
279
+ if (!scopeElement || !scopeElement.checked) {
280
+ eventObj.element.enable();
281
+ eventObj.requires.each(function(required) {
282
+ adminSystemConfig.checkRequired.call($(required), eventObj.element, eventObj.callback);
283
+ }.bind(this));
284
+ }
285
+ },
286
+ keydownCheckRequirements: function() {
287
+ window.setTimeout(eventObj.checkRequirements, 1);
288
+ },
289
+ bindCheckingObserver: function(element) {
290
+ if (element.tagName.toLowerCase() == 'fieldset') {
291
+ $(element).select('input,select').each(function(subElement) {
292
+ eventObj.bindCheckingObserver(subElement);
293
+ })
294
+ } else {
295
+ var scopeElement = adminSystemConfig.getScopeElement(element);
296
+ if (scopeElement) {
297
+ Event.observe(scopeElement, 'click', eventObj.checkRequirements);
298
+ }
299
+ Event.observe(element, 'change', eventObj.checkRequirements);
300
+ Event.observe(element, 'keydown', eventObj.keydownCheckRequirements);
301
+ }
302
+ },
303
+ indicateEnabled: function() {
304
+ var labelElement = adminSystemConfig.getUpTr(eventObj.element).select('td.label label')[0];
305
+ if (typeof labelElement != 'undefined') {
306
+ if (eventObj.element.value == 1) {
307
+ labelElement.addClassName('enabled');
308
+ } else {
309
+ labelElement.removeClassName('enabled');
310
+ }
311
+ }
312
+ }
313
+ };
314
+
315
+ // fill eventObj with required elements
316
+ adminSystemConfig.mapClasses(element, false, function(className) {
317
+ var requiredElement = $(className.substr(9));
318
+ if (typeof requiredElement != 'undefined') {
319
+ eventObj.requires.push(requiredElement);
320
+ }
321
+ }, 'requires');
322
+ $(element).requiresObj = eventObj;
323
+
324
+ // replacing "Use Default" action with checking requirements
325
+ var scopeElement = adminSystemConfig.getScopeElement(element);
326
+ if (scopeElement) {
327
+ Event.stopObserving(scopeElement, 'click');
328
+ Event.observe(scopeElement, 'click', function(event) {
329
+ toggleValueElements(scopeElement, Element.previous(scopeElement.parentNode));
330
+ eventObj.checkRequirements();
331
+ });
332
+ }
333
+
334
+ // binding events
335
+ eventObj.requires.each(function(required) {
336
+ eventObj.bindCheckingObserver(required);
337
+ });
338
+ Event.observe(eventObj.element, 'change', eventObj.indicateEnabled);
339
+ eventObj.checkRequirements();
340
+ eventObj.indicateEnabled();
341
+ });
342
+ //]]>
343
  </script>
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Interface_Adminhtml_Default</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>Default interface for Adminhtml</summary>
10
  <description>Default interface for Adminhtml</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:33</time>
15
- <contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="admin.xml" hash="0a820b9bcd195b60fd688b68b3b02467"/><file name="adminnotification.xml" hash="f83b3e6324405b52026d03a2ac8d1b2c"/><file name="api2.xml" hash="ab7506f228c71270d80ef81cebb85765"/><file name="authorizenet.xml" hash="9a53dd3c2b0e7add73a9525027f10acb"/><file name="bundle.xml" hash="69c494389bcd62210374e9293b6dc37a"/><file name="captcha.xml" hash="8f9e230604cb2555c6e5ac6bd3612a3c"/><file name="catalog.xml" hash="9b791d35c4fea555b82889bc1c3defb6"/><file name="cms.xml" hash="0228247c07fd981cd67ce5abf18e3deb"/><file name="connect.xml" hash="031dec6f16b56bffa8461ae0ed55b6d4"/><file name="currencysymbol.xml" hash="1e36cf794b5774203439623da316f90f"/><file name="customer.xml" hash="9ceb87d4f91bcc0c02cfaec709ce2995"/><file name="dataflow.xml" hash="24d25de0691d392feb7beeb604e4cfd9"/><file name="downloadable.xml" hash="2522207692a3bdabc3f548910fe83ee1"/><file name="giftmessage.xml" hash="6ef96abfdaf4ad60f6e1bec98a58aebc"/><file name="importexport.xml" hash="90833e5f738675aec4d5e3912a243339"/><file name="index.xml" hash="17f46ca66bebbe3e027240811c2f0533"/><file name="main.xml" hash="e029c0cc5407255880d1fbaaefe2067e"/><file name="newsletter.xml" hash="34404ef78e6ce939f5c7d823aadb8e2b"/><file name="oauth.xml" hash="d40d03bbb41900ab4a9ef881fbb5f0e5"/><file name="pagecache.xml" hash="924be8bc6ce31fa997df5484248cf0c7"/><file name="promo.xml" hash="6d49882295e59d21cc1642be6eec4a13"/><file name="report.xml" hash="ca02d867bae3beaf871f1ee22d626611"/><file name="rss.xml" hash="3a6888f2ee09ae9dd5877f3978ed72aa"/><file name="sales.xml" hash="11f2a7d98845da4dddca432542bdb81d"/><file name="search.xml" hash="a9f97613e387d0571149abf350984fae"/><file name="tag.xml" hash="626f5548865c1b373741348fbf2349a8"/><file name="widget.xml" hash="61480133c53084da2922b7b4d5770523"/></dir><dir name="locale"><dir name="en_US"><file name="translate.csv" hash="735c9ec66d1309f1206294f075fdcdd1"/></dir></dir><dir name="template"><file name="access_denied.phtml" hash="d5bed07c639925ce1752c0e10ae61b5f"/><dir name="api"><file name="role_users_grid_js.phtml" hash="0677fa6b0ace755cdef890009d6c020e"/><file name="roleinfo.phtml" hash="347ac7931cc9bb626b3cb6491d836b12"/><file name="roles.phtml" hash="44f40cb9fdfb7aba5d67c658e279d4f0"/><file name="rolesedit.phtml" hash="f97d0729b2e9b0286032f7013463a6cf"/><file name="rolesusers.phtml" hash="0057260be86964b6d8d4abf58662037a"/><file name="user_roles_grid_js.phtml" hash="3a4ad375a54503d8b2846887f05816bf"/><file name="userinfo.phtml" hash="b666c1eae5c25a7fc65791626e958b27"/><file name="usernroles.phtml" hash="766c1de65b8c8f360ddaa5006e900515"/><file name="userroles.phtml" hash="fe9a9103b4570408de2d98f5a36efcc0"/><file name="users.phtml" hash="5d0d989d2e17c90f70c894518e4f8dfa"/></dir><dir name="api2"><dir name="attribute"><file name="buttons.phtml" hash="a9406c3f569b76ce3dcca2dcf818ce2a"/><file name="resource.phtml" hash="b4c4751a5378869468f491c9260662de"/></dir><dir name="permissions"><dir name="user"><dir name="edit"><dir name="tab"><dir name="roles"><file name="js.phtml" hash="d34637f08384c657e114e3d527e3c5fa"/></dir></dir></dir></dir></dir><dir name="role"><file name="buttons.phtml" hash="c0625ce68ef097c318defcf9aba821e9"/><file name="users_grid_js.phtml" hash="4bc24097d9136c9ef3c3ebd61cdab171"/></dir></dir><dir name="authorizenet"><dir name="directpost"><file name="iframe.phtml" hash="1660f94427e0a84e9bd70d9a192b4f6f"/><file name="info.phtml" hash="d5cfbe6943450fe814e5a53a8b69c167"/></dir></dir><dir name="backup"><file name="dialogs.phtml" hash="fc0361f93157b9d6da56419ee5bf8a9f"/><file name="left.phtml" hash="594faf73b9ba3651dd20a9f213ef20a7"/><file name="list.phtml" hash="21e8afbb06c01ad4d04a0dc1d44faf9f"/></dir><dir name="bundle"><dir name="product"><dir name="composite"><dir name="fieldset"><dir name="options"><file name="bundle.phtml" hash="e7ccb93edb02772496753ca94bece601"/><dir name="type"><file name="checkbox.phtml" hash="a552c8f58151dabe4aada5f9cb582494"/><file name="multi.phtml" hash="bdc1494d93d81e91c797649b683c9a9e"/><file name="radio.phtml" hash="797143bc2e589bb3b02ed57e41be49c2"/><file name="select.phtml" hash="b08d9b888cfda630ddd66286c9f64553"/></dir></dir></dir></dir><dir name="edit"><dir name="bundle"><dir name="option"><file name="search.phtml" hash="6caaf5fb27929c966116f4676917767a"/><file name="selection.phtml" hash="f352d08b55e7c3ff081d37e0d58e224a"/></dir><file name="option.phtml" hash="3d5d0b1da7bd296da288326a390fc10d"/></dir><file name="bundle.phtml" hash="3122d30572240cb05c08bb48b992d2f1"/></dir></dir><dir name="sales"><dir name="creditmemo"><dir name="create"><dir name="items"><file name="renderer.phtml" hash="69168e5075f291e3522391ddf9b12a38"/></dir></dir><dir name="view"><dir name="items"><file name="renderer.phtml" hash="367333900903f41395729d481c54eb0e"/></dir></dir></dir><dir name="invoice"><dir name="create"><dir name="items"><file name="renderer.phtml" hash="514e22c107f96b9f400c606c5cfa9252"/></dir></dir><dir name="view"><dir name="items"><file name="renderer.phtml" hash="8cdf3a06b48d1776cc2b6d123bdffa45"/></dir></dir></dir><dir name="order"><dir name="view"><dir name="items"><file name="renderer.phtml" hash="89b7910756224761f92a192cd7b25d54"/></dir></dir></dir><dir name="shipment"><dir name="create"><dir name="items"><file name="renderer.phtml" hash="b00ddb86e00ceed946755816c7f297db"/></dir></dir><dir name="view"><dir name="items"><file name="renderer.phtml" hash="e18be4aa499943bf2dea1ddc575b8448"/></dir></dir></dir></dir></dir><dir name="captcha"><file name="zend.phtml" hash="51eb9f8f5c33a5f95256c78681178a99"/></dir><dir name="catalog"><dir name="category"><dir name="checkboxes"><file name="tree.phtml" hash="8fd43d32bac6a7ad5e134112c5af7d25"/></dir><dir name="edit"><file name="form.phtml" hash="ab6786ed00edb5604303d63c59d317df"/></dir><file name="edit.phtml" hash="2a85d97c5f2f4f3233ab7e4c99fb823d"/><file name="tree.phtml" hash="e7dc28e978ab8dadfb31c52ba28dab94"/><dir name="widget"><file name="tree.phtml" hash="2567c4563f81a2db03a1c0766efdd973"/></dir></dir><dir name="form"><dir name="renderer"><dir name="fieldset"><file name="element.phtml" hash="8ed4b3b49dfa3b8a784581e6763e7829"/></dir></dir></dir><dir name="product"><dir name="attribute"><file name="js.phtml" hash="8e53f650ffc0a71a677a4de3fa9a3ea7"/><dir name="new"><file name="created.phtml" hash="032fe9b0bfb57a1c7e465fd96e64b8e9"/></dir><file name="options.phtml" hash="f23721bb3c8a47039214c8644038b97c"/><dir name="set"><dir name="main"><dir name="tree"><file name="attribute.phtml" hash="a5ebaf99c0417845717f6f200e6f7767"/><file name="group.phtml" hash="af4fc3c80e66930f2d6b712e96d82251"/></dir></dir><file name="main.phtml" hash="444c0255a5b36711451c231062129184"/><dir name="toolbar"><file name="add.phtml" hash="4de818587cb032864e0f09a4b6f32a40"/><file name="main.phtml" hash="9272b5e3ea4f69f2962b99489ec80bf8"/></dir></dir></dir><dir name="composite"><file name="configure.phtml" hash="d0c97530631a41774da5d0c59e3cdbda"/><dir name="fieldset"><file name="configurable.phtml" hash="fc0f59af53f80affbbf70836698d49bc"/><file name="grouped.phtml" hash="34381e935e64c6012516f06bd24c13e0"/><dir name="options"><file name="js.phtml" hash="78a20bf4f8e3d370e311c7a4f4f82254"/><dir name="type"><file name="date.phtml" hash="e20257bbb3a9a8b46590258a9445e4d9"/><file name="default.phtml" hash="361f4f1544704c729ed458f1b0c98fad"/><file name="file.phtml" hash="48e6ff4cde3646cde70b95838464795b"/><file name="select.phtml" hash="7c722ba3d91435d09aab9a906823b0d2"/><file name="text.phtml" hash="a8d94ed13494ff1c6ed9e69693446da5"/></dir></dir><file name="options.phtml" hash="def632897318e7b6f32e4044ba296e82"/><file name="qty.phtml" hash="4684f0f736d2fdc60533eb569462701f"/></dir></dir><file name="created.phtml" hash="f84a3d8a0519862514f3d946448a4c2d"/><dir name="edit"><dir name="action"><file name="attribute.phtml" hash="061de8d0557544bf3cebcead73fda1ab"/><file name="inventory.phtml" hash="97ed49d69e46a6a1b57f4ea4c0ad5f3e"/><file name="websites.phtml" hash="5974c3c8353d0dbbd19bf5adcb3d3d34"/></dir><file name="categories.phtml" hash="923d4b19ca764d1e691e3353c6b6457b"/><dir name="options"><file name="option.phtml" hash="3e102a132c8d5349e88d4be2ecb12c0b"/><dir name="type"><file name="date.phtml" hash="28ecb8e0a74b8a2ab229197da1637a4d"/><file name="file.phtml" hash="3ce9fbbf9d098d45ff1be02b60dadbe1"/><file name="select.phtml" hash="5c8f9b19dc64f6d1398dfd97f2995716"/><file name="text.phtml" hash="2c2d0f04bdca46037687ffca4575dcf7"/></dir></dir><file name="options.phtml" hash="974e554598a69b3d5a77ee0c94b57c1f"/><dir name="price"><file name="group.phtml" hash="1f5cd0864a9fc4c83840507d4b28e2c1"/><file name="tier.phtml" hash="eed84e2b3ff0528b064eee66963001dc"/></dir><file name="serializer.phtml" hash="b12184c01e2c7faed564cfb8cb840aa9"/><dir name="super"><file name="config.phtml" hash="56dce619c18f5792144adbf13934297e"/></dir><file name="websites.phtml" hash="d4f2cf608c45852bf9858ac267570271"/></dir><file name="edit.phtml" hash="46312d31eb18c810935ff70a5c8c210c"/><dir name="helper"><file name="gallery.phtml" hash="621d559c5f10d29ae74f5cb1bd902613"/></dir><file name="js.phtml" hash="c5cad3bdb3bccbbb4661539d9a40ecea"/><file name="price.phtml" hash="095b3fdc27421ab377d158628d639f97"/><dir name="tab"><file name="alert.phtml" hash="3f5b114451fd992ffee8d21de8e8ede3"/><file name="inventory.phtml" hash="d23ee04d83f03c78285af89bcfaf733a"/></dir><dir name="widget"><dir name="chooser"><file name="container.phtml" hash="aa1f5d7f161aefa4366a8ac8b7b71f5b"/></dir></dir></dir><file name="product.phtml" hash="9e264075af4f545a8b5963b0f01d4228"/><dir name="wysiwyg"><file name="js.phtml" hash="d333dc811581cd314d687c6f46715376"/></dir></dir><dir name="cms"><dir name="browser"><dir name="content"><file name="files.phtml" hash="e3fdcc18ca6ea098bd2887cc5494b093"/><file name="newfolder.phtml" hash="77082fd65b7102793eeeeac521c57206"/><file name="uploader.phtml" hash="c2d0e71dd177ff70fced8c56b87ca7fd"/></dir><file name="content.phtml" hash="3f0fd227b44ec388568fd2dd0df0bb26"/><file name="js.phtml" hash="f6b52edab44101c37d51b9a85eff3a56"/><file name="tree.phtml" hash="cefe536095fd873b21008ccd61369481"/></dir><dir name="page"><dir name="edit"><dir name="form"><dir name="renderer"><file name="content.phtml" hash="e819bdcd6c207ab05be363d30cbc316b"/></dir></dir></dir></dir></dir><file name="coming.phtml" hash="d078d87fb1dee05dabd24dcb2ebc60e2"/><dir name="connect"><dir name="extension"><dir name="custom"><file name="authors.phtml" hash="01c2481e9ede0294a825c19e24aba73c"/><file name="contents.phtml" hash="f93365afcac856feec30f033ca404501"/><file name="depends.phtml" hash="8ceb032333278db3c061b48d38b8b921"/><file name="load.phtml" hash="12466c801bcc6523af05edd4c890041c"/><file name="package.phtml" hash="fadeaf6ce780d32a086262a6f219b2c9"/><file name="release.phtml" hash="58353d92898b849ae0199f0fa360e1db"/></dir></dir></dir><dir name="currencysymbol"><file name="grid.phtml" hash="cc3f1f992652b93fcf9118c9eb5ca3fb"/></dir><dir name="customer"><dir name="edit"><file name="js.phtml" hash="ff08ee06b16dc0d5902f360c2ffeb0f5"/><dir name="tab"><dir name="account"><dir name="form"><dir name="renderer"><file name="group.phtml" hash="2d5642e74067b823f9b19abfd8c3f6b3"/></dir></dir></dir><dir name="view"><dir name="grid"><file name="item.phtml" hash="e80ee11d249c01e6ba39fd899e879b92"/></dir></dir></dir></dir><file name="online.phtml" hash="333634c1a3230967c7fe8782dc7469b1"/><dir name="sales"><dir name="order"><dir name="create"><dir name="address"><dir name="form"><dir name="renderer"><file name="vat.phtml" hash="54d8011cce22fea7a0a0a1c8107feb3e"/></dir></dir></dir></dir></dir></dir><dir name="system"><dir name="config"><file name="validatevat.phtml" hash="a3688f9bd32179c65c12c1a5a817a3f5"/></dir></dir><dir name="tab"><file name="addresses.phtml" hash="f17e9d117b93b203c7f914cebc1309f4"/><file name="cart.phtml" hash="2a6de2ebfab4096c43cb5d9da39e3b29"/><file name="newsletter.phtml" hash="9a6d753f221c819bb3937852796b54d7"/><dir name="view"><file name="sales.phtml" hash="676336114f57be3b27045026e0135b61"/></dir><file name="view.phtml" hash="0f47888096f2a721a0699035b4a65e40"/><file name="wishlist.phtml" hash="52aa9d6e5ae46f49015fd8e635104455"/></dir></dir><dir name="dashboard"><dir name="graph"><file name="disabled.phtml" hash="2e44e550011e5fbc76cf6e4a140f67b0"/></dir><file name="graph.phtml" hash="aa0f4fc8d3267f40adef061629be4bb6"/><file name="grid.phtml" hash="21ad3429047d896e874f360c7ee2a969"/><file name="index.phtml" hash="0f83dc824549252c8bd909f0468f3157"/><file name="salebar.phtml" hash="f40ee3dde8210e2cbdd8a6c165d75c02"/><file name="searches.phtml" hash="7cc460a3a34e2cfcf17112fb5d259877"/><dir name="store"><file name="switcher.phtml" hash="604e401e899efccedac3f7db1d660670"/></dir><file name="totalbar.phtml" hash="946dc8ac9a0d2d561a47d1467d107337"/></dir><dir name="directory"><dir name="js"><file name="optional_zip_countries.phtml" hash="1347eb09dbe7605343fe4227627bc702"/></dir></dir><dir name="downloadable"><dir name="product"><dir name="composite"><dir name="fieldset"><file name="downloadable.phtml" hash="623b84e491e09ed2d88e7d9e3f8b0c04"/></dir></dir><dir name="edit"><dir name="downloadable"><file name="links.phtml" hash="623f86965fecbbbdf5e30c030c645171"/><file name="samples.phtml" hash="30079e87422b40873e1d7869d70b61c1"/></dir><file name="downloadable.phtml" hash="37f56cb0c25df2bdececa3bbff1a0aa3"/></dir></dir><dir name="sales"><dir name="items"><dir name="column"><dir name="downloadable"><dir name="creditmemo"><file name="name.phtml" hash="6429d95ac54961490c5c7ecd1ebd0b8a"/></dir><dir name="invoice"><file name="name.phtml" hash="69336f5ed5a993eb25edbea7aa65855b"/></dir><file name="name.phtml" hash="0f174cbf31ef56eef1d2d269fa378fc6"/></dir></dir></dir><dir name="order"><dir name="creditmemo"><dir name="create"><dir name="items"><dir name="renderer"><file name="downloadable.phtml" hash="0034362139fce4fc8b6a6d4cbd7d139f"/></dir></dir></dir><dir name="view"><dir name="items"><dir name="renderer"><file name="downloadable.phtml" hash="ca3eb309d20edcf7d910f6327b52fc88"/></dir></dir></dir></dir><dir name="invoice"><dir name="create"><dir name="items"><dir name="renderer"><file name="downloadable.phtml" hash="2baa50d39f8f429c2ae7f43a43caa696"/></dir></dir></dir><dir name="view"><dir name="items"><dir name="renderer"><file name="downloadable.phtml" hash="c613ce7b4cbc6e12dc02455325a0d91e"/></dir></dir></dir></dir><dir name="view"><dir name="items"><dir name="renderer"><file name="downloadable.phtml" hash="05ab31768964d2c6b57a5d7e8679ba68"/></dir></dir></dir></dir></dir></dir><dir name="eav"><dir name="attribute"><dir name="edit"><file name="js.phtml" hash="a5ebaf99c0417845717f6f200e6f7767"/></dir></dir></dir><dir name="email"><dir name="order"><file name="items.phtml" hash="9ad25014464e6aebfa5b2f1959ff1927"/></dir></dir><file name="empty.phtml" hash="89962e49cd326407e00f7fca6e46e532"/><file name="example.phtml" hash="10e6bdf1b32eadbed75d35538c53b9e3"/><file name="forgotpassword.phtml" hash="7aaaacd88dd9b4649878279bb193ea47"/><file name="formkey.phtml" hash="9ccc3d9276e40ce83eeaa828af04e34c"/><dir name="giftmessage"><file name="form.phtml" hash="8aaee3c7394c645ef9c4dac3aeb77710"/><file name="giftoptionsform.phtml" hash="be34a43e323685bf1b0d96b1ea5dad7f"/><file name="helper.phtml" hash="ebdf3748778f41043298cee718db6215"/><file name="popup.phtml" hash="1ea05c3d19c02710bb50ad7b1533ff44"/><dir name="sales"><dir name="order"><dir name="create"><file name="giftoptions.phtml" hash="21d7847833ec37e35264850706bb602b"/><file name="items.phtml" hash="6fa0683c2aad1732ab536ebb98bb2a98"/></dir><dir name="view"><file name="giftoptions.phtml" hash="21aea526aeeb96df475bf03c2f27cc94"/><file name="items.phtml" hash="1542a295638b2eed8101579b10ec8ad0"/></dir></dir></dir></dir><dir name="googlebase"><file name="captcha.phtml" hash="1689288632eacee602a3e0310a588260"/><file name="items.phtml" hash="4cc1fa6c2fb7ab2979b8372e932479e9"/><dir name="types"><dir name="edit"><file name="attributes.phtml" hash="70f5103d122290f6eeaa3e9258253b4e"/></dir></dir></dir><dir name="importexport"><file name="busy.phtml" hash="d889ef95ffa00988bfb45458da928ee0"/><dir name="export"><dir name="form"><file name="after.phtml" hash="d9f2306048470d7cb78b74db2cd48a16"/><file name="before.phtml" hash="4661c4964faebc528b86a11765197146"/></dir></dir><dir name="import"><dir name="form"><file name="after.phtml" hash="82f147959a1a63c97d7b8cfd5643a529"/><file name="before.phtml" hash="970bb388fff1aae7af2c3c5a537d6a54"/></dir><dir name="frame"><file name="result.phtml" hash="87f629974959d669e2e5c6cf05120aaf"/></dir></dir></dir><dir name="index"><file name="notifications.phtml" hash="65bf19314dc24ee3cdbb240699e17443"/></dir><file name="login.phtml" hash="dfbf940938db3d5e21ad6a6bb74d4f8d"/><dir name="media"><file name="editor.phtml" hash="f2b56802cc7b1c385660a4e20c770316"/><file name="uploader.phtml" hash="dcc8ccc057bda4ec8d0fbfbface4e685"/></dir><dir name="newsletter"><dir name="preview"><file name="iframeswitcher.phtml" hash="932c271a38143a9ac60e2293ae360aac"/><file name="store.phtml" hash="454c67705e72952c7f6cfa363423e8d2"/></dir><dir name="problem"><file name="list.phtml" hash="6c69041bce5164ec6778c674b4c235eb"/></dir><dir name="queue"><file name="edit.phtml" hash="ea83e9c0552eb8de8b20235c40321556"/><file name="list.phtml" hash="706cec4b5012d21bf72ac4589ea2f287"/><file name="preview.phtml" hash="ae8507b5f895e414d20402779232daa8"/></dir><dir name="subscriber"><file name="list.phtml" hash="0bdcd6f3b29cbe46bff90ccbd2314ba7"/></dir><dir name="template"><file name="edit.phtml" hash="498aba977208aa85a7ba7a94fcec0f9c"/><file name="list.phtml" hash="001f4deb1e3598f00b3b0ba89b00aa17"/><file name="preview.phtml" hash="ae8507b5f895e414d20402779232daa8"/></dir></dir><dir name="notification"><file name="baseurl.phtml" hash="a31f2ed7ac9d1c8792587bc571e50eb7"/><file name="security.phtml" hash="11ba6b5a1988370bd7c9537b628dbfc4"/><file name="survey.phtml" hash="24b7b3f22291ccdc64ceef293641f431"/><file name="toolbar.phtml" hash="482225a21c43eb20ffa34769393768d7"/><file name="window.phtml" hash="648a78b154635e67ef4ee04df70b146f"/></dir><dir name="oauth"><dir name="authorize"><file name="button-simple.phtml" hash="4408c7e5ef0a998907eff9c9bfcc8dc1"/><file name="button.phtml" hash="bd18ded242ce7531fa1c51646a77dc67"/><file name="confirm-simple.phtml" hash="4994f7b397454c4d7e77878597e5c2fa"/><file name="confirm.phtml" hash="745c0afc24d36453dd3a72692fd2451e"/><dir name="form"><file name="login-simple.phtml" hash="1afef3849eb7461b350097445da55e73"/><file name="login.phtml" hash="62fc200c6cd1441b3e3e90bd4c4d6885"/></dir><file name="head-simple.phtml" hash="8ec0542528c505758b84cad4bcbd5460"/><file name="reject-simple.phtml" hash="4c3e945c7c53ca57b7cd5acbddbe43eb"/><file name="reject.phtml" hash="7ed19f54de6397473d46405e79dc35f9"/></dir></dir><file name="overlay_popup.phtml" hash="94e2b20c69e388247f7593e13e4cc627"/><dir name="page"><file name="footer.phtml" hash="e27a0f0cab4706f140bcc5a66a12bcef"/><file name="head.phtml" hash="5d95792ce437b953557e60e41cff7122"/><file name="header.phtml" hash="e0ea5a8491018ee7ae48760670f2c739"/><dir name="js"><file name="calendar.phtml" hash="f4ac59e22f1041a49a8d1b0ecdbfa268"/><file name="translate.phtml" hash="e079775ae056baa793a9f705fac78f1c"/></dir><file name="menu.phtml" hash="40e19614eb664d68bb7ed9f4634edafe"/><file name="notices.phtml" hash="833664b09febf71bde620e0223d25e88"/></dir><file name="page.phtml" hash="4e507a52e94165a139ec846cb92331e7"/><dir name="pagecache"><dir name="cache"><file name="additional.phtml" hash="d609fc18fcd2084d47dd0f6dab290e58"/></dir></dir><dir name="paygate"><dir name="form"><file name="cc.phtml" hash="de602713ce6e3d010bf57c298022e245"/></dir><dir name="info"><file name="cc.phtml" hash="64b46aed2145f3afae9bbd7e26cf21ec"/><file name="pdf.phtml" hash="f519477e82b9a8f6cfbc8ba95e5cdd97"/></dir></dir><dir name="payment"><dir name="form"><file name="cc.phtml" hash="13da9e4d3678d782c6fc756fa2d2fcb3"/><file name="ccsave.phtml" hash="7f2cba5617bd2fc695b62079fdb0336e"/><file name="checkmo.phtml" hash="47e90ffed92e77326f090cab712d92d6"/><file name="purchaseorder.phtml" hash="c68cbea2a94851ca0be2f74e412c4cc4"/></dir><dir name="info"><file name="banktransfer.phtml" hash="263e93d5122dd68c6c59ebc6d172b07c"/><file name="checkmo.phtml" hash="b3b0600f842a41affdbd9c7ad36ad8c5"/><file name="default.phtml" hash="c991fa5f7aaa9531b7db1119bc35dda6"/><dir name="pdf"><file name="checkmo.phtml" hash="8aa671b417391746258446d660aaa634"/><file name="default.phtml" hash="66197f7bf5de4c608bed49b05e6cf517"/><file name="purchaseorder.phtml" hash="fca55f1de42a12a1fd4b195eb5624a2e"/></dir><file name="purchaseorder.phtml" hash="d5002176f401d45b40494e428a478e95"/></dir></dir><dir name="paypal"><dir name="system"><dir name="config"><file name="api_wizard.phtml" hash="7849a9083b412aecd3345104603257b4"/><dir name="fieldset"><file name="global.phtml" hash="7e896362a7afddcd76f019eecab0d56d"/><file name="hint.phtml" hash="fcd99c13e66c66a68740650d9c426bbb"/><file name="store.phtml" hash="f05eed8334cc4d25b3f767e330763cf4"/></dir><dir name="payflowlink"><file name="advanced.phtml" hash="06c5e8c1cbed2c4d5363c66a1d54beca"/><file name="info.phtml" hash="21ebcfce996a9ddedb446573b099a79e"/></dir></dir></dir></dir><dir name="permissions"><file name="role_users_grid_js.phtml" hash="f4cb17fefcca73b09a5f2ae39234f34d"/><file name="roleinfo.phtml" hash="5f2de370b2280607d0b15de16977a149"/><file name="roles.phtml" hash="44f40cb9fdfb7aba5d67c658e279d4f0"/><file name="rolesedit.phtml" hash="ec6b58db148871d221f8441222ab28ec"/><file name="rolesusers.phtml" hash="0057260be86964b6d8d4abf58662037a"/><file name="user_roles_grid_js.phtml" hash="9267240bc35a6f42f6ade61b5575b137"/><file name="userinfo.phtml" hash="b666c1eae5c25a7fc65791626e958b27"/><file name="usernroles.phtml" hash="766c1de65b8c8f360ddaa5006e900515"/><file name="userroles.phtml" hash="fe9a9103b4570408de2d98f5a36efcc0"/><file name="users.phtml" hash="5d0d989d2e17c90f70c894518e4f8dfa"/></dir><dir name="poll"><dir name="answers"><file name="list.phtml" hash="fa2195f0a5900c9ac8719507fdd752d8"/></dir></dir><file name="popup.phtml" hash="211a30735ddde8da665b221e0b923531"/><dir name="promo"><file name="fieldset.phtml" hash="27ed97b021dc2c86f9e5d76a0129446a"/><file name="form.phtml" hash="f35f78df885c20e04c668208a61ed456"/><file name="js.phtml" hash="6b707435a723964017e086367406d2d3"/><file name="salesrulejs.phtml" hash="f7e845e237a2f350bceda095161cb9cb"/></dir><dir name="rating"><file name="detailed.phtml" hash="9e1905b87ea7f65602d791dca4081f9c"/><file name="options.phtml" hash="26f9a556171fadae7a9f00dda42373c7"/><dir name="stars"><file name="detailed.phtml" hash="664a285b0bd9aeeacf7fe0e0cce77e64"/><file name="summary.phtml" hash="ad43244178466728fa9548abcfb330f3"/></dir></dir><dir name="report"><dir name="grid"><file name="container.phtml" hash="949003640a4e77dd1eb112fe7b36f29c"/></dir><file name="grid.phtml" hash="e2796d41842f8eb16e3cf95e65c565bb"/><dir name="refresh"><file name="statistics.phtml" hash="754c977a85944e84b58c6d5994a9e5c8"/></dir><dir name="store"><dir name="switcher"><file name="enhanced.phtml" hash="1b270e0e315aa297e35001e886311c8d"/></dir><file name="switcher.phtml" hash="a344572f8deb1108a889d2109e795e9b"/></dir><file name="wishlist.phtml" hash="11e49d3f6d8cd55f9d10848fd7a620bc"/></dir><file name="resetforgottenpassword.phtml" hash="179bfd294427de2afddf26e43ba3419f"/><dir name="review"><file name="add.phtml" hash="28cdc93c1dd6a5bf0391c8c5d4ef2957"/></dir><dir name="sales"><dir name="billing"><dir name="agreement"><file name="form.phtml" hash="b878b61f3e089aa935b294e29af9edcd"/><dir name="view"><file name="form.phtml" hash="76166e5edbfde42110a6eebeb998bb95"/><dir name="tab"><file name="info.phtml" hash="b98b73404e409b752c129512b54edd33"/></dir></dir></dir></dir><dir name="items"><dir name="column"><file name="name.phtml" hash="881307bef1a1d1a5161c790a09e985b5"/><file name="qty.phtml" hash="f5698a5ffbcc7c2f3a3129750ff26baf"/></dir><dir name="renderer"><file name="default.phtml" hash="2228548ddc8331fc366f8cf93b27ccb3"/></dir></dir><dir name="order"><dir name="address"><file name="form.phtml" hash="888398a314a13309f90780b3ac502e51"/></dir><dir name="comments"><file name="view.phtml" hash="9bbc1ee3d1a89650e53275b81999cbfc"/></dir><dir name="create"><file name="abstract.phtml" hash="68732b0fb6af4ee5b9d8bdb8e5e54083"/><dir name="billing"><dir name="method"><file name="form.phtml" hash="c3b50d4216181bd740a617946028c12a"/></dir></dir><file name="comment.phtml" hash="aa98eee21361a42cf7a4e7c13aa82f05"/><dir name="coupons"><file name="form.phtml" hash="d35cff4b9fa305964864c66139d01073"/></dir><file name="data.phtml" hash="e44deeceb9d881a816802f98988a6c66"/><dir name="form"><file name="account.phtml" hash="55322f65447a7c460e0c68e0572811d4"/><file name="address.phtml" hash="70460bbdaf72001eecbf971b3cb0fc2b"/></dir><file name="form.phtml" hash="fbccffd74638e36da5ad6ec67fb4a9d1"/><file name="giftmessage.phtml" hash="9954c5026a9d98d38d99b5d58df1f2fa"/><dir name="items"><file name="grid.phtml" hash="bc845d30d5052e19edd305cd83eb05d0"/></dir><file name="items.phtml" hash="66b2e2c6687a66f97d555889319654c5"/><file name="js.phtml" hash="1e68583847553bd7024c7ca78f14d927"/><dir name="newsletter"><file name="form.phtml" hash="0a46fe2fc7ab1313cf7870e21a2039e0"/></dir><dir name="shipping"><dir name="method"><file name="form.phtml" hash="3140a17f15733b16a7096439f76a919e"/></dir></dir><dir name="sidebar"><file name="items.phtml" hash="b031937c6d99776db67cddb56422d87b"/></dir><file name="sidebar.phtml" hash="02b4f31daee4d9885dbe2e3d158d490b"/><dir name="store"><file name="select.phtml" hash="285b00cfabf41439f641d0fa392a2b38"/></dir><dir name="totals"><file name="default.phtml" hash="f95af8298a5137ddac83c8793d5542fb"/><file name="grandtotal.phtml" hash="c1a909e10d5c92d1196df218d37b8c87"/><file name="shipping.phtml" hash="92cd39d62f5ae4a063cf97d4dc753934"/><file name="subtotal.phtml" hash="d6e60ee65fc17c5d6b7935a3fe50f3a3"/><file name="tax.phtml" hash="afe0528ff24d6d823d258325c20e6d95"/></dir><file name="totals.phtml" hash="3ad14c9d582754f2d030429aabdb975f"/></dir><dir name="creditmemo"><dir name="create"><file name="form.phtml" hash="e198ebd0df0a3777c5cd3735bb22cf6c"/><dir name="items"><dir name="renderer"><file name="configurable.phtml" hash="53ff4a22d7da03e8f93ab96f54631ed8"/><file name="default.phtml" hash="886dbe061d47eda60842acdac1d2a51c"/></dir></dir><file name="items.phtml" hash="0a17b4a9c4d3d5eafc427a1e7dbd8f19"/><dir name="totals"><file name="adjustments.phtml" hash="7b871074443bb95aa1ad4ecc09f67ef8"/></dir></dir><dir name="view"><file name="form.phtml" hash="d7def8e12598df1388df8cfdd6056808"/><dir name="items"><dir name="renderer"><file name="configurable.phtml" hash="9268abf07eccbc4c8ff6f6ac29baceaf"/><file name="default.phtml" hash="fdcfbc08c55ac3907762dfd99b463be9"/></dir></dir><file name="items.phtml" hash="44cca32887f1a512ff3580cbe3b2558e"/></dir></dir><file name="giftoptions.phtml" hash="a204623685fd75f317cb2b0c0d03d8e7"/><dir name="invoice"><dir name="create"><file name="form.phtml" hash="bd8ec3705a73dfdcae17ea4cc196a519"/><dir name="items"><dir name="renderer"><file name="configurable.phtml" hash="b378bc865e41ee004b7ad23ded56dc5e"/><file name="default.phtml" hash="6960b8be452717e313c3f31d25389f17"/></dir></dir><file name="items.phtml" hash="05bd310d437d3746e0fcd5eb5742ffdf"/><file name="tracking.phtml" hash="b47e0f141eadc894742b70dcf1915076"/></dir><dir name="view"><file name="form.phtml" hash="79b57e670ac29bd80e84c992a41da161"/><dir name="items"><dir name="renderer"><file name="configurable.phtml" hash="00834aae48514b7e0038b463287a3780"/><file name="default.phtml" hash="34dfb8e55594390a85a89d2def116f9b"/></dir></dir><file name="items.phtml" hash="e57eefe1ea4e4bc8e65ad9dff46bc75d"/></dir></dir><dir name="shipment"><dir name="create"><file name="form.phtml" hash="a6d0535095626de53b18450a36873312"/><dir name="items"><dir name="renderer"><file name="configurable.phtml" hash="c3498b4a4ae8ad2f44dafe26be31e548"/><file name="default.phtml" hash="a582b6a05afd4868c1c57752e5469422"/></dir></dir><file name="items.phtml" hash="ba49080c515343a236b8cfafe87ccbf6"/><file name="tracking.phtml" hash="6cc43307a9abfe50fda3bdecc170ee2b"/></dir><dir name="packaging"><file name="grid.phtml" hash="a4634fdad65fde020295279530d53294"/><file name="packed.phtml" hash="a186c42cd32fb065bb8cdf71a6f3c228"/><file name="popup.phtml" hash="893fce5b77c4421e3fd0b8454e13e1ea"/></dir><dir name="tracking"><file name="info.phtml" hash="586668333e8fcd02204b76c15081a678"/></dir><dir name="view"><file name="form.phtml" hash="2f68ed8e4aa300b77fef8284b7a962c6"/><dir name="items"><dir name="renderer"><file name="configurable.phtml" hash="4280ebbe6d25e68a809ec9338036d1a6"/><file name="default.phtml" hash="725e3882fcc9bb2d186ecc8a36f35fdc"/></dir></dir><file name="items.phtml" hash="3be33b7df573c611d943ffad331f44e1"/><file name="tracking.phtml" hash="61a618cf6f643ede113a12fcc716b5d4"/></dir></dir><file name="totalbar.phtml" hash="f9c0a66ae2c811738ad6eee80cd34778"/><dir name="totals"><file name="discount.phtml" hash="d66c6b1c50b4acd5b0ade1e64db98698"/><file name="due.phtml" hash="e700390511e9b00143c5931f732e2e67"/><file name="footer.phtml" hash="74b04a32f272ec944ae4aca4569827c1"/><file name="grand.phtml" hash="5af9d979c637d673c2f09e622a5dd20e"/><file name="item.phtml" hash="8df8f1c58deef31089988e88f1abfdd3"/><file name="main.phtml" hash="788a5912bea56f8c3f6057d1f5fd2736"/><file name="paid.phtml" hash="4266d7aaa5d70406b4d7e7bc13fdb574"/><file name="refunded.phtml" hash="7c4a61420a7971cc6df7fa3465d79d3f"/><file name="shipping.phtml" hash="e38cc3640f3723bb12914bfae0185a33"/><file name="subtotal.phtml" hash="79c4b8b9b1d72c788a778f6754d10d8c"/><file name="tax.phtml" hash="b378dc484acf822fdcdd55ba4c08721f"/></dir><file name="totals.phtml" hash="2aefa78e027dca5a2f1b032f591276b6"/><dir name="view"><file name="form.phtml" hash="e1f793cf6b9486976fd17a3193c6c8eb"/><file name="giftmessage.phtml" hash="df0626bf189981656a538693adc0ddd4"/><file name="history.phtml" hash="fed6caf7fb8d74e2dec086bf4a841421"/><file name="info.phtml" hash="ac00c9fa45c61bb179d1af94418d3cde"/><dir name="items"><dir name="renderer"><file name="default.phtml" hash="1d52a5f3ee87ed1c881bc259f17ed105"/></dir></dir><file name="items.phtml" hash="737645b913a1392fdee6cd10ab7e4c7c"/><dir name="tab"><file name="history.phtml" hash="b007a7f7b1fd87fe274b5ee894bc7085"/><file name="info.phtml" hash="6e9e4b56693e03e99d46cc62bc4663ad"/></dir><file name="tracking.phtml" hash="a1ea607e6938366979e9bf51af9fd9a5"/></dir></dir><dir name="payment"><dir name="form"><dir name="billing"><file name="agreement.phtml" hash="a3ae56e69f1130046feaa26b68fdaa66"/></dir></dir></dir><dir name="recurring"><dir name="profile"><dir name="view"><file name="info.phtml" hash="bf59472f613b30959145d5a4fc2f2055"/></dir><file name="view.phtml" hash="2ec1123d4f0a732767a24bedb9c67eb4"/></dir></dir><dir name="transactions"><file name="detail.phtml" hash="e9aef1d19eefca108731af2394a64c52"/></dir></dir><dir name="store"><dir name="switcher"><file name="enhanced.phtml" hash="b7ee01017565412c69cf27b7941c9283"/><dir name="form"><dir name="renderer"><dir name="fieldset"><file name="element.phtml" hash="bc70979cb82252e88162f342fc385b90"/></dir><file name="fieldset.phtml" hash="587640c09359d302448000c267f00c39"/></dir></dir></dir><file name="switcher.phtml" hash="57b0c1f999664a1b59d41bd7324c887a"/></dir><dir name="system"><file name="autocomplete.phtml" hash="c6b77c56d1f68eaf7cc2062c3ef50262"/><dir name="cache"><file name="additional.phtml" hash="f20c96feeac8687f624ea59c1b9cdc1c"/><file name="edit.phtml" hash="6f336781a355ca1f02bf3191fb34ea60"/><file name="notifications.phtml" hash="57bb85775f48d8a15a1e8095d1de4346"/></dir><dir name="config"><file name="edit.phtml" hash="55a48098d0509224d5d97980e02543d5"/><dir name="form"><dir name="field"><file name="array.phtml" hash="55785c479306d2a817f004f09581f2f6"/></dir></dir><file name="js.phtml" hash="a3f08cfab54587de1af2324426a62e00"/><file name="switcher.phtml" hash="29be1b9f27c3e6d4ce996f033a0919eb"/><dir name="system"><dir name="storage"><dir name="media"><file name="synchronize.phtml" hash="21e5ed17aeff7c41bbf91729e273c96d"/></dir></dir></dir><file name="tabs.phtml" hash="e02a1750e75999e4c30c22c62a86919a"/></dir><dir name="convert"><dir name="profile"><file name="process.phtml" hash="2027dc969ceeb5244b9941e2f7188d25"/><file name="run.phtml" hash="8314278f7c72dd49f72bd1d23260f360"/><file name="upload.phtml" hash="0376f43508fe8248beade715e50b6380"/><file name="wizard.phtml" hash="99bc610bff250c52882a6bcce7326898"/></dir></dir><dir name="currency"><dir name="rate"><file name="matrix.phtml" hash="f22ef74e19360f9c734757fa8cb302bb"/><file name="services.phtml" hash="9847a573bf4ae7573b1b117b5e054472"/></dir><file name="rates.phtml" hash="6ce061fa22e053319ecd8fd441d505d9"/></dir><dir name="design"><file name="edit.phtml" hash="6cbc6bedb2cb8b83c945f78b4e38c421"/><file name="index.phtml" hash="57c30650e2dd93cb29773efb3c4a9dc1"/></dir><dir name="email"><dir name="template"><file name="edit.phtml" hash="dd551e820e2f3aacd838e972549a110a"/><file name="list.phtml" hash="0d51d69f410ccb623225c54973156ff9"/><file name="preview.phtml" hash="57bfb853fcbfadfac43dca2cf7b814ea"/></dir></dir><file name="info.phtml" hash="f528b6d7eabf061865a212024a51348e"/><dir name="shipping"><file name="applicable_country.phtml" hash="67fc9abf4bc7aecbc0bdc551bb687de8"/><file name="ups.phtml" hash="5f59adf3768a2342fd9d8d12623fea38"/></dir><dir name="variable"><file name="js.phtml" hash="cfd6353ef018f34527e349f1d15bc78b"/></dir></dir><dir name="tag"><dir name="edit"><file name="container.phtml" hash="cf9d138f0d108c21bf24cb447d71151e"/></dir><file name="index.phtml" hash="8ee7a37d2c937629f853c8e1df7e5fbf"/></dir><dir name="tax"><dir name="class"><dir name="page"><file name="edit.phtml" hash="f88bfccd01b8aaaab46a917527fe3d27"/></dir></dir><file name="importExport.phtml" hash="4d38f0bbce2f5619a8537f222e892631"/><dir name="rate"><file name="form.phtml" hash="c56be3eec42fcd4f47dc388e8d3484ab"/><file name="title.phtml" hash="6ca23e32838ad31b32071543fee82821"/></dir><dir name="toolbar"><dir name="class"><file name="add.phtml" hash="51894cb7186b80095a8c973ccf21da5c"/><file name="save.phtml" hash="54af0998433b4fa521f65be11e9c3871"/></dir><dir name="rate"><file name="add.phtml" hash="347929d575484c24cac216c07fe7caac"/><file name="save.phtml" hash="d59d04830f862891b6d68a0e7bac4c01"/></dir><dir name="rule"><file name="add.phtml" hash="1fe26ed1d323556e0453652a463381de"/><file name="save.phtml" hash="178b8fe11bc0d73d3606649372e6f053"/></dir></dir></dir><dir name="urlrewrite"><file name="categories.phtml" hash="5d823dd7a8c9f6a1e89a1018dc10f092"/><file name="edit.phtml" hash="593d5df3d0b798cdebb300e01627f816"/><file name="selector.phtml" hash="117d36df145429cca4f60c99957ca647"/></dir><dir name="usa"><dir name="dhl"><file name="unitofmeasure.phtml" hash="5bb5d7e8382adeb325031b916721a3cb"/></dir></dir><dir name="weee"><dir name="renderer"><file name="tax.phtml" hash="7b0526557d64d459d9b7a949c7b95490"/></dir></dir><dir name="widget"><file name="accordion.phtml" hash="48553fb10937c141d417225d56ad94a3"/><file name="breadcrumbs.phtml" hash="57edf19ce7999e9eae91dd92d3638e5c"/><dir name="form"><file name="container.phtml" hash="7e7e8c1ee8e03e7ed9869c09e25a5a0a"/><dir name="element"><file name="gallery.phtml" hash="9da2bd780a35b86ef66ee787223fc1a8"/></dir><file name="element.phtml" hash="6b358e48f756e5e55451a9d00a452936"/><dir name="renderer"><file name="element.phtml" hash="925c9b11fe2183088e4e4145a9cef7a8"/><dir name="fieldset"><file name="element.phtml" hash="4edd4cad53ae4aaee43bdf44ae6aca96"/></dir><file name="fieldset.phtml" hash="012a27d9b938e558aba19b2e36c1f9c2"/></dir></dir><file name="form.phtml" hash="c7e2e7085c21cf12be835b56ac05d005"/><dir name="grid"><file name="container.phtml" hash="318ff0e096840cfcc66c7bdec0a4dcc9"/><file name="massaction.phtml" hash="3aeaaa2894c173cfc15705ab747ac2b6"/><file name="serializer.phtml" hash="7a2305c5de079aded175830bc0075afc"/></dir><file name="grid.phtml" hash="4a4380543347bd6f63c96a70ca83b822"/><dir name="instance"><dir name="edit"><file name="layout.phtml" hash="33f7187f307c32a2444cfe7091bf402c"/></dir><file name="js.phtml" hash="3022c3ee5b9d7224bbfbca7d5e697553"/></dir><file name="tabs.phtml" hash="90a072b56582b35ea11f560d4fbd0edc"/><file name="tabshoriz.phtml" hash="876a21e3cc5121c8608bc6948248c683"/><file name="tabsleft.phtml" hash="636b477b649c28aa48c4f55bddd0045a"/><dir name="view"><file name="container.phtml" hash="5388d51591b9b3034dd2fb9d4a52b0ac"/></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><file name="below_ie7.css" hash="b2bf3a91f389f2ea7912765a814ce10f"/><file name="boxes.css" hash="1cbeca223c2e15dcaf500caa5d05b4ed"/><file name="custom.css" hash="30ed634c4e5d7521cf9961c880c3cba4"/><file name="favicon.ico" hash="88733ee53676a47fc354a61c32516e82"/><file name="ie7.css" hash="15db0c436a5438265a91b2c1e4ac4626"/><file name="iestyles.css" hash="f76a77ec3d1127522642b69d28a86154"/><dir name="images"><file name="accordion_close.gif" hash="875409122fc82f5f6705e20dd801fd3d"/><file name="accordion_close.png" hash="6213698b5f69bb2907a5c7bb94b5fe8d"/><file name="accordion_open.gif" hash="d9d50e220b0b676094c6134a9708194e"/><file name="accordion_open.png" hash="9fbc3aba23ce5e0465e4d1cf3f6a7aee"/><file name="add_btn_icon-disabled.gif" hash="c8f6a5cfb455ef121efb56a747821f82"/><file name="add_btn_icon.gif" hash="7300097305b577ee564dc49102822d16"/><file name="address_list_li.gif" hash="79b917b514e35ce0a7833a5e268fd9f7"/><file name="address_list_on_arrow.gif" hash="3a2884ddcc87ebd48883662530b9de1b"/><file name="address_list_over_arrow.gif" hash="e826883c71b1184bd4f29433e39c18ad"/><file name="address_list_over_bg.gif" hash="56291480cc89de9d817205a5f23b66dd"/><file name="ajax-loader-tr.gif" hash="1ae32bc8232ff2527c627e5b38eb319a"/><file name="ajax-loader.gif" hash="e2a38f1e23288e315af3c55416bc1ce7"/><file name="application_view_tile.gif" hash="f595a133bf466cb91be23d9686fe6281"/><file name="arrow_sort_move.gif" hash="f5ac151a2b0cb1f07d6e771b8aee0ea7"/><file name="bg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bg_create_order_totals.gif" hash="ff6ab75c050b959c539cc6a6fdff2934"/><file name="bg_notifications.gif" hash="a365594725a83585d989f722b3d8c458"/><file name="bg_window_mask.png" hash="93d6efad062d24c94c105802b138b6a5"/><file name="bkg_btn-close.gif" hash="df3f2332f0bad01e031deb22b81f630c"/><file name="bkg_btn-close2.gif" hash="822457d78fb3c21dc12e9777d83eb4f1"/><file name="blank.gif" hash="5722d7bd0f1e1379d0a2005a0a9ea401"/><file name="box_bg.gif" hash="4c501bd6db9d361c18780f106a809b03"/><file name="breadcrumb_bg.gif" hash="72c4adf6c75b4640ca8f7cadffa42266"/><file name="btn_add-image_icon.gif" hash="1d42210fd29fc534d9ed6b41e811d40f"/><file name="btn_add-variable_icon.gif" hash="a2db02e318d107d5b57b444c8d80b8f8"/><file name="btn_add-widget_icon.gif" hash="b4f66ca7f6097fbafd672e0b3f076ef4"/><file name="btn_add-widget_icon2.gif" hash="467acd3a14fb8be37191f5d2ec5a5b13"/><file name="btn_back_bg.gif" hash="8be512788b8044fe31aa8d00cc16ba7b"/><file name="btn_bare_bg.gif" hash="ddbbab8c0d201c3e502d50e7d4a3d64b"/><file name="btn_bg-disabled.gif" hash="079971a9d2c385fe353d35716ec9f26b"/><file name="btn_bg.gif" hash="37c51a4d48a92da9648dcd3ca011039f"/><file name="btn_bg.png" hash="6e3b7003381f919e8f6533444afaa978"/><file name="btn_cancel_bg.gif" hash="fcb3506858fcfa8d1778b0683dc89f54"/><file name="btn_delete_bg.gif" hash="ad740d0c16f2f6603c8ef023004d6539"/><file name="btn_go.gif" hash="1bd787868713767cc205e2ee25e41f62"/><file name="btn_gr_bg.gif" hash="6cc324b79a512150fee24fb3517d22cb"/><file name="btn_gr_on.gif" hash="820c134df02f7bc12efa5a9ac3b4d3dd"/><file name="btn_gr_over.gif" hash="d4c8b807d64c1f493d17c6c9d2bab69a"/><file name="btn_loading-icon.gif" hash="45f500105be432a12c78fed2b4592cf9"/><file name="btn_login.gif" hash="79fa32d49d3f4e39d3fbf8327f9229e1"/><file name="btn_on_bg.gif" hash="709cf5b0be137db1ef8427688503bf37"/><file name="btn_over_bg.gif" hash="f91641168454c03d1fa72731ec97a2b3"/><file name="btn_show-hide_icon.gif" hash="0238c509b33ba56c25df9513bb48f804"/><file name="btn_task_bg.gif" hash="5e0594bd9cbfcc1e32ffa918d7f9c812"/><file name="button-close.png" hash="04d0907b2d7fc3240693497b199f64f5"/><file name="cancel_btn_active_bg.gif" hash="91ce403d286eef2b4e0c13733875882f"/><file name="cancel_btn_bg.gif" hash="26749cf4949ac27c30f597434d3bde65"/><file name="cancel_btn_icon.gif" hash="97e0cd94ed31d6f2a1181f627e60e9a3"/><file name="cancel_btn_over_bg.gif" hash="45eb4e883b17375961672f5390387c31"/><file name="cancel_icon.gif" hash="70a23b78353f0a7b9b118a937fcb7ea9"/><file name="config_tab_dt_bg.gif" hash="a33f71077ca4078caa794cae01d9fca7"/><file name="dashboard-close.gif" hash="5ae5afd61e937fcd2d5b84641255ee4d"/><file name="db-graph-bg.gif" hash="5d76efb7c3244f5684df2566782124ea"/><file name="db-graph-bottom-bg.gif" hash="b58ced87a38a10891106329ae882aa1c"/><file name="db-graph-line-bg.gif" hash="f16bb08e040c2c0a3e23b3f35c54b79b"/><file name="db-graph-line2-bg.gif" hash="744ebfdba20d050f4d252afc216394be"/><file name="db-graph-x-bg.png" hash="d5c26510718a78d22083916d80ef7a22"/><file name="db-header-bg.png" hash="3976cb6351e167686a501a85cf3a68e9"/><file name="db-menu-bg-hov.gif" hash="34ea76a6d105d90fcb63bf105aadb8f7"/><file name="db-menu-bg-up.gif" hash="b0f754872dff5f2f0dc57ba193fdfa4c"/><file name="db-menu-bg.gif" hash="ea534c3c09bb309e566b6ae876655e13"/><file name="db-menu-sep-last.gif" hash="a01fe34854e1187e466fd58d462c4106"/><file name="db-menu-sep.gif" hash="7c5ae1cd59a189261cc3244358d5c1ad"/><file name="db-menu-start.gif" hash="aa5cac2194d937cc7fa904ccfce70ecc"/><file name="db-scroll-bg.gif" hash="06d2411e3b5f350ab21b625439d2d69d"/><file name="db-scroll-but-bot-roll.png" hash="6bc5e482f3f6d8fb1fc5014ddea43706"/><file name="db-scroll-but-bot.png" hash="25c0181e76ff8ceb3c0ec59071b8c72c"/><file name="db-scroll-but-top-roll.png" hash="b7961f2a3b5b641694a9b0b30d58e46b"/><file name="db-scroll-but-top.png" hash="de7df96e961596be9ff556924259b98b"/><file name="db-scroll-roller.png" hash="e01dde7bd096c52179acf29a425a29e5"/><file name="db-tab-bottom-left-bg.gif" hash="124388d44ac58b029377c6311a4782d5"/><file name="db-tab-bottom-mid-bg.gif" hash="9c48f33aa8907cfcb227bc779c2e1dce"/><file name="db-tab-bottom-right-bg.gif" hash="1db45e6fd8abc67d59f96a676607b412"/><file name="db-tab-footer.gif" hash="cac8928acba75bc1edd73186ced78e5c"/><file name="db-tab-header-sep.gif" hash="580312af7441b6a62f7e32081c40fb0f"/><file name="db-tab-header.gif" hash="fdf493b9477fcff7e7be98405effc33d"/><file name="db-tab-left.gif" hash="3fe3c55267dbbdd1db2ff959ccc9e0be"/><file name="db-tab-right.gif" hash="b7a32c8b03efe2fbdb63215d0446e3be"/><file name="dotted_divider_dark.gif" hash="8bf1de196d9ea048bfb25155cedd2e9e"/><file name="dotted_divider_light.gif" hash="92e562bf2070110f6b0a15e29b845445"/><file name="edit_icon.gif" hash="dbda31751c78d964c04394e9d8533187"/><file name="entry_edit_head_arrow_down.gif" hash="985c3ce4439fbf8bb2216fc7e73a3f0b"/><file name="entry_edit_head_arrow_down2.gif" hash="d68dd0fbc2819858a26ea2835c05df77"/><file name="entry_edit_head_arrow_up.gif" hash="d2b90a1823fff9f3917f19b427410144"/><file name="entry_edit_head_bg.gif" hash="1086b7196e8b33c4f46e49fecef0f35f"/><file name="error-msg.png" hash="3cd27b642416dacdc28907c89d934886"/><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="fam_account.gif" hash="c910fd1ff41b940d71b0835e02fc143e"/><file name="fam_application_form_delete.png" hash="972c2d998fc19572dd64af6b5e2e898e"/><file name="fam_application_view_tile.gif" hash="f595a133bf466cb91be23d9686fe6281"/><file name="fam_asterisk_orange.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="fam_bin.gif" hash="2fb388bc9f1d32d3802db8e91dc238bc"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="fam_bullet_disk.gif" hash="9fe82691d960c18d3d315c3f9164af4f"/><file name="fam_bullet_error.gif" hash="008802f44288b732b59cfe9fdbfecefe"/><file name="fam_bullet_success.gif" hash="465a056a3ba3d94367f51c3c0b751391"/><file name="fam_calendar.gif" hash="0614207ce4e3e0a9bd631b39e7692e3c"/><file name="fam_cart.gif" hash="1f2fd2c8ac6574488ea78302b6856191"/><file name="fam_comment.gif" hash="5138f9a4b6019a5b14b8ff9a32a3cb89"/><file name="fam_creditcards.gif" hash="b75b8ce2f4fceb58f8082c48344560c7"/><file name="fam_folder_database.gif" hash="e86175ff0f389ade1fc7bf15e03346eb"/><file name="fam_folder_palette.gif" hash="c0941b9145e06d53cc0d17ac4c151764"/><file name="fam_folder_table.gif" hash="e2914ba75944acd2a9e2d338fa339e16"/><file name="fam_group.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="fam_help.gif" hash="2b5ed4c13a8e24456207b757826c7b2c"/><file name="fam_house.gif" hash="8eb2d580c5a40b7974f4263ca64fb94a"/><file name="fam_layout.gif" hash="5366a5f02260d3a860ef0c4787282ad6"/><file name="fam_leaf.png" hash="078d4f24683331b4557356a59e67b125"/><file name="fam_link.gif" hash="78590d5d8375d1baabe7b66d7b9ceb7d"/><file name="fam_lorry.gif" hash="174e86e45e76e7008fa3510cefa85047"/><file name="fam_money.gif" hash="6996bad465222fb6487cab94b4607846"/><file name="fam_money_add.gif" hash="70ceed401fe9913305f2362f7e26225d"/><file name="fam_monitor.gif" hash="f3bc806ff9d0907320b03018ba2d00ea"/><file name="fam_newspaper.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="fam_newspaper_delete.gif" hash="41acabfc19102be92d3ccbc66d1fede3"/><file name="fam_newspaper_error.gif" hash="009bfa425298e1d2e44e38e58cd97938"/><file name="fam_newspaper_go.gif" hash="eb43105f8e13e3a752d7ca33bb086831"/><file name="fam_package.gif" hash="bf9be09ef64d006455baa211b7c03983"/><file name="fam_package_go.gif" hash="e4f8d380c2f8e5a7345e360293433764"/><file name="fam_page_white.gif" hash="26940eb67826c5af72b6048c7c5a8335"/><file name="fam_page_white_edit.gif" hash="a4f88300b74ad592a5c47ed54ff07af9"/><file name="fam_rainbow.gif" hash="e8b04cc945b3582a181d4ddbc2d2325f"/><file name="fam_refresh.gif" hash="01bbef614023c0890812e76bc7ecf7e0"/><file name="fam_server_database.gif" hash="7901fa06ffd68ed730cf43bb560756fd"/><file name="fam_status_online.gif" hash="a80019ffa3a573f709772ed1099343fc"/><file name="fam_tag_orange.gif" hash="6ce735a0e590bda040b6e1614c42e58a"/><file name="fam_user.gif" hash="63bbdd6d9d7a27591907a7b87898e259"/><file name="fam_user_comment.gif" hash="014dfd31d9af40e3d5960b2b0d900da3"/><file name="fam_user_edit.gif" hash="f5b36e803060c6b82e639a4fad57b9f7"/><file name="filter_row_bg.gif" hash="013a0929a7b2ddc6823bdda17d08acc0"/><file name="footer_bg.gif" hash="7724711d3ca07a5e46a6030e86743a71"/><file name="gift-message-collapse.gif" hash="5b710f5faa9c7352a39c10e3ebbee6fc"/><file name="gift-message-expand.gif" hash="fd53a70cbb1ea048754657a63787e9cb"/><file name="gift-message-grid-column-bg.gif" hash="97a8a9b8cc4ab68e7404ccf1320f50a6"/><file name="grid-cal.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="grid_sort_asc.gif" hash="b78c3a1a27ac9672a31b7d1bbac60322"/><file name="grid_sort_desc.gif" hash="d958b946eba3dba863d724530a0dba1a"/><file name="grid_th_bg.gif" hash="8f4349fac728858374e17edf03390977"/><file name="grid_th_onclick_bg.gif" hash="7bf331e2a41e5331c4210bdc6adc4383"/><file name="grouped_to_order_icon.png" hash="4bdae9a6199655027b8b8aeee8f80ce4"/><file name="header_bg.gif" hash="cbe510856afa5cb0c32642c1f9a8eceb"/><file name="header_top_bg.gif" hash="8440b04c5cb6b1451bb886bfbef260a5"/><file name="horiz_tabs_ul_bg.gif" hash="58dbd9c45f76993346c2bb788896248e"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_question-mark.png" hash="23201b7ac207eebd9be0776ea44098a4"/><file name="ico_success.gif" hash="0afb20898a704a106cb4c598868abf32"/><file name="icon_btn_add.gif" hash="7300097305b577ee564dc49102822d16"/><file name="icon_btn_back.gif" hash="89ed97cede3f68241446a62c96e3ce4c"/><file name="icon_btn_delete.gif" hash="dbde0b76d36cfd624bf0de166d0a265e"/><file name="icon_btn_save.gif" hash="f5da95ac65efff5f5cf9c8830202764d"/><file name="icon_edit_address.gif" hash="d1ca2bb3a5c86afd379f25d9fc4352e3"/><file name="icon_export.gif" hash="9a13f20c6a17b41b9c357545c2da5636"/><file name="icon_export.png" hash="fb299dd13df666516eabe16f59193383"/><file name="icon_feed.gif" hash="0366583ed6e285d028442fcdebb05072"/><file name="icon_feed.png" hash="8537f6f88fcff4aac793247143d14e42"/><file name="icon_note_list.gif" hash="8d25ba225ca09b687a78bff510df5d10"/><file name="icon_remove_address.gif" hash="2de2b3d02c19adfb93e9e43a392db178"/><file name="login_box_bg.gif" hash="e4654826eaa8d5ebc0ab18e9bee71e1d"/><file name="login_box_bg.jpg" hash="404e37f4ee9f4ff9bfcb638741c7581d"/><file name="login_box_bg_auth.jpg" hash="d90a81db1064ec37b0cc92436725c24b"/><file name="login_box_bottom.jpg" hash="038f15261e74bc381484f2fcfa45a73b"/><file name="login_box_legal_bg.gif" hash="528ac4dd480c4fc00ac808bf17394c05"/><file name="login_logo.gif" hash="9cc90e7aa1210883000fe5319862ce14"/><file name="logo-large.gif" hash="5c77654c424b0a35cc24d28df5166dc4"/><file name="logo.gif" hash="c7e9f290d965f707e4c4a61bfdab58cb"/><file name="massaction_bg.gif" hash="8b5f4db3ab3ea09cd5bd0164d67c4f0d"/><file name="massaction_button_bg.gif" hash="4c8262817e48d007237124ce0e7f4d18"/><file name="massaction_links_delimiter.gif" hash="9a0337183b5b67c0eed75993d7f14d10"/><file name="middle_bg.gif" hash="ba4f176d2c553201ebab4aba5c6d3d20"/><file name="more_arrow.gif" hash="38bb4c0e9270250151486d0bb36c476f"/><file name="nav1_active.gif" hash="a7f9ec7689a65c6b796f0d9b97582d01"/><file name="nav1_bg.gif" hash="a1d4ef5b590ce0a425dc04e45ed06cbe"/><file name="nav1_off.gif" hash="5286cbd5ac9ec1b6c027d5b48a74bdab"/><file name="nav1_on.gif" hash="a7f9ec7689a65c6b796f0d9b97582d01"/><file name="nav1_over.gif" hash="2c70d6175f1c965c27dda0598a67e63c"/><file name="nav1_sep.gif" hash="5286cbd5ac9ec1b6c027d5b48a74bdab"/><file name="nav2_last_li_bg.png" hash="279935c9799679fc5894337eaabc7cf0"/><file name="nav2_last_li_over_bg.png" hash="39536f00824293d11242888a76f40a5f"/><file name="nav2_li_bg.gif" hash="0a4f34b0e4436c519d31203f19503b83"/><file name="nav2_li_bg.png" hash="2fad219d162324e9a19f2745d5b6d562"/><file name="nav2_li_over_bg.png" hash="dc37c4a4aab40ea2ae44dea5ea133a9d"/><file name="nav2_link_bg.gif" hash="dce00ddad351e72e83bc87274cbaa54a"/><file name="nav2_parent_arrow.gif" hash="60e012a14a077bd2257343facc369c0c"/><file name="nav3_bg.png" hash="2bc7af80ad8886013da38401b63ab6df"/><file name="nav_bg.gif" hash="1b857c7d35f35ef9f6cae9e03a4e3dff"/><file name="nav_list_bg.gif" hash="7a4e2bdb887c12d8a1152bbcc8c02a3c"/><file name="nav_nest_link_bg.gif" hash="1d0c6b374bf02ac4b5aa012955c431de"/><file name="nav_nest_link_over_bg.gif" hash="fae3c579a4d432503b1f4f929d070609"/><file name="nav_on_bg.gif" hash="ac624b580cae5a76f6c92abc5a44191d"/><file name="nav_parent_arrow.gif" hash="3a95559263e569dc1c8065cb2d9b3f2c"/><file name="note_bg.gif" hash="105967d7c15ab4610726eea52d862a97"/><file name="note_cell_bg.gif" hash="71e656d42f8ba8c2d477c6866c499b71"/><file name="note_msg_icon.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="notice-msg.png" hash="9cd1dfebccec8a2123d543fa49b17bd7"/><file name="pager_arrow_left.gif" hash="6e44f608dac8eb8be1d1ebee5a3285aa"/><file name="pager_arrow_left_off.gif" hash="30f5e56195ab3546b36f4016db5254be"/><file name="pager_arrow_right.gif" hash="cc79526156b7e0c8abce61fad3d53f77"/><file name="pager_arrow_right_off.gif" hash="f01b7dad9acf0180b5c62edbd7ea9939"/><file name="paypal_logo.gif" hash="871e205a64292121f4c893373acfb581"/><file name="paypal_section.png" hash="d032551b47e48dced277c4fa344ac7f6"/><file name="paypal_tick.gif" hash="e8685c1fb7c4c106ae4fd24e9bbf5a27"/><dir name="placeholder"><file name="thumbnail.jpg" hash="5c73b5aa515b1719f7b398f5131f91a8"/></dir><file name="process_spinner.gif" hash="345b30b4d0b6088d0151ecfbdf48c036"/><file name="product_rating_blank_star.gif" hash="5e20a299c0ff16168be38b6dde580eda"/><file name="product_rating_full_star.gif" hash="dd5aae332178d928a7f49dea7691b5f6"/><file name="reload.png" hash="84cc4883f78ef850814ea9b53989b2a7"/><file name="rule-ajax-loader.gif" hash="32dc1f5901143d36fbd7a6df3950819f"/><file name="rule_chooser_trigger.gif" hash="9c498e789c3ce734f5301c2475e2a04c"/><file name="rule_component_add.gif" hash="7914e57701ca26f5c8bf23c6bc3e1f25"/><file name="rule_component_apply.gif" hash="3f9b9025551da6963a9ecf8d184a204a"/><file name="rule_component_remove.gif" hash="4d785bcecfbe716fa4d749d20738a8f0"/><file name="save_btn_icon.gif" hash="f5da95ac65efff5f5cf9c8830202764d"/><file name="sec_nav_bg.gif" hash="99c6741591cdb2a2a128668a1d32d668"/><file name="section_menu_bg.gif" hash="f9edd44c92743a0c9ae9535a7992d6b1"/><file name="section_menu_bottom.gif" hash="167d2ef46ff80158c807b4b916501b28"/><file name="section_menu_link_bg.gif" hash="bcabd4fea0d67b181f21779564c2284b"/><file name="section_menu_link_over_bg.gif" hash="7da7e56567633aab279cf3aec6f49d8d"/><file name="section_menu_over_span_bg.gif" hash="f5ea5292f15ed62b99f0f51d9fff2c66"/><file name="section_menu_span_bg.gif" hash="dbf3916358e794ee809b4cf33903af2c"/><file name="section_menu_ul_bg.gif" hash="3aea6e5452f548438ca34e17954a9d6b"/><file name="side_col_bg.gif" hash="b3691fd62663457af39eaf71dd8cda5a"/><file name="simple_container_bg.gif" hash="56f1ac91169eb4896b8c91384fc8bf15"/><file name="sort-arrow-down.gif" hash="fc2cd9f756ce510c4470478d720f81cd"/><file name="sort-arrow-down.png" hash="dc65160d9d4d6cdd6bfe1b397a931975"/><file name="sort-arrow-up.gif" hash="39026b0ff1f0c18091caa60384491163"/><file name="sort-arrow-up.png" hash="da54e5306bdce67551aa415f5d7f7ea7"/><file name="sort_heading_bg.gif" hash="6066d09f237f556b0a4770e4788e7598"/><file name="sort_on_bg.gif" hash="0cb36788ed4fbf19e657acbc75a3f1b8"/><file name="sort_row_bg.gif" hash="f2e1c5cb26b9f5211419b99d30745244"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="sub_button_bg.gif" hash="e3f66dd60510f9f7e937e2e55442c30a"/><file name="success-msg.png" hash="c64cb2acc3d0eeba48fdea83620913ed"/><file name="success_msg_icon.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="tabs_link_bg.gif" hash="34447929f5e6591ba9b5795b983fdfd4"/><file name="tabs_link_over_bg.gif" hash="2cf3f56884096055fb0bdf9474f280c9"/><file name="tabs_span_bg.gif" hash="bcabd4fea0d67b181f21779564c2284b"/><file name="tag_blue_edit.gif" hash="b2163ac3baf7d822b48593342846645a"/><file name="tn_cancel_bg.gif" hash="fcb3506858fcfa8d1778b0683dc89f54"/><file name="tooltip_bg.gif" hash="0aa4b866fc067a75f27ab749c1dabf74"/><file name="tooltip_corner.gif" hash="71146534671d5e0751505640b7c59859"/><file name="tooltip_top.gif" hash="032ff52a6ff5714cbdf6c1f62abaf7e5"/><dir name="tree_icons"><file name="join.gif" hash="4d5d614e0da056df815a4306d6368692"/><file name="joinbottom.gif" hash="4b3daa7f2cc584f1aac0d142275d7cba"/><file name="line.gif" hash="63ab38a6203262f15ca46c631232ea2c"/><file name="minus.gif" hash="d647fbbd0ec410b8f3bb3357b62eedcf"/><file name="minusbottom.gif" hash="b09d684cca7135ef728141aaf2464baa"/><file name="nolines_minus.gif" hash="eb2243a354ffcfac93ba0fe948f7167d"/><file name="nolines_plus.gif" hash="ec92b634b63608fb4b0dbf114e3b89e1"/></dir><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><file name="varien_logo.gif" hash="6f10d0fe572cb012947c164217e9e428"/><file name="warning_msg_icon.gif" hash="4cf6ec7f59ab09f9c18b3a4301714c6d"/><dir name="widget"><file name="catalog__category_widget_link.gif" hash="8435943009f1f774bbd6a4809c719eb8"/><file name="catalog__product_widget_link.gif" hash="62f2d7020143f98ba7514469eb612a7f"/><file name="catalog__product_widget_new.gif" hash="37a5af9f98ae73e180ad0cca05c95324"/><file name="cms__widget_block.gif" hash="b7b0b1517cc38b18b92841b33b312190"/><file name="cms__widget_page_link.gif" hash="b839dee210e61850a5858cc8634cbccd"/><file name="default.gif" hash="684143ae5531aa6ba22215f4fadeea6c"/><file name="reports__product_widget_compared.gif" hash="bd3e5a5015eb2c5c64f1d11835166dc4"/><file name="reports__product_widget_viewed.gif" hash="44d5cd71e4fb7235f9cff0c7e2b2f531"/></dir><file name="widget_placeholder.gif" hash="2bd8d72cf12f8d7d0a6a3268f97786ff"/><file name="window_close.png" hash="3af14f053f360bf31f8ba2df73ec7f1e"/><file name="window_content.png" hash="08361df29783d46a2493cf0d8ad733a7"/><file name="window_top.png" hash="555a8db5efa3a252c2ead3d3dadd1075"/><dir name="wysiwyg"><file name="skin_image.png" hash="a521b0c60b001de4a3405e73c4a6cd4a"/></dir></dir><dir name="lib"><dir name="prototype"><dir name="windows"><dir name="themes"><dir name="magento"><file name="btn_bg.gif" hash="37c51a4d48a92da9648dcd3ca011039f"/><file name="content_bg.gif" hash="21278ea0da2d4256f4ced96b6080ba2e"/><file name="top_bg.gif" hash="26f28090de87d64f9b01bf624f89bfe2"/><file name="window_close.png" hash="3af14f053f360bf31f8ba2df73ec7f1e"/></dir><file name="magento.css" hash="a0b153cee7655dad31ee2923657cc08a"/></dir></dir></dir></dir><dir name="media"><file name="editor.swf" hash="259afd515d7b2edee76f67973fea95a6"/><file name="flex.swf" hash="60a8c242ca2ff0e70ed9a038749f4cc1"/><file name="uploader.swf" hash="1c300001dadd932ef6e33a2fadf941e1"/><file name="uploaderSingle.swf" hash="304dd960698c5786dcd64b0e138f80ca"/></dir><file name="menu.css" hash="6f39c760b70b8250c193c5311885193a"/><file name="oauth-simple.css" hash="c8ba6fccc85ce28f4360b10b5b59adb9"/><file name="print.css" hash="db77a54f0e6a7146cad6566eb200a0d5"/><file name="reset.css" hash="d45948716e2dd828a40715b9a43e2115"/></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_Adminhtml</name><channel>community</channel><min>1.7.0.0</min><max>1.8.0.0</max></package><package><name>Lib_Js_Ext</name><channel>community</channel><min>1.7.0.0</min><max>1.8.0.0</max></package></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Interface_Adminhtml_Default</name>
4
+ <version>1.7.0.1</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>Default interface for Adminhtml</summary>
10
  <description>Default interface for Adminhtml</description>
11
+ <notes>1.7.0.1</notes>
12
  <authors><author><name>Magento Core Team</name><user>core</user><email>core@magentocommerce.com</email></author></authors>
13
+ <date>2012-06-20</date>
14
+ <time>11:26:30</time>
15
+ <contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="adminnotification.xml" hash="f83b3e6324405b52026d03a2ac8d1b2c"/><file name="admin.xml" hash="0a820b9bcd195b60fd688b68b3b02467"/><file name="api2.xml" hash="ab7506f228c71270d80ef81cebb85765"/><file name="authorizenet.xml" hash="9a53dd3c2b0e7add73a9525027f10acb"/><file name="bundle.xml" hash="69c494389bcd62210374e9293b6dc37a"/><file name="captcha.xml" hash="8f9e230604cb2555c6e5ac6bd3612a3c"/><file name="catalog.xml" hash="9b791d35c4fea555b82889bc1c3defb6"/><file name="cms.xml" hash="0228247c07fd981cd67ce5abf18e3deb"/><file name="connect.xml" hash="031dec6f16b56bffa8461ae0ed55b6d4"/><file name="currencysymbol.xml" hash="1e36cf794b5774203439623da316f90f"/><file name="customer.xml" hash="9ceb87d4f91bcc0c02cfaec709ce2995"/><file name="dataflow.xml" hash="24d25de0691d392feb7beeb604e4cfd9"/><file name="downloadable.xml" hash="2522207692a3bdabc3f548910fe83ee1"/><file name="giftmessage.xml" hash="6ef96abfdaf4ad60f6e1bec98a58aebc"/><file name="importexport.xml" hash="90833e5f738675aec4d5e3912a243339"/><file name="index.xml" hash="17f46ca66bebbe3e027240811c2f0533"/><file name="main.xml" hash="e029c0cc5407255880d1fbaaefe2067e"/><file name="newsletter.xml" hash="34404ef78e6ce939f5c7d823aadb8e2b"/><file name="oauth.xml" hash="d40d03bbb41900ab4a9ef881fbb5f0e5"/><file name="pagecache.xml" hash="924be8bc6ce31fa997df5484248cf0c7"/><file name="promo.xml" hash="6d49882295e59d21cc1642be6eec4a13"/><file name="report.xml" hash="ca02d867bae3beaf871f1ee22d626611"/><file name="rss.xml" hash="3a6888f2ee09ae9dd5877f3978ed72aa"/><file name="sales.xml" hash="11f2a7d98845da4dddca432542bdb81d"/><file name="search.xml" hash="a9f97613e387d0571149abf350984fae"/><file name="tag.xml" hash="626f5548865c1b373741348fbf2349a8"/><file name="widget.xml" hash="61480133c53084da2922b7b4d5770523"/></dir><dir name="locale"><dir name="en_US"><file name="translate.csv" hash="735c9ec66d1309f1206294f075fdcdd1"/></dir></dir><dir name="template"><file name="access_denied.phtml" hash="d5bed07c639925ce1752c0e10ae61b5f"/><dir name="api"><file name="roleinfo.phtml" hash="347ac7931cc9bb626b3cb6491d836b12"/><file name="rolesedit.phtml" hash="f97d0729b2e9b0286032f7013463a6cf"/><file name="roles.phtml" hash="44f40cb9fdfb7aba5d67c658e279d4f0"/><file name="rolesusers.phtml" hash="0057260be86964b6d8d4abf58662037a"/><file name="role_users_grid_js.phtml" hash="0677fa6b0ace755cdef890009d6c020e"/><file name="userinfo.phtml" hash="b666c1eae5c25a7fc65791626e958b27"/><file name="usernroles.phtml" hash="766c1de65b8c8f360ddaa5006e900515"/><file name="user_roles_grid_js.phtml" hash="3a4ad375a54503d8b2846887f05816bf"/><file name="userroles.phtml" hash="fe9a9103b4570408de2d98f5a36efcc0"/><file name="users.phtml" hash="5d0d989d2e17c90f70c894518e4f8dfa"/></dir><dir name="api2"><dir name="attribute"><file name="buttons.phtml" hash="a9406c3f569b76ce3dcca2dcf818ce2a"/><file name="resource.phtml" hash="b4c4751a5378869468f491c9260662de"/></dir><dir name="permissions"><dir name="user"><dir name="edit"><dir name="tab"><dir name="roles"><file name="js.phtml" hash="d34637f08384c657e114e3d527e3c5fa"/></dir></dir></dir></dir></dir><dir name="role"><file name="buttons.phtml" hash="c0625ce68ef097c318defcf9aba821e9"/><file name="users_grid_js.phtml" hash="4bc24097d9136c9ef3c3ebd61cdab171"/></dir></dir><dir name="authorizenet"><dir name="directpost"><file name="iframe.phtml" hash="de1cf014d07138076aca476cbea5e719"/><file name="info.phtml" hash="d5cfbe6943450fe814e5a53a8b69c167"/></dir></dir><dir name="backup"><file name="dialogs.phtml" hash="fc0361f93157b9d6da56419ee5bf8a9f"/><file name="left.phtml" hash="594faf73b9ba3651dd20a9f213ef20a7"/><file name="list.phtml" hash="21e8afbb06c01ad4d04a0dc1d44faf9f"/></dir><dir name="bundle"><dir name="product"><dir name="composite"><dir name="fieldset"><dir name="options"><file name="bundle.phtml" hash="e7ccb93edb02772496753ca94bece601"/><dir name="type"><file name="checkbox.phtml" hash="a552c8f58151dabe4aada5f9cb582494"/><file name="multi.phtml" hash="bdc1494d93d81e91c797649b683c9a9e"/><file name="radio.phtml" hash="797143bc2e589bb3b02ed57e41be49c2"/><file name="select.phtml" hash="b08d9b888cfda630ddd66286c9f64553"/></dir></dir></dir></dir><dir name="edit"><dir name="bundle"><dir name="option"><file name="search.phtml" hash="6caaf5fb27929c966116f4676917767a"/><file name="selection.phtml" hash="f352d08b55e7c3ff081d37e0d58e224a"/></dir><file name="option.phtml" hash="3d5d0b1da7bd296da288326a390fc10d"/></dir><file name="bundle.phtml" hash="3122d30572240cb05c08bb48b992d2f1"/></dir></dir><dir name="sales"><dir name="creditmemo"><dir name="create"><dir name="items"><file name="renderer.phtml" hash="69168e5075f291e3522391ddf9b12a38"/></dir></dir><dir name="view"><dir name="items"><file name="renderer.phtml" hash="367333900903f41395729d481c54eb0e"/></dir></dir></dir><dir name="invoice"><dir name="create"><dir name="items"><file name="renderer.phtml" hash="514e22c107f96b9f400c606c5cfa9252"/></dir></dir><dir name="view"><dir name="items"><file name="renderer.phtml" hash="8cdf3a06b48d1776cc2b6d123bdffa45"/></dir></dir></dir><dir name="order"><dir name="view"><dir name="items"><file name="renderer.phtml" hash="89b7910756224761f92a192cd7b25d54"/></dir></dir></dir><dir name="shipment"><dir name="create"><dir name="items"><file name="renderer.phtml" hash="b00ddb86e00ceed946755816c7f297db"/></dir></dir><dir name="view"><dir name="items"><file name="renderer.phtml" hash="e18be4aa499943bf2dea1ddc575b8448"/></dir></dir></dir></dir></dir><dir name="captcha"><file name="zend.phtml" hash="51eb9f8f5c33a5f95256c78681178a99"/></dir><dir name="catalog"><dir name="category"><dir name="checkboxes"><file name="tree.phtml" hash="8fd43d32bac6a7ad5e134112c5af7d25"/></dir><dir name="edit"><file name="form.phtml" hash="ab6786ed00edb5604303d63c59d317df"/></dir><file name="edit.phtml" hash="2a85d97c5f2f4f3233ab7e4c99fb823d"/><file name="tree.phtml" hash="e7dc28e978ab8dadfb31c52ba28dab94"/><dir name="widget"><file name="tree.phtml" hash="2567c4563f81a2db03a1c0766efdd973"/></dir></dir><dir name="form"><dir name="renderer"><dir name="fieldset"><file name="element.phtml" hash="8ed4b3b49dfa3b8a784581e6763e7829"/></dir></dir></dir><dir name="product"><dir name="attribute"><file name="js.phtml" hash="8e53f650ffc0a71a677a4de3fa9a3ea7"/><dir name="new"><file name="created.phtml" hash="032fe9b0bfb57a1c7e465fd96e64b8e9"/></dir><file name="options.phtml" hash="f23721bb3c8a47039214c8644038b97c"/><dir name="set"><dir name="main"><dir name="tree"><file name="attribute.phtml" hash="a5ebaf99c0417845717f6f200e6f7767"/><file name="group.phtml" hash="af4fc3c80e66930f2d6b712e96d82251"/></dir></dir><file name="main.phtml" hash="444c0255a5b36711451c231062129184"/><dir name="toolbar"><file name="add.phtml" hash="4de818587cb032864e0f09a4b6f32a40"/><file name="main.phtml" hash="9272b5e3ea4f69f2962b99489ec80bf8"/></dir></dir></dir><dir name="composite"><file name="configure.phtml" hash="d0c97530631a41774da5d0c59e3cdbda"/><dir name="fieldset"><file name="configurable.phtml" hash="fc0f59af53f80affbbf70836698d49bc"/><file name="grouped.phtml" hash="34381e935e64c6012516f06bd24c13e0"/><dir name="options"><file name="js.phtml" hash="78a20bf4f8e3d370e311c7a4f4f82254"/><dir name="type"><file name="date.phtml" hash="e20257bbb3a9a8b46590258a9445e4d9"/><file name="default.phtml" hash="361f4f1544704c729ed458f1b0c98fad"/><file name="file.phtml" hash="48e6ff4cde3646cde70b95838464795b"/><file name="select.phtml" hash="7c722ba3d91435d09aab9a906823b0d2"/><file name="text.phtml" hash="a8d94ed13494ff1c6ed9e69693446da5"/></dir></dir><file name="options.phtml" hash="def632897318e7b6f32e4044ba296e82"/><file name="qty.phtml" hash="4684f0f736d2fdc60533eb569462701f"/></dir></dir><file name="created.phtml" hash="f84a3d8a0519862514f3d946448a4c2d"/><dir name="edit"><dir name="action"><file name="attribute.phtml" hash="061de8d0557544bf3cebcead73fda1ab"/><file name="inventory.phtml" hash="97ed49d69e46a6a1b57f4ea4c0ad5f3e"/><file name="websites.phtml" hash="5974c3c8353d0dbbd19bf5adcb3d3d34"/></dir><file name="categories.phtml" hash="923d4b19ca764d1e691e3353c6b6457b"/><dir name="options"><file name="option.phtml" hash="3e102a132c8d5349e88d4be2ecb12c0b"/><dir name="type"><file name="date.phtml" hash="28ecb8e0a74b8a2ab229197da1637a4d"/><file name="file.phtml" hash="3ce9fbbf9d098d45ff1be02b60dadbe1"/><file name="select.phtml" hash="5c8f9b19dc64f6d1398dfd97f2995716"/><file name="text.phtml" hash="2c2d0f04bdca46037687ffca4575dcf7"/></dir></dir><file name="options.phtml" hash="974e554598a69b3d5a77ee0c94b57c1f"/><dir name="price"><file name="group.phtml" hash="1f5cd0864a9fc4c83840507d4b28e2c1"/><file name="tier.phtml" hash="eed84e2b3ff0528b064eee66963001dc"/></dir><file name="serializer.phtml" hash="b12184c01e2c7faed564cfb8cb840aa9"/><dir name="super"><file name="config.phtml" hash="56dce619c18f5792144adbf13934297e"/></dir><file name="websites.phtml" hash="d4f2cf608c45852bf9858ac267570271"/></dir><file name="edit.phtml" hash="46312d31eb18c810935ff70a5c8c210c"/><dir name="helper"><file name="gallery.phtml" hash="621d559c5f10d29ae74f5cb1bd902613"/></dir><file name="js.phtml" hash="c5cad3bdb3bccbbb4661539d9a40ecea"/><file name="price.phtml" hash="095b3fdc27421ab377d158628d639f97"/><dir name="tab"><file name="alert.phtml" hash="3f5b114451fd992ffee8d21de8e8ede3"/><file name="inventory.phtml" hash="d23ee04d83f03c78285af89bcfaf733a"/></dir><dir name="widget"><dir name="chooser"><file name="container.phtml" hash="aa1f5d7f161aefa4366a8ac8b7b71f5b"/></dir></dir></dir><file name="product.phtml" hash="9e264075af4f545a8b5963b0f01d4228"/><dir name="wysiwyg"><file name="js.phtml" hash="d333dc811581cd314d687c6f46715376"/></dir></dir><dir name="cms"><dir name="browser"><dir name="content"><file name="files.phtml" hash="e3fdcc18ca6ea098bd2887cc5494b093"/><file name="newfolder.phtml" hash="77082fd65b7102793eeeeac521c57206"/><file name="uploader.phtml" hash="c2d0e71dd177ff70fced8c56b87ca7fd"/></dir><file name="content.phtml" hash="3f0fd227b44ec388568fd2dd0df0bb26"/><file name="js.phtml" hash="f6b52edab44101c37d51b9a85eff3a56"/><file name="tree.phtml" hash="cefe536095fd873b21008ccd61369481"/></dir><dir name="page"><dir name="edit"><dir name="form"><dir name="renderer"><file name="content.phtml" hash="e819bdcd6c207ab05be363d30cbc316b"/></dir></dir></dir></dir></dir><file name="coming.phtml" hash="d078d87fb1dee05dabd24dcb2ebc60e2"/><dir name="connect"><dir name="extension"><dir name="custom"><file name="authors.phtml" hash="01c2481e9ede0294a825c19e24aba73c"/><file name="contents.phtml" hash="f93365afcac856feec30f033ca404501"/><file name="depends.phtml" hash="8ceb032333278db3c061b48d38b8b921"/><file name="load.phtml" hash="12466c801bcc6523af05edd4c890041c"/><file name="package.phtml" hash="fadeaf6ce780d32a086262a6f219b2c9"/><file name="release.phtml" hash="58353d92898b849ae0199f0fa360e1db"/></dir></dir></dir><dir name="currencysymbol"><file name="grid.phtml" hash="cc3f1f992652b93fcf9118c9eb5ca3fb"/></dir><dir name="customer"><dir name="edit"><file name="js.phtml" hash="ff08ee06b16dc0d5902f360c2ffeb0f5"/><dir name="tab"><dir name="account"><dir name="form"><dir name="renderer"><file name="group.phtml" hash="2d5642e74067b823f9b19abfd8c3f6b3"/></dir></dir></dir><dir name="view"><dir name="grid"><file name="item.phtml" hash="e80ee11d249c01e6ba39fd899e879b92"/></dir></dir></dir></dir><file name="online.phtml" hash="333634c1a3230967c7fe8782dc7469b1"/><dir name="sales"><dir name="order"><dir name="create"><dir name="address"><dir name="form"><dir name="renderer"><file name="vat.phtml" hash="54d8011cce22fea7a0a0a1c8107feb3e"/></dir></dir></dir></dir></dir></dir><dir name="system"><dir name="config"><file name="validatevat.phtml" hash="a3688f9bd32179c65c12c1a5a817a3f5"/></dir></dir><dir name="tab"><file name="addresses.phtml" hash="f17e9d117b93b203c7f914cebc1309f4"/><file name="cart.phtml" hash="2a6de2ebfab4096c43cb5d9da39e3b29"/><file name="newsletter.phtml" hash="9a6d753f221c819bb3937852796b54d7"/><dir name="view"><file name="sales.phtml" hash="676336114f57be3b27045026e0135b61"/></dir><file name="view.phtml" hash="0f47888096f2a721a0699035b4a65e40"/><file name="wishlist.phtml" hash="52aa9d6e5ae46f49015fd8e635104455"/></dir></dir><dir name="dashboard"><dir name="graph"><file name="disabled.phtml" hash="2e44e550011e5fbc76cf6e4a140f67b0"/></dir><file name="graph.phtml" hash="aa0f4fc8d3267f40adef061629be4bb6"/><file name="grid.phtml" hash="21ad3429047d896e874f360c7ee2a969"/><file name="index.phtml" hash="0f83dc824549252c8bd909f0468f3157"/><file name="salebar.phtml" hash="f40ee3dde8210e2cbdd8a6c165d75c02"/><file name="searches.phtml" hash="7cc460a3a34e2cfcf17112fb5d259877"/><dir name="store"><file name="switcher.phtml" hash="604e401e899efccedac3f7db1d660670"/></dir><file name="totalbar.phtml" hash="946dc8ac9a0d2d561a47d1467d107337"/></dir><dir name="directory"><dir name="js"><file name="optional_zip_countries.phtml" hash="1347eb09dbe7605343fe4227627bc702"/></dir></dir><dir name="downloadable"><dir name="product"><dir name="composite"><dir name="fieldset"><file name="downloadable.phtml" hash="623b84e491e09ed2d88e7d9e3f8b0c04"/></dir></dir><dir name="edit"><dir name="downloadable"><file name="links.phtml" hash="623f86965fecbbbdf5e30c030c645171"/><file name="samples.phtml" hash="30079e87422b40873e1d7869d70b61c1"/></dir><file name="downloadable.phtml" hash="37f56cb0c25df2bdececa3bbff1a0aa3"/></dir></dir><dir name="sales"><dir name="items"><dir name="column"><dir name="downloadable"><dir name="creditmemo"><file name="name.phtml" hash="6429d95ac54961490c5c7ecd1ebd0b8a"/></dir><dir name="invoice"><file name="name.phtml" hash="69336f5ed5a993eb25edbea7aa65855b"/></dir><file name="name.phtml" hash="0f174cbf31ef56eef1d2d269fa378fc6"/></dir></dir></dir><dir name="order"><dir name="creditmemo"><dir name="create"><dir name="items"><dir name="renderer"><file name="downloadable.phtml" hash="0034362139fce4fc8b6a6d4cbd7d139f"/></dir></dir></dir><dir name="view"><dir name="items"><dir name="renderer"><file name="downloadable.phtml" hash="ca3eb309d20edcf7d910f6327b52fc88"/></dir></dir></dir></dir><dir name="invoice"><dir name="create"><dir name="items"><dir name="renderer"><file name="downloadable.phtml" hash="2baa50d39f8f429c2ae7f43a43caa696"/></dir></dir></dir><dir name="view"><dir name="items"><dir name="renderer"><file name="downloadable.phtml" hash="c613ce7b4cbc6e12dc02455325a0d91e"/></dir></dir></dir></dir><dir name="view"><dir name="items"><dir name="renderer"><file name="downloadable.phtml" hash="05ab31768964d2c6b57a5d7e8679ba68"/></dir></dir></dir></dir></dir></dir><dir name="eav"><dir name="attribute"><dir name="edit"><file name="js.phtml" hash="a5ebaf99c0417845717f6f200e6f7767"/></dir></dir></dir><dir name="email"><dir name="order"><file name="items.phtml" hash="9ad25014464e6aebfa5b2f1959ff1927"/></dir></dir><file name="empty.phtml" hash="89962e49cd326407e00f7fca6e46e532"/><file name="example.phtml" hash="10e6bdf1b32eadbed75d35538c53b9e3"/><file name="forgotpassword.phtml" hash="7aaaacd88dd9b4649878279bb193ea47"/><file name="formkey.phtml" hash="9ccc3d9276e40ce83eeaa828af04e34c"/><dir name="giftmessage"><file name="form.phtml" hash="8aaee3c7394c645ef9c4dac3aeb77710"/><file name="giftoptionsform.phtml" hash="be34a43e323685bf1b0d96b1ea5dad7f"/><file name="helper.phtml" hash="ebdf3748778f41043298cee718db6215"/><file name="popup.phtml" hash="1ea05c3d19c02710bb50ad7b1533ff44"/><dir name="sales"><dir name="order"><dir name="create"><file name="giftoptions.phtml" hash="21d7847833ec37e35264850706bb602b"/><file name="items.phtml" hash="6fa0683c2aad1732ab536ebb98bb2a98"/></dir><dir name="view"><file name="giftoptions.phtml" hash="21aea526aeeb96df475bf03c2f27cc94"/><file name="items.phtml" hash="1542a295638b2eed8101579b10ec8ad0"/></dir></dir></dir></dir><dir name="googlebase"><file name="captcha.phtml" hash="1689288632eacee602a3e0310a588260"/><file name="items.phtml" hash="4cc1fa6c2fb7ab2979b8372e932479e9"/><dir name="types"><dir name="edit"><file name="attributes.phtml" hash="70f5103d122290f6eeaa3e9258253b4e"/></dir></dir></dir><dir name="importexport"><file name="busy.phtml" hash="d889ef95ffa00988bfb45458da928ee0"/><dir name="export"><dir name="form"><file name="after.phtml" hash="d9f2306048470d7cb78b74db2cd48a16"/><file name="before.phtml" hash="4661c4964faebc528b86a11765197146"/></dir></dir><dir name="import"><dir name="form"><file name="after.phtml" hash="82f147959a1a63c97d7b8cfd5643a529"/><file name="before.phtml" hash="970bb388fff1aae7af2c3c5a537d6a54"/></dir><dir name="frame"><file name="result.phtml" hash="87f629974959d669e2e5c6cf05120aaf"/></dir></dir></dir><dir name="index"><file name="notifications.phtml" hash="65bf19314dc24ee3cdbb240699e17443"/></dir><file name="login.phtml" hash="dfbf940938db3d5e21ad6a6bb74d4f8d"/><dir name="media"><file name="editor.phtml" hash="f2b56802cc7b1c385660a4e20c770316"/><file name="uploader.phtml" hash="dcc8ccc057bda4ec8d0fbfbface4e685"/></dir><dir name="newsletter"><dir name="preview"><file name="iframeswitcher.phtml" hash="932c271a38143a9ac60e2293ae360aac"/><file name="store.phtml" hash="454c67705e72952c7f6cfa363423e8d2"/></dir><dir name="problem"><file name="list.phtml" hash="6c69041bce5164ec6778c674b4c235eb"/></dir><dir name="queue"><file name="edit.phtml" hash="ea83e9c0552eb8de8b20235c40321556"/><file name="list.phtml" hash="706cec4b5012d21bf72ac4589ea2f287"/><file name="preview.phtml" hash="ae8507b5f895e414d20402779232daa8"/></dir><dir name="subscriber"><file name="list.phtml" hash="0bdcd6f3b29cbe46bff90ccbd2314ba7"/></dir><dir name="template"><file name="edit.phtml" hash="498aba977208aa85a7ba7a94fcec0f9c"/><file name="list.phtml" hash="001f4deb1e3598f00b3b0ba89b00aa17"/><file name="preview.phtml" hash="ae8507b5f895e414d20402779232daa8"/></dir></dir><dir name="notification"><file name="baseurl.phtml" hash="a31f2ed7ac9d1c8792587bc571e50eb7"/><file name="security.phtml" hash="11ba6b5a1988370bd7c9537b628dbfc4"/><file name="survey.phtml" hash="24b7b3f22291ccdc64ceef293641f431"/><file name="toolbar.phtml" hash="482225a21c43eb20ffa34769393768d7"/><file name="window.phtml" hash="648a78b154635e67ef4ee04df70b146f"/></dir><dir name="oauth"><dir name="authorize"><file name="button.phtml" hash="bd18ded242ce7531fa1c51646a77dc67"/><file name="button-simple.phtml" hash="4408c7e5ef0a998907eff9c9bfcc8dc1"/><file name="confirm.phtml" hash="745c0afc24d36453dd3a72692fd2451e"/><file name="confirm-simple.phtml" hash="4994f7b397454c4d7e77878597e5c2fa"/><dir name="form"><file name="login.phtml" hash="62fc200c6cd1441b3e3e90bd4c4d6885"/><file name="login-simple.phtml" hash="1afef3849eb7461b350097445da55e73"/></dir><file name="head-simple.phtml" hash="8ec0542528c505758b84cad4bcbd5460"/><file name="reject.phtml" hash="7ed19f54de6397473d46405e79dc35f9"/><file name="reject-simple.phtml" hash="4c3e945c7c53ca57b7cd5acbddbe43eb"/></dir></dir><file name="overlay_popup.phtml" hash="94e2b20c69e388247f7593e13e4cc627"/><dir name="page"><file name="footer.phtml" hash="e27a0f0cab4706f140bcc5a66a12bcef"/><file name="header.phtml" hash="e0ea5a8491018ee7ae48760670f2c739"/><file name="head.phtml" hash="5d95792ce437b953557e60e41cff7122"/><dir name="js"><file name="calendar.phtml" hash="f4ac59e22f1041a49a8d1b0ecdbfa268"/><file name="translate.phtml" hash="e079775ae056baa793a9f705fac78f1c"/></dir><file name="menu.phtml" hash="40e19614eb664d68bb7ed9f4634edafe"/><file name="notices.phtml" hash="833664b09febf71bde620e0223d25e88"/></dir><dir name="pagecache"><dir name="cache"><file name="additional.phtml" hash="d609fc18fcd2084d47dd0f6dab290e58"/></dir></dir><file name="page.phtml" hash="4e507a52e94165a139ec846cb92331e7"/><dir name="paygate"><dir name="form"><file name="cc.phtml" hash="de602713ce6e3d010bf57c298022e245"/></dir><dir name="info"><file name="cc.phtml" hash="64b46aed2145f3afae9bbd7e26cf21ec"/><file name="pdf.phtml" hash="f519477e82b9a8f6cfbc8ba95e5cdd97"/></dir></dir><dir name="payment"><dir name="form"><file name="cc.phtml" hash="13da9e4d3678d782c6fc756fa2d2fcb3"/><file name="ccsave.phtml" hash="7f2cba5617bd2fc695b62079fdb0336e"/><file name="checkmo.phtml" hash="47e90ffed92e77326f090cab712d92d6"/><file name="purchaseorder.phtml" hash="c68cbea2a94851ca0be2f74e412c4cc4"/></dir><dir name="info"><file name="banktransfer.phtml" hash="263e93d5122dd68c6c59ebc6d172b07c"/><file name="checkmo.phtml" hash="b3b0600f842a41affdbd9c7ad36ad8c5"/><file name="default.phtml" hash="c991fa5f7aaa9531b7db1119bc35dda6"/><dir name="pdf"><file name="checkmo.phtml" hash="8aa671b417391746258446d660aaa634"/><file name="default.phtml" hash="66197f7bf5de4c608bed49b05e6cf517"/><file name="purchaseorder.phtml" hash="fca55f1de42a12a1fd4b195eb5624a2e"/></dir><file name="purchaseorder.phtml" hash="d5002176f401d45b40494e428a478e95"/></dir></dir><dir name="paypal"><dir name="system"><dir name="config"><file name="api_wizard.phtml" hash="71e6d5e965fe9ce475fbdde02fc05e38"/><dir name="fieldset"><file name="global.phtml" hash="9782420769b39409c72b4248dc8bf9f3"/><file name="hint.phtml" hash="03f9dab71f26f84021a36fab5f8f2324"/><file name="store.phtml" hash="f05eed8334cc4d25b3f767e330763cf4"/></dir><dir name="payflowlink"><file name="advanced.phtml" hash="50928244065ad54cc7e2ec921dd3f261"/><file name="info.phtml" hash="5db2cff1d753f822a72ab07bdee9c4a8"/></dir></dir></dir></dir><dir name="permissions"><file name="roleinfo.phtml" hash="5f2de370b2280607d0b15de16977a149"/><file name="rolesedit.phtml" hash="ec6b58db148871d221f8441222ab28ec"/><file name="roles.phtml" hash="44f40cb9fdfb7aba5d67c658e279d4f0"/><file name="rolesusers.phtml" hash="0057260be86964b6d8d4abf58662037a"/><file name="role_users_grid_js.phtml" hash="f4cb17fefcca73b09a5f2ae39234f34d"/><file name="userinfo.phtml" hash="b666c1eae5c25a7fc65791626e958b27"/><file name="usernroles.phtml" hash="766c1de65b8c8f360ddaa5006e900515"/><file name="user_roles_grid_js.phtml" hash="9267240bc35a6f42f6ade61b5575b137"/><file name="userroles.phtml" hash="fe9a9103b4570408de2d98f5a36efcc0"/><file name="users.phtml" hash="5d0d989d2e17c90f70c894518e4f8dfa"/></dir><dir name="poll"><dir name="answers"><file name="list.phtml" hash="fa2195f0a5900c9ac8719507fdd752d8"/></dir></dir><file name="popup.phtml" hash="211a30735ddde8da665b221e0b923531"/><dir name="promo"><file name="fieldset.phtml" hash="27ed97b021dc2c86f9e5d76a0129446a"/><file name="form.phtml" hash="f35f78df885c20e04c668208a61ed456"/><file name="js.phtml" hash="6b707435a723964017e086367406d2d3"/><file name="salesrulejs.phtml" hash="f7e845e237a2f350bceda095161cb9cb"/></dir><dir name="rating"><file name="detailed.phtml" hash="9e1905b87ea7f65602d791dca4081f9c"/><file name="options.phtml" hash="26f9a556171fadae7a9f00dda42373c7"/><dir name="stars"><file name="detailed.phtml" hash="664a285b0bd9aeeacf7fe0e0cce77e64"/><file name="summary.phtml" hash="ad43244178466728fa9548abcfb330f3"/></dir></dir><dir name="report"><dir name="grid"><file name="container.phtml" hash="949003640a4e77dd1eb112fe7b36f29c"/></dir><file name="grid.phtml" hash="e2796d41842f8eb16e3cf95e65c565bb"/><dir name="refresh"><file name="statistics.phtml" hash="754c977a85944e84b58c6d5994a9e5c8"/></dir><dir name="store"><dir name="switcher"><file name="enhanced.phtml" hash="1b270e0e315aa297e35001e886311c8d"/></dir><file name="switcher.phtml" hash="a344572f8deb1108a889d2109e795e9b"/></dir><file name="wishlist.phtml" hash="11e49d3f6d8cd55f9d10848fd7a620bc"/></dir><file name="resetforgottenpassword.phtml" hash="179bfd294427de2afddf26e43ba3419f"/><dir name="review"><file name="add.phtml" hash="28cdc93c1dd6a5bf0391c8c5d4ef2957"/></dir><dir name="sales"><dir name="billing"><dir name="agreement"><file name="form.phtml" hash="b878b61f3e089aa935b294e29af9edcd"/><dir name="view"><file name="form.phtml" hash="76166e5edbfde42110a6eebeb998bb95"/><dir name="tab"><file name="info.phtml" hash="b98b73404e409b752c129512b54edd33"/></dir></dir></dir></dir><dir name="items"><dir name="column"><file name="name.phtml" hash="881307bef1a1d1a5161c790a09e985b5"/><file name="qty.phtml" hash="f5698a5ffbcc7c2f3a3129750ff26baf"/></dir><dir name="renderer"><file name="default.phtml" hash="2228548ddc8331fc366f8cf93b27ccb3"/></dir></dir><dir name="order"><dir name="address"><file name="form.phtml" hash="888398a314a13309f90780b3ac502e51"/></dir><dir name="comments"><file name="view.phtml" hash="9bbc1ee3d1a89650e53275b81999cbfc"/></dir><dir name="create"><file name="abstract.phtml" hash="68732b0fb6af4ee5b9d8bdb8e5e54083"/><dir name="billing"><dir name="method"><file name="form.phtml" hash="c3b50d4216181bd740a617946028c12a"/></dir></dir><file name="comment.phtml" hash="aa98eee21361a42cf7a4e7c13aa82f05"/><dir name="coupons"><file name="form.phtml" hash="d35cff4b9fa305964864c66139d01073"/></dir><file name="data.phtml" hash="e44deeceb9d881a816802f98988a6c66"/><dir name="form"><file name="account.phtml" hash="55322f65447a7c460e0c68e0572811d4"/><file name="address.phtml" hash="70460bbdaf72001eecbf971b3cb0fc2b"/></dir><file name="form.phtml" hash="fbccffd74638e36da5ad6ec67fb4a9d1"/><file name="giftmessage.phtml" hash="9954c5026a9d98d38d99b5d58df1f2fa"/><dir name="items"><file name="grid.phtml" hash="bc845d30d5052e19edd305cd83eb05d0"/></dir><file name="items.phtml" hash="66b2e2c6687a66f97d555889319654c5"/><file name="js.phtml" hash="1e68583847553bd7024c7ca78f14d927"/><dir name="newsletter"><file name="form.phtml" hash="0a46fe2fc7ab1313cf7870e21a2039e0"/></dir><dir name="shipping"><dir name="method"><file name="form.phtml" hash="3140a17f15733b16a7096439f76a919e"/></dir></dir><dir name="sidebar"><file name="items.phtml" hash="b031937c6d99776db67cddb56422d87b"/></dir><file name="sidebar.phtml" hash="02b4f31daee4d9885dbe2e3d158d490b"/><dir name="store"><file name="select.phtml" hash="285b00cfabf41439f641d0fa392a2b38"/></dir><dir name="totals"><file name="default.phtml" hash="f95af8298a5137ddac83c8793d5542fb"/><file name="grandtotal.phtml" hash="c1a909e10d5c92d1196df218d37b8c87"/><file name="shipping.phtml" hash="92cd39d62f5ae4a063cf97d4dc753934"/><file name="subtotal.phtml" hash="d6e60ee65fc17c5d6b7935a3fe50f3a3"/><file name="tax.phtml" hash="afe0528ff24d6d823d258325c20e6d95"/></dir><file name="totals.phtml" hash="3ad14c9d582754f2d030429aabdb975f"/></dir><dir name="creditmemo"><dir name="create"><file name="form.phtml" hash="e198ebd0df0a3777c5cd3735bb22cf6c"/><dir name="items"><dir name="renderer"><file name="configurable.phtml" hash="53ff4a22d7da03e8f93ab96f54631ed8"/><file name="default.phtml" hash="886dbe061d47eda60842acdac1d2a51c"/></dir></dir><file name="items.phtml" hash="0a17b4a9c4d3d5eafc427a1e7dbd8f19"/><dir name="totals"><file name="adjustments.phtml" hash="7b871074443bb95aa1ad4ecc09f67ef8"/></dir></dir><dir name="view"><file name="form.phtml" hash="d7def8e12598df1388df8cfdd6056808"/><dir name="items"><dir name="renderer"><file name="configurable.phtml" hash="9268abf07eccbc4c8ff6f6ac29baceaf"/><file name="default.phtml" hash="fdcfbc08c55ac3907762dfd99b463be9"/></dir></dir><file name="items.phtml" hash="44cca32887f1a512ff3580cbe3b2558e"/></dir></dir><file name="giftoptions.phtml" hash="a204623685fd75f317cb2b0c0d03d8e7"/><dir name="invoice"><dir name="create"><file name="form.phtml" hash="bd8ec3705a73dfdcae17ea4cc196a519"/><dir name="items"><dir name="renderer"><file name="configurable.phtml" hash="b378bc865e41ee004b7ad23ded56dc5e"/><file name="default.phtml" hash="6960b8be452717e313c3f31d25389f17"/></dir></dir><file name="items.phtml" hash="05bd310d437d3746e0fcd5eb5742ffdf"/><file name="tracking.phtml" hash="b47e0f141eadc894742b70dcf1915076"/></dir><dir name="view"><file name="form.phtml" hash="79b57e670ac29bd80e84c992a41da161"/><dir name="items"><dir name="renderer"><file name="configurable.phtml" hash="00834aae48514b7e0038b463287a3780"/><file name="default.phtml" hash="34dfb8e55594390a85a89d2def116f9b"/></dir></dir><file name="items.phtml" hash="e57eefe1ea4e4bc8e65ad9dff46bc75d"/></dir></dir><dir name="shipment"><dir name="create"><file name="form.phtml" hash="a6d0535095626de53b18450a36873312"/><dir name="items"><dir name="renderer"><file name="configurable.phtml" hash="c3498b4a4ae8ad2f44dafe26be31e548"/><file name="default.phtml" hash="a582b6a05afd4868c1c57752e5469422"/></dir></dir><file name="items.phtml" hash="ba49080c515343a236b8cfafe87ccbf6"/><file name="tracking.phtml" hash="6cc43307a9abfe50fda3bdecc170ee2b"/></dir><dir name="packaging"><file name="grid.phtml" hash="a4634fdad65fde020295279530d53294"/><file name="packed.phtml" hash="a186c42cd32fb065bb8cdf71a6f3c228"/><file name="popup.phtml" hash="893fce5b77c4421e3fd0b8454e13e1ea"/></dir><dir name="tracking"><file name="info.phtml" hash="586668333e8fcd02204b76c15081a678"/></dir><dir name="view"><file name="form.phtml" hash="2f68ed8e4aa300b77fef8284b7a962c6"/><dir name="items"><dir name="renderer"><file name="configurable.phtml" hash="4280ebbe6d25e68a809ec9338036d1a6"/><file name="default.phtml" hash="725e3882fcc9bb2d186ecc8a36f35fdc"/></dir></dir><file name="items.phtml" hash="3be33b7df573c611d943ffad331f44e1"/><file name="tracking.phtml" hash="61a618cf6f643ede113a12fcc716b5d4"/></dir></dir><file name="totalbar.phtml" hash="f9c0a66ae2c811738ad6eee80cd34778"/><dir name="totals"><file name="discount.phtml" hash="d66c6b1c50b4acd5b0ade1e64db98698"/><file name="due.phtml" hash="e700390511e9b00143c5931f732e2e67"/><file name="footer.phtml" hash="74b04a32f272ec944ae4aca4569827c1"/><file name="grand.phtml" hash="5af9d979c637d673c2f09e622a5dd20e"/><file name="item.phtml" hash="8df8f1c58deef31089988e88f1abfdd3"/><file name="main.phtml" hash="788a5912bea56f8c3f6057d1f5fd2736"/><file name="paid.phtml" hash="4266d7aaa5d70406b4d7e7bc13fdb574"/><file name="refunded.phtml" hash="7c4a61420a7971cc6df7fa3465d79d3f"/><file name="shipping.phtml" hash="e38cc3640f3723bb12914bfae0185a33"/><file name="subtotal.phtml" hash="79c4b8b9b1d72c788a778f6754d10d8c"/><file name="tax.phtml" hash="b378dc484acf822fdcdd55ba4c08721f"/></dir><file name="totals.phtml" hash="2aefa78e027dca5a2f1b032f591276b6"/><dir name="view"><file name="form.phtml" hash="e1f793cf6b9486976fd17a3193c6c8eb"/><file name="giftmessage.phtml" hash="df0626bf189981656a538693adc0ddd4"/><file name="history.phtml" hash="fed6caf7fb8d74e2dec086bf4a841421"/><file name="info.phtml" hash="ac00c9fa45c61bb179d1af94418d3cde"/><dir name="items"><dir name="renderer"><file name="default.phtml" hash="1d52a5f3ee87ed1c881bc259f17ed105"/></dir></dir><file name="items.phtml" hash="737645b913a1392fdee6cd10ab7e4c7c"/><dir name="tab"><file name="history.phtml" hash="b007a7f7b1fd87fe274b5ee894bc7085"/><file name="info.phtml" hash="6e9e4b56693e03e99d46cc62bc4663ad"/></dir><file name="tracking.phtml" hash="a1ea607e6938366979e9bf51af9fd9a5"/></dir></dir><dir name="payment"><dir name="form"><dir name="billing"><file name="agreement.phtml" hash="a3ae56e69f1130046feaa26b68fdaa66"/></dir></dir></dir><dir name="recurring"><dir name="profile"><dir name="view"><file name="info.phtml" hash="bf59472f613b30959145d5a4fc2f2055"/></dir><file name="view.phtml" hash="2ec1123d4f0a732767a24bedb9c67eb4"/></dir></dir><dir name="transactions"><file name="detail.phtml" hash="e9aef1d19eefca108731af2394a64c52"/></dir></dir><dir name="store"><dir name="switcher"><file name="enhanced.phtml" hash="b7ee01017565412c69cf27b7941c9283"/><dir name="form"><dir name="renderer"><dir name="fieldset"><file name="element.phtml" hash="bc70979cb82252e88162f342fc385b90"/></dir><file name="fieldset.phtml" hash="587640c09359d302448000c267f00c39"/></dir></dir></dir><file name="switcher.phtml" hash="57b0c1f999664a1b59d41bd7324c887a"/></dir><dir name="system"><file name="autocomplete.phtml" hash="c6b77c56d1f68eaf7cc2062c3ef50262"/><dir name="cache"><file name="additional.phtml" hash="f20c96feeac8687f624ea59c1b9cdc1c"/><file name="edit.phtml" hash="6f336781a355ca1f02bf3191fb34ea60"/><file name="notifications.phtml" hash="57bb85775f48d8a15a1e8095d1de4346"/></dir><dir name="config"><file name="edit.phtml" hash="fc9733502c1b91b543504c5cef399011"/><dir name="form"><dir name="field"><file name="array.phtml" hash="55785c479306d2a817f004f09581f2f6"/></dir></dir><file name="js.phtml" hash="a3f08cfab54587de1af2324426a62e00"/><file name="switcher.phtml" hash="29be1b9f27c3e6d4ce996f033a0919eb"/><dir name="system"><dir name="storage"><dir name="media"><file name="synchronize.phtml" hash="21e5ed17aeff7c41bbf91729e273c96d"/></dir></dir></dir><file name="tabs.phtml" hash="e02a1750e75999e4c30c22c62a86919a"/></dir><dir name="convert"><dir name="profile"><file name="process.phtml" hash="2027dc969ceeb5244b9941e2f7188d25"/><file name="run.phtml" hash="8314278f7c72dd49f72bd1d23260f360"/><file name="upload.phtml" hash="0376f43508fe8248beade715e50b6380"/><file name="wizard.phtml" hash="99bc610bff250c52882a6bcce7326898"/></dir></dir><dir name="currency"><dir name="rate"><file name="matrix.phtml" hash="f22ef74e19360f9c734757fa8cb302bb"/><file name="services.phtml" hash="9847a573bf4ae7573b1b117b5e054472"/></dir><file name="rates.phtml" hash="6ce061fa22e053319ecd8fd441d505d9"/></dir><dir name="design"><file name="edit.phtml" hash="6cbc6bedb2cb8b83c945f78b4e38c421"/><file name="index.phtml" hash="57c30650e2dd93cb29773efb3c4a9dc1"/></dir><dir name="email"><dir name="template"><file name="edit.phtml" hash="dd551e820e2f3aacd838e972549a110a"/><file name="list.phtml" hash="0d51d69f410ccb623225c54973156ff9"/><file name="preview.phtml" hash="57bfb853fcbfadfac43dca2cf7b814ea"/></dir></dir><file name="info.phtml" hash="f528b6d7eabf061865a212024a51348e"/><dir name="shipping"><file name="applicable_country.phtml" hash="67fc9abf4bc7aecbc0bdc551bb687de8"/><file name="ups.phtml" hash="5f59adf3768a2342fd9d8d12623fea38"/></dir><dir name="variable"><file name="js.phtml" hash="cfd6353ef018f34527e349f1d15bc78b"/></dir></dir><dir name="tag"><dir name="edit"><file name="container.phtml" hash="cf9d138f0d108c21bf24cb447d71151e"/></dir><file name="index.phtml" hash="8ee7a37d2c937629f853c8e1df7e5fbf"/></dir><dir name="tax"><dir name="class"><dir name="page"><file name="edit.phtml" hash="f88bfccd01b8aaaab46a917527fe3d27"/></dir></dir><file name="importExport.phtml" hash="4d38f0bbce2f5619a8537f222e892631"/><dir name="rate"><file name="form.phtml" hash="c56be3eec42fcd4f47dc388e8d3484ab"/><file name="title.phtml" hash="6ca23e32838ad31b32071543fee82821"/></dir><dir name="toolbar"><dir name="class"><file name="add.phtml" hash="51894cb7186b80095a8c973ccf21da5c"/><file name="save.phtml" hash="54af0998433b4fa521f65be11e9c3871"/></dir><dir name="rate"><file name="add.phtml" hash="347929d575484c24cac216c07fe7caac"/><file name="save.phtml" hash="d59d04830f862891b6d68a0e7bac4c01"/></dir><dir name="rule"><file name="add.phtml" hash="1fe26ed1d323556e0453652a463381de"/><file name="save.phtml" hash="178b8fe11bc0d73d3606649372e6f053"/></dir></dir></dir><dir name="urlrewrite"><file name="categories.phtml" hash="5d823dd7a8c9f6a1e89a1018dc10f092"/><file name="edit.phtml" hash="593d5df3d0b798cdebb300e01627f816"/><file name="selector.phtml" hash="117d36df145429cca4f60c99957ca647"/></dir><dir name="usa"><dir name="dhl"><file name="unitofmeasure.phtml" hash="5bb5d7e8382adeb325031b916721a3cb"/></dir></dir><dir name="weee"><dir name="renderer"><file name="tax.phtml" hash="7b0526557d64d459d9b7a949c7b95490"/></dir></dir><dir name="widget"><file name="accordion.phtml" hash="48553fb10937c141d417225d56ad94a3"/><file name="breadcrumbs.phtml" hash="57edf19ce7999e9eae91dd92d3638e5c"/><dir name="form"><file name="container.phtml" hash="7e7e8c1ee8e03e7ed9869c09e25a5a0a"/><dir name="element"><file name="gallery.phtml" hash="9da2bd780a35b86ef66ee787223fc1a8"/></dir><file name="element.phtml" hash="6b358e48f756e5e55451a9d00a452936"/><dir name="renderer"><file name="element.phtml" hash="925c9b11fe2183088e4e4145a9cef7a8"/><dir name="fieldset"><file name="element.phtml" hash="4edd4cad53ae4aaee43bdf44ae6aca96"/></dir><file name="fieldset.phtml" hash="012a27d9b938e558aba19b2e36c1f9c2"/></dir></dir><file name="form.phtml" hash="c7e2e7085c21cf12be835b56ac05d005"/><dir name="grid"><file name="container.phtml" hash="318ff0e096840cfcc66c7bdec0a4dcc9"/><file name="massaction.phtml" hash="3aeaaa2894c173cfc15705ab747ac2b6"/><file name="serializer.phtml" hash="7a2305c5de079aded175830bc0075afc"/></dir><file name="grid.phtml" hash="4a4380543347bd6f63c96a70ca83b822"/><dir name="instance"><dir name="edit"><file name="layout.phtml" hash="33f7187f307c32a2444cfe7091bf402c"/></dir><file name="js.phtml" hash="3022c3ee5b9d7224bbfbca7d5e697553"/></dir><file name="tabshoriz.phtml" hash="876a21e3cc5121c8608bc6948248c683"/><file name="tabsleft.phtml" hash="636b477b649c28aa48c4f55bddd0045a"/><file name="tabs.phtml" hash="90a072b56582b35ea11f560d4fbd0edc"/><dir name="view"><file name="container.phtml" hash="5388d51591b9b3034dd2fb9d4a52b0ac"/></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><file name="below_ie7.css" hash="b2bf3a91f389f2ea7912765a814ce10f"/><file name="boxes.css" hash="5903fadb2d1344922df0aafb49791df8"/><file name="custom.css" hash="30ed634c4e5d7521cf9961c880c3cba4"/><file name="favicon.ico" hash="88733ee53676a47fc354a61c32516e82"/><file name="ie7.css" hash="15db0c436a5438265a91b2c1e4ac4626"/><file name="iestyles.css" hash="89403be830634339c69a155aa824300d"/><dir name="images"><file name="accordion_close.gif" hash="875409122fc82f5f6705e20dd801fd3d"/><file name="accordion_close.png" hash="6213698b5f69bb2907a5c7bb94b5fe8d"/><file name="accordion_open.gif" hash="d9d50e220b0b676094c6134a9708194e"/><file name="accordion_open.png" hash="9fbc3aba23ce5e0465e4d1cf3f6a7aee"/><file name="add_btn_icon-disabled.gif" hash="c8f6a5cfb455ef121efb56a747821f82"/><file name="add_btn_icon.gif" hash="7300097305b577ee564dc49102822d16"/><file name="address_list_li.gif" hash="79b917b514e35ce0a7833a5e268fd9f7"/><file name="address_list_on_arrow.gif" hash="3a2884ddcc87ebd48883662530b9de1b"/><file name="address_list_over_arrow.gif" hash="e826883c71b1184bd4f29433e39c18ad"/><file name="address_list_over_bg.gif" hash="56291480cc89de9d817205a5f23b66dd"/><file name="ajax-loader.gif" hash="e2a38f1e23288e315af3c55416bc1ce7"/><file name="ajax-loader-tr.gif" hash="1ae32bc8232ff2527c627e5b38eb319a"/><file name="application_view_tile.gif" hash="f595a133bf466cb91be23d9686fe6281"/><file name="arrow_sort_move.gif" hash="f5ac151a2b0cb1f07d6e771b8aee0ea7"/><file name="bg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bg_create_order_totals.gif" hash="ff6ab75c050b959c539cc6a6fdff2934"/><file name="bg_notifications.gif" hash="a365594725a83585d989f722b3d8c458"/><file name="bg_window_mask.png" hash="93d6efad062d24c94c105802b138b6a5"/><file name="bkg_btn-close2.gif" hash="822457d78fb3c21dc12e9777d83eb4f1"/><file name="bkg_btn-close.gif" hash="df3f2332f0bad01e031deb22b81f630c"/><file name="bkg_config-advanced.png" hash="b898594a9f1849bf386c06979ef613a8"/><file name="bkg_config-nested.png" hash="7b0fdbf98746c3c916b432c37321ccc4"/><file name="bkg_config-shaddow.png" hash="9ee4318e3f4afc446d26e7f66d01cfbd"/><file name="bkg_tooltip.png" hash="56cfed3ed8a65b19f8de88946d1a0a01"/><file name="blank.gif" hash="5722d7bd0f1e1379d0a2005a0a9ea401"/><file name="box_bg.gif" hash="4c501bd6db9d361c18780f106a809b03"/><file name="breadcrumb_bg.gif" hash="72c4adf6c75b4640ca8f7cadffa42266"/><file name="btn_add-image_icon.gif" hash="1d42210fd29fc534d9ed6b41e811d40f"/><file name="btn_add-variable_icon.gif" hash="a2db02e318d107d5b57b444c8d80b8f8"/><file name="btn_add-widget_icon2.gif" hash="467acd3a14fb8be37191f5d2ec5a5b13"/><file name="btn_add-widget_icon.gif" hash="b4f66ca7f6097fbafd672e0b3f076ef4"/><file name="btn_back_bg.gif" hash="8be512788b8044fe31aa8d00cc16ba7b"/><file name="btn_bare_bg.gif" hash="ddbbab8c0d201c3e502d50e7d4a3d64b"/><file name="btn_bg-disabled.gif" hash="079971a9d2c385fe353d35716ec9f26b"/><file name="btn_bg.gif" hash="37c51a4d48a92da9648dcd3ca011039f"/><file name="btn_bg.png" hash="6e3b7003381f919e8f6533444afaa978"/><file name="btn_cancel_bg.gif" hash="fcb3506858fcfa8d1778b0683dc89f54"/><file name="btn_delete_bg.gif" hash="ad740d0c16f2f6603c8ef023004d6539"/><file name="btn_go.gif" hash="1bd787868713767cc205e2ee25e41f62"/><file name="btn_gr_bg.gif" hash="6cc324b79a512150fee24fb3517d22cb"/><file name="btn_gr_on.gif" hash="820c134df02f7bc12efa5a9ac3b4d3dd"/><file name="btn_gr_over.gif" hash="d4c8b807d64c1f493d17c6c9d2bab69a"/><file name="btn_loading-icon.gif" hash="45f500105be432a12c78fed2b4592cf9"/><file name="btn_login.gif" hash="79fa32d49d3f4e39d3fbf8327f9229e1"/><file name="btn_on_bg.gif" hash="709cf5b0be137db1ef8427688503bf37"/><file name="btn_over_bg.gif" hash="f91641168454c03d1fa72731ec97a2b3"/><file name="btn_show-hide_icon.gif" hash="0238c509b33ba56c25df9513bb48f804"/><file name="btn_task_bg.gif" hash="5e0594bd9cbfcc1e32ffa918d7f9c812"/><file name="button-close.png" hash="04d0907b2d7fc3240693497b199f64f5"/><file name="cancel_btn_active_bg.gif" hash="91ce403d286eef2b4e0c13733875882f"/><file name="cancel_btn_bg.gif" hash="26749cf4949ac27c30f597434d3bde65"/><file name="cancel_btn_icon.gif" hash="97e0cd94ed31d6f2a1181f627e60e9a3"/><file name="cancel_btn_over_bg.gif" hash="45eb4e883b17375961672f5390387c31"/><file name="cancel_icon.gif" hash="70a23b78353f0a7b9b118a937fcb7ea9"/><file name="config_tab_dt_bg.gif" hash="a33f71077ca4078caa794cae01d9fca7"/><file name="dashboard-close.gif" hash="5ae5afd61e937fcd2d5b84641255ee4d"/><file name="db-graph-bg.gif" hash="5d76efb7c3244f5684df2566782124ea"/><file name="db-graph-bottom-bg.gif" hash="b58ced87a38a10891106329ae882aa1c"/><file name="db-graph-line2-bg.gif" hash="744ebfdba20d050f4d252afc216394be"/><file name="db-graph-line-bg.gif" hash="f16bb08e040c2c0a3e23b3f35c54b79b"/><file name="db-graph-x-bg.png" hash="d5c26510718a78d22083916d80ef7a22"/><file name="db-header-bg.png" hash="3976cb6351e167686a501a85cf3a68e9"/><file name="db-menu-bg.gif" hash="ea534c3c09bb309e566b6ae876655e13"/><file name="db-menu-bg-hov.gif" hash="34ea76a6d105d90fcb63bf105aadb8f7"/><file name="db-menu-bg-up.gif" hash="b0f754872dff5f2f0dc57ba193fdfa4c"/><file name="db-menu-sep.gif" hash="7c5ae1cd59a189261cc3244358d5c1ad"/><file name="db-menu-sep-last.gif" hash="a01fe34854e1187e466fd58d462c4106"/><file name="db-menu-start.gif" hash="aa5cac2194d937cc7fa904ccfce70ecc"/><file name="db-scroll-bg.gif" hash="06d2411e3b5f350ab21b625439d2d69d"/><file name="db-scroll-but-bot.png" hash="25c0181e76ff8ceb3c0ec59071b8c72c"/><file name="db-scroll-but-bot-roll.png" hash="6bc5e482f3f6d8fb1fc5014ddea43706"/><file name="db-scroll-but-top.png" hash="de7df96e961596be9ff556924259b98b"/><file name="db-scroll-but-top-roll.png" hash="b7961f2a3b5b641694a9b0b30d58e46b"/><file name="db-scroll-roller.png" hash="e01dde7bd096c52179acf29a425a29e5"/><file name="db-tab-bottom-left-bg.gif" hash="124388d44ac58b029377c6311a4782d5"/><file name="db-tab-bottom-mid-bg.gif" hash="9c48f33aa8907cfcb227bc779c2e1dce"/><file name="db-tab-bottom-right-bg.gif" hash="1db45e6fd8abc67d59f96a676607b412"/><file name="db-tab-footer.gif" hash="cac8928acba75bc1edd73186ced78e5c"/><file name="db-tab-header.gif" hash="fdf493b9477fcff7e7be98405effc33d"/><file name="db-tab-header-sep.gif" hash="580312af7441b6a62f7e32081c40fb0f"/><file name="db-tab-left.gif" hash="3fe3c55267dbbdd1db2ff959ccc9e0be"/><file name="db-tab-right.gif" hash="b7a32c8b03efe2fbdb63215d0446e3be"/><file name="dotted_divider_dark.gif" hash="8bf1de196d9ea048bfb25155cedd2e9e"/><file name="dotted_divider_light.gif" hash="92e562bf2070110f6b0a15e29b845445"/><file name="edit_icon.gif" hash="dbda31751c78d964c04394e9d8533187"/><file name="entry_edit_head_arrow_down2.gif" hash="d68dd0fbc2819858a26ea2835c05df77"/><file name="entry_edit_head_arrow_down.gif" hash="985c3ce4439fbf8bb2216fc7e73a3f0b"/><file name="entry_edit_head_arrow_up.gif" hash="d2b90a1823fff9f3917f19b427410144"/><file name="entry_edit_head_bg.gif" hash="1086b7196e8b33c4f46e49fecef0f35f"/><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="error-msg.png" hash="3cd27b642416dacdc28907c89d934886"/><file name="fam_account.gif" hash="c910fd1ff41b940d71b0835e02fc143e"/><file name="fam_application_form_delete.png" hash="972c2d998fc19572dd64af6b5e2e898e"/><file name="fam_application_view_tile.gif" hash="f595a133bf466cb91be23d9686fe6281"/><file name="fam_asterisk_orange.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="fam_bin.gif" hash="2fb388bc9f1d32d3802db8e91dc238bc"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="fam_bullet_disk.gif" hash="9fe82691d960c18d3d315c3f9164af4f"/><file name="fam_bullet_error.gif" hash="008802f44288b732b59cfe9fdbfecefe"/><file name="fam_bullet_success.gif" hash="465a056a3ba3d94367f51c3c0b751391"/><file name="fam_calendar.gif" hash="0614207ce4e3e0a9bd631b39e7692e3c"/><file name="fam_cart.gif" hash="1f2fd2c8ac6574488ea78302b6856191"/><file name="fam_comment.gif" hash="5138f9a4b6019a5b14b8ff9a32a3cb89"/><file name="fam_creditcards.gif" hash="b75b8ce2f4fceb58f8082c48344560c7"/><file name="fam_folder_database.gif" hash="e86175ff0f389ade1fc7bf15e03346eb"/><file name="fam_folder_palette.gif" hash="c0941b9145e06d53cc0d17ac4c151764"/><file name="fam_folder_table.gif" hash="e2914ba75944acd2a9e2d338fa339e16"/><file name="fam_group.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="fam_help.gif" hash="2b5ed4c13a8e24456207b757826c7b2c"/><file name="fam_house.gif" hash="8eb2d580c5a40b7974f4263ca64fb94a"/><file name="fam_layout.gif" hash="5366a5f02260d3a860ef0c4787282ad6"/><file name="fam_leaf.png" hash="078d4f24683331b4557356a59e67b125"/><file name="fam_link.gif" hash="78590d5d8375d1baabe7b66d7b9ceb7d"/><file name="fam_lorry.gif" hash="174e86e45e76e7008fa3510cefa85047"/><file name="fam_money_add.gif" hash="70ceed401fe9913305f2362f7e26225d"/><file name="fam_money.gif" hash="6996bad465222fb6487cab94b4607846"/><file name="fam_monitor.gif" hash="f3bc806ff9d0907320b03018ba2d00ea"/><file name="fam_newspaper_delete.gif" hash="41acabfc19102be92d3ccbc66d1fede3"/><file name="fam_newspaper_error.gif" hash="009bfa425298e1d2e44e38e58cd97938"/><file name="fam_newspaper.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="fam_newspaper_go.gif" hash="eb43105f8e13e3a752d7ca33bb086831"/><file name="fam_package.gif" hash="bf9be09ef64d006455baa211b7c03983"/><file name="fam_package_go.gif" hash="e4f8d380c2f8e5a7345e360293433764"/><file name="fam_page_white_edit.gif" hash="a4f88300b74ad592a5c47ed54ff07af9"/><file name="fam_page_white.gif" hash="26940eb67826c5af72b6048c7c5a8335"/><file name="fam_rainbow.gif" hash="e8b04cc945b3582a181d4ddbc2d2325f"/><file name="fam_refresh.gif" hash="01bbef614023c0890812e76bc7ecf7e0"/><file name="fam_server_database.gif" hash="7901fa06ffd68ed730cf43bb560756fd"/><file name="fam_status_online.gif" hash="a80019ffa3a573f709772ed1099343fc"/><file name="fam_tag_orange.gif" hash="6ce735a0e590bda040b6e1614c42e58a"/><file name="fam_user_comment.gif" hash="014dfd31d9af40e3d5960b2b0d900da3"/><file name="fam_user_edit.gif" hash="f5b36e803060c6b82e639a4fad57b9f7"/><file name="fam_user.gif" hash="63bbdd6d9d7a27591907a7b87898e259"/><file name="filter_row_bg.gif" hash="013a0929a7b2ddc6823bdda17d08acc0"/><file name="footer_bg.gif" hash="7724711d3ca07a5e46a6030e86743a71"/><file name="gift-message-collapse.gif" hash="5b710f5faa9c7352a39c10e3ebbee6fc"/><file name="gift-message-expand.gif" hash="fd53a70cbb1ea048754657a63787e9cb"/><file name="gift-message-grid-column-bg.gif" hash="97a8a9b8cc4ab68e7404ccf1320f50a6"/><file name="grid-cal.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="grid_sort_asc.gif" hash="b78c3a1a27ac9672a31b7d1bbac60322"/><file name="grid_sort_desc.gif" hash="d958b946eba3dba863d724530a0dba1a"/><file name="grid_th_bg.gif" hash="8f4349fac728858374e17edf03390977"/><file name="grid_th_onclick_bg.gif" hash="7bf331e2a41e5331c4210bdc6adc4383"/><file name="grouped_to_order_icon.png" hash="4bdae9a6199655027b8b8aeee8f80ce4"/><file name="header_bg.gif" hash="cbe510856afa5cb0c32642c1f9a8eceb"/><file name="header_top_bg.gif" hash="8440b04c5cb6b1451bb886bfbef260a5"/><file name="horiz_tabs_ul_bg.gif" hash="58dbd9c45f76993346c2bb788896248e"/><file name="icon_btn_add.gif" hash="7300097305b577ee564dc49102822d16"/><file name="icon_btn_back.gif" hash="89ed97cede3f68241446a62c96e3ce4c"/><file name="icon_btn_delete.gif" hash="dbde0b76d36cfd624bf0de166d0a265e"/><file name="icon_btn_save.gif" hash="f5da95ac65efff5f5cf9c8830202764d"/><file name="icon_edit_address.gif" hash="d1ca2bb3a5c86afd379f25d9fc4352e3"/><file name="icon-enabled.png" hash="5fa7c06b312cbea3675e844686e434af"/><file name="icon_export.gif" hash="9a13f20c6a17b41b9c357545c2da5636"/><file name="icon_export.png" hash="fb299dd13df666516eabe16f59193383"/><file name="icon_feed.gif" hash="0366583ed6e285d028442fcdebb05072"/><file name="icon_feed.png" hash="8537f6f88fcff4aac793247143d14e42"/><file name="icon_note_list.gif" hash="8d25ba225ca09b687a78bff510df5d10"/><file name="icon_remove_address.gif" hash="2de2b3d02c19adfb93e9e43a392db178"/><file name="icon-tooltip.png" hash="5767601cd66b23d0b6fe8defc10dd48d"/><file name="ico_success.gif" hash="0afb20898a704a106cb4c598868abf32"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_question-mark.png" hash="23201b7ac207eebd9be0776ea44098a4"/><file name="login_box_bg_auth.jpg" hash="d90a81db1064ec37b0cc92436725c24b"/><file name="login_box_bg.gif" hash="e4654826eaa8d5ebc0ab18e9bee71e1d"/><file name="login_box_bg.jpg" hash="404e37f4ee9f4ff9bfcb638741c7581d"/><file name="login_box_bottom.jpg" hash="038f15261e74bc381484f2fcfa45a73b"/><file name="login_box_legal_bg.gif" hash="528ac4dd480c4fc00ac808bf17394c05"/><file name="login_logo.gif" hash="9cc90e7aa1210883000fe5319862ce14"/><file name="logo.gif" hash="c7e9f290d965f707e4c4a61bfdab58cb"/><file name="logo-large.gif" hash="5c77654c424b0a35cc24d28df5166dc4"/><file name="massaction_bg.gif" hash="8b5f4db3ab3ea09cd5bd0164d67c4f0d"/><file name="massaction_button_bg.gif" hash="4c8262817e48d007237124ce0e7f4d18"/><file name="massaction_links_delimiter.gif" hash="9a0337183b5b67c0eed75993d7f14d10"/><file name="middle_bg.gif" hash="ba4f176d2c553201ebab4aba5c6d3d20"/><file name="more_arrow.gif" hash="38bb4c0e9270250151486d0bb36c476f"/><file name="nav1_active.gif" hash="a7f9ec7689a65c6b796f0d9b97582d01"/><file name="nav1_bg.gif" hash="a1d4ef5b590ce0a425dc04e45ed06cbe"/><file name="nav1_off.gif" hash="5286cbd5ac9ec1b6c027d5b48a74bdab"/><file name="nav1_on.gif" hash="a7f9ec7689a65c6b796f0d9b97582d01"/><file name="nav1_over.gif" hash="2c70d6175f1c965c27dda0598a67e63c"/><file name="nav1_sep.gif" hash="5286cbd5ac9ec1b6c027d5b48a74bdab"/><file name="nav2_last_li_bg.png" hash="279935c9799679fc5894337eaabc7cf0"/><file name="nav2_last_li_over_bg.png" hash="39536f00824293d11242888a76f40a5f"/><file name="nav2_li_bg.gif" hash="0a4f34b0e4436c519d31203f19503b83"/><file name="nav2_li_bg.png" hash="2fad219d162324e9a19f2745d5b6d562"/><file name="nav2_link_bg.gif" hash="dce00ddad351e72e83bc87274cbaa54a"/><file name="nav2_li_over_bg.png" hash="dc37c4a4aab40ea2ae44dea5ea133a9d"/><file name="nav2_parent_arrow.gif" hash="60e012a14a077bd2257343facc369c0c"/><file name="nav3_bg.png" hash="2bc7af80ad8886013da38401b63ab6df"/><file name="nav_bg.gif" hash="1b857c7d35f35ef9f6cae9e03a4e3dff"/><file name="nav_list_bg.gif" hash="7a4e2bdb887c12d8a1152bbcc8c02a3c"/><file name="nav_nest_link_bg.gif" hash="1d0c6b374bf02ac4b5aa012955c431de"/><file name="nav_nest_link_over_bg.gif" hash="fae3c579a4d432503b1f4f929d070609"/><file name="nav_on_bg.gif" hash="ac624b580cae5a76f6c92abc5a44191d"/><file name="nav_parent_arrow.gif" hash="3a95559263e569dc1c8065cb2d9b3f2c"/><file name="note_bg.gif" hash="105967d7c15ab4610726eea52d862a97"/><file name="note_cell_bg.gif" hash="71e656d42f8ba8c2d477c6866c499b71"/><file name="note_msg_icon.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="notice-msg.png" hash="9cd1dfebccec8a2123d543fa49b17bd7"/><file name="pager_arrow_left.gif" hash="6e44f608dac8eb8be1d1ebee5a3285aa"/><file name="pager_arrow_left_off.gif" hash="30f5e56195ab3546b36f4016db5254be"/><file name="pager_arrow_right.gif" hash="cc79526156b7e0c8abce61fad3d53f77"/><file name="pager_arrow_right_off.gif" hash="f01b7dad9acf0180b5c62edbd7ea9939"/><dir name="paypal"><file name="logo-paypal.png" hash="d032551b47e48dced277c4fa344ac7f6"/><file name="pp-allinone.png" hash="c457fe4bfe28a18c90d0abd36fe3f880"/><file name="pp-alt.png" hash="c262d332b342a2f4063cd82a61d11107"/><file name="pp-gateways.png" hash="90acb72c2f46fa131351efe0492d52cf"/><file name="pp-uk.png" hash="e0830ccb14533051b8b0340471744228"/></dir><file name="paypal_logo.gif" hash="871e205a64292121f4c893373acfb581"/><file name="paypal_section.png" hash="d032551b47e48dced277c4fa344ac7f6"/><file name="paypal_tick.gif" hash="e8685c1fb7c4c106ae4fd24e9bbf5a27"/><dir name="placeholder"><file name="thumbnail.jpg" hash="5c73b5aa515b1719f7b398f5131f91a8"/></dir><file name="process_spinner.gif" hash="345b30b4d0b6088d0151ecfbdf48c036"/><file name="product_rating_blank_star.gif" hash="5e20a299c0ff16168be38b6dde580eda"/><file name="product_rating_full_star.gif" hash="dd5aae332178d928a7f49dea7691b5f6"/><file name="reload.png" hash="84cc4883f78ef850814ea9b53989b2a7"/><file name="rule-ajax-loader.gif" hash="32dc1f5901143d36fbd7a6df3950819f"/><file name="rule_chooser_trigger.gif" hash="9c498e789c3ce734f5301c2475e2a04c"/><file name="rule_component_add.gif" hash="7914e57701ca26f5c8bf23c6bc3e1f25"/><file name="rule_component_apply.gif" hash="3f9b9025551da6963a9ecf8d184a204a"/><file name="rule_component_remove.gif" hash="4d785bcecfbe716fa4d749d20738a8f0"/><file name="save_btn_icon.gif" hash="f5da95ac65efff5f5cf9c8830202764d"/><file name="sec_nav_bg.gif" hash="99c6741591cdb2a2a128668a1d32d668"/><file name="section_menu_bg.gif" hash="f9edd44c92743a0c9ae9535a7992d6b1"/><file name="section_menu_bottom.gif" hash="167d2ef46ff80158c807b4b916501b28"/><file name="section_menu_link_bg.gif" hash="bcabd4fea0d67b181f21779564c2284b"/><file name="section_menu_link_over_bg.gif" hash="7da7e56567633aab279cf3aec6f49d8d"/><file name="section_menu_over_span_bg.gif" hash="f5ea5292f15ed62b99f0f51d9fff2c66"/><file name="section_menu_span_bg.gif" hash="dbf3916358e794ee809b4cf33903af2c"/><file name="section_menu_ul_bg.gif" hash="3aea6e5452f548438ca34e17954a9d6b"/><file name="side_col_bg.gif" hash="b3691fd62663457af39eaf71dd8cda5a"/><file name="simple_container_bg.gif" hash="56f1ac91169eb4896b8c91384fc8bf15"/><file name="sort-arrow-down.gif" hash="fc2cd9f756ce510c4470478d720f81cd"/><file name="sort-arrow-down.png" hash="dc65160d9d4d6cdd6bfe1b397a931975"/><file name="sort-arrow-up.gif" hash="39026b0ff1f0c18091caa60384491163"/><file name="sort-arrow-up.png" hash="da54e5306bdce67551aa415f5d7f7ea7"/><file name="sort_heading_bg.gif" hash="6066d09f237f556b0a4770e4788e7598"/><file name="sort_on_bg.gif" hash="0cb36788ed4fbf19e657acbc75a3f1b8"/><file name="sort_row_bg.gif" hash="f2e1c5cb26b9f5211419b99d30745244"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="sub_button_bg.gif" hash="e3f66dd60510f9f7e937e2e55442c30a"/><file name="success_msg_icon.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="success-msg.png" hash="c64cb2acc3d0eeba48fdea83620913ed"/><file name="tabs_link_bg.gif" hash="34447929f5e6591ba9b5795b983fdfd4"/><file name="tabs_link_over_bg.gif" hash="2cf3f56884096055fb0bdf9474f280c9"/><file name="tabs_span_bg.gif" hash="bcabd4fea0d67b181f21779564c2284b"/><file name="tag_blue_edit.gif" hash="b2163ac3baf7d822b48593342846645a"/><file name="tn_cancel_bg.gif" hash="fcb3506858fcfa8d1778b0683dc89f54"/><file name="tooltip_bg.gif" hash="0aa4b866fc067a75f27ab749c1dabf74"/><file name="tooltip_corner.gif" hash="71146534671d5e0751505640b7c59859"/><file name="tooltip_top.gif" hash="032ff52a6ff5714cbdf6c1f62abaf7e5"/><dir name="tree_icons"><file name="joinbottom.gif" hash="4b3daa7f2cc584f1aac0d142275d7cba"/><file name="join.gif" hash="4d5d614e0da056df815a4306d6368692"/><file name="line.gif" hash="63ab38a6203262f15ca46c631232ea2c"/><file name="minusbottom.gif" hash="b09d684cca7135ef728141aaf2464baa"/><file name="minus.gif" hash="d647fbbd0ec410b8f3bb3357b62eedcf"/><file name="nolines_minus.gif" hash="eb2243a354ffcfac93ba0fe948f7167d"/><file name="nolines_plus.gif" hash="ec92b634b63608fb4b0dbf114e3b89e1"/></dir><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><file name="varien_logo.gif" hash="6f10d0fe572cb012947c164217e9e428"/><file name="warning_msg_icon.gif" hash="4cf6ec7f59ab09f9c18b3a4301714c6d"/><dir name="widget"><file name="catalog__category_widget_link.gif" hash="8435943009f1f774bbd6a4809c719eb8"/><file name="catalog__product_widget_link.gif" hash="62f2d7020143f98ba7514469eb612a7f"/><file name="catalog__product_widget_new.gif" hash="37a5af9f98ae73e180ad0cca05c95324"/><file name="cms__widget_block.gif" hash="b7b0b1517cc38b18b92841b33b312190"/><file name="cms__widget_page_link.gif" hash="b839dee210e61850a5858cc8634cbccd"/><file name="default.gif" hash="684143ae5531aa6ba22215f4fadeea6c"/><file name="reports__product_widget_compared.gif" hash="bd3e5a5015eb2c5c64f1d11835166dc4"/><file name="reports__product_widget_viewed.gif" hash="44d5cd71e4fb7235f9cff0c7e2b2f531"/></dir><file name="widget_placeholder.gif" hash="2bd8d72cf12f8d7d0a6a3268f97786ff"/><file name="window_close.png" hash="3af14f053f360bf31f8ba2df73ec7f1e"/><file name="window_content.png" hash="08361df29783d46a2493cf0d8ad733a7"/><file name="window_top.png" hash="555a8db5efa3a252c2ead3d3dadd1075"/><dir name="wysiwyg"><file name="skin_image.png" hash="a521b0c60b001de4a3405e73c4a6cd4a"/></dir></dir><dir name="lib"><dir name="prototype"><dir name="windows"><dir name="themes"><dir name="magento"><file name="btn_bg.gif" hash="37c51a4d48a92da9648dcd3ca011039f"/><file name="content_bg.gif" hash="21278ea0da2d4256f4ced96b6080ba2e"/><file name="top_bg.gif" hash="26f28090de87d64f9b01bf624f89bfe2"/><file name="window_close.png" hash="3af14f053f360bf31f8ba2df73ec7f1e"/></dir><file name="magento.css" hash="a0b153cee7655dad31ee2923657cc08a"/></dir></dir></dir></dir><dir name="media"><file name="editor.swf" hash="259afd515d7b2edee76f67973fea95a6"/><file name="flex.swf" hash="60a8c242ca2ff0e70ed9a038749f4cc1"/><file name="uploaderSingle.swf" hash="304dd960698c5786dcd64b0e138f80ca"/><file name="uploader.swf" hash="1c300001dadd932ef6e33a2fadf941e1"/></dir><file name="menu.css" hash="6f39c760b70b8250c193c5311885193a"/><file name="oauth-simple.css" hash="c8ba6fccc85ce28f4360b10b5b59adb9"/><file name="print.css" hash="db77a54f0e6a7146cad6566eb200a0d5"/><file name="reset.css" hash="d45948716e2dd828a40715b9a43e2115"/></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_Adminhtml</name><channel>community</channel><min>1.7.0.1</min><max>1.8.0.0</max></package><package><name>Lib_Js_Ext</name><channel>community</channel><min>1.7.0.0</min><max>1.8.0.0</max></package></required></dependencies>
18
  </package>
skin/adminhtml/default/default/boxes.css CHANGED
@@ -373,7 +373,8 @@ select.multiselect option { padding:3px 4px; border-bottom:1px solid #ddd;
373
  .form-list td.use-default { border:0 !important; padding-top:5px !important; padding-bottom:5px !important; padding-left:5px !important; background:0 !important; }
374
  .form-list td.hidden { border:0 !important; padding:0 !important; background:0 !important; }
375
  .form-list td.label { width:200px; }
376
- .form-list td.label label { display:block; width:185px; padding-right:15px; }
 
377
  .form-list td.value input.input-text,
378
  .form-list td.value textarea { width:274px; }
379
  .form-list td.value textarea { height:15em; }
@@ -382,12 +383,16 @@ select.multiselect option { padding:3px 4px; border-bottom:1px solid #ddd;
382
  .form-list td.note { background:url(images/note_cell_bg.gif) 6px 10px no-repeat !important; padding-left:18px; }
383
  .form-list td.scope-label { padding-left:5px; color:#6f8992; font-size:.9em; }
384
  .form-list p.note { margin:0; padding:0 0 0 13px; background:url(images/note_bg.gif) 1px 6px no-repeat; font-size:11px; }
 
385
 
386
  .columns .form-list { width:auto; }
387
- .columns .form-list td.value { width:280px; padding-right:5px !important; }
388
  .columns .form-list td.value .next-toinput { width:75px; display:inline; margin-right:5px; }
389
  .columns .form-list td.value .next-toselect input.input-text { width:195px!important; display:inline; }
390
 
 
 
 
391
  .fieldset-wide .form-list { width:100% !important; }
392
  .fieldset-wide .form-list td.value { width:auto !important; }
393
  .fieldset-wide .form-list td.value input.input-text,
@@ -418,8 +423,10 @@ span.delete-file { padding:0; }
418
  .content-header td.form-buttons { float:none; }
419
  .content-header .form-buttons button { margin-bottom:3px; }
420
  .sub-btn-set { border:1px solid #ddd; border-width:0 1px; background:url(images/sub_button_bg.gif) repeat; padding:3px 10px; text-align:right; }
 
 
421
  button,
422
- .form-button { border-width:1px; border-style:solid; border-color:#ed6502 #a04300 #a04300 #ed6502; padding:0 7px 1px 7px; background:#ffac47 url(images/btn_bg.gif) repeat-x 0 100%; color:#fff; font:bold 12px arial, helvetica, sans-serif; cursor:pointer; text-align:center !important; white-space:nowrap; }
423
  button:hover { background:#f77c16 url(images/btn_over_bg.gif) repeat-x 0 0; }
424
  button:active { background:#f77c16 url(images/btn_on_bg.gif) repeat-x 0 0; }
425
  button span { line-height:1.35em; background-repeat:no-repeat; background-position:0 50%; }
@@ -943,39 +950,19 @@ ul.item-options li { padding-left:.7em; }
943
  .giftmessage-whole-order-container .entry-edit label { width:121px; }
944
 
945
  /* PayPal */
946
- .paypal-payment-notice { background:url(images/paypal_logo.gif) no-repeat 5px center #eaf0ee; border:1px solid #ccc; margin-bottom:10px; padding:10px 5px 5px 115px; }
947
- .paypal-payment-notice h4,
948
- .paypal-payment-notice p { margin:0; }
949
- .paypal-payment-notice h2 { color:#444; font-size:1.4em; line-height:1em; }
950
- .paypal-payment-notice a { text-decoration:none; }
951
-
952
- h3.paypal-header { background:url(images/paypal_section.png) no-repeat 0 0; height:0; overflow:hidden; padding:14px 0 0; width:53px; }
953
-
954
- ul.tabs a.paypal-section,
955
- ul.tabs a.paypal-section:hover { background:url(images/tabs_span_bg.gif) repeat-x 0 100%; border-bottom:none; padding:0.5em 0.5em 0.28em 1.5em; }
956
- ul.tabs a.paypal-section:hover { background-color:#d8e6e6; }
957
- ul.tabs a.paypal-section.active, ul.tabs a.paypal-section.active:hover { background-color:#fff; }
958
- ul.tabs a.paypal-section span,
959
- ul.tabs a.paypal-section:hover span { background:url(images/paypal_section.png) no-repeat 0 0; height:0; overflow:hidden; padding:14px 0 0; width:53px; }
960
-
961
- .paypal-selection { border-collapse:collapse; width:100%; }
962
- .paypal-selection .paypal-selection-info { text-align:right; }
963
- .paypal-selection th { font-size:13px; padding:5px 0; text-align:left; vertical-align:middle; }
964
- .paypal-selection td { background:#f2f2f2; border-bottom:5px solid #fff; padding:5px; vertical-align:top; }
965
- .paypal-selection .paypal-selection-simplified { background:#fff; padding-left:35px; }
966
- .paypal-selection td a { color:#2997d8; }
967
- .paypal-selection td strong { color:#3c616a; }
968
- .paypal-selection td label { display:block; padding-left:30px; text-indent:-30px; }
969
- .paypal-selection td div label { display:inline; padding:0; text-indent:0; }
970
- .paypal-selection td input { height:13px; overflow:hidden; margin-right:15px; position:relative; top:-1px; width:13px; vertical-align:middle; }
971
-
972
- .paypal-config .form-list { width:100%; }
973
- .paypal-config tr.hover { background:#f7f7f7; }
974
- .paypal-config tr.hover label { cursor:help; }
975
-
976
- .paypal-credentials { border:1px solid #f2f2f2; }
977
- .paypal-credentials caption { padding:5px; text-align:left; }
978
- .paypal-credentials .value { color:#ccc; }
979
 
980
  /* Packaging for Shipping Popup */
981
  #popup-window-mask,
@@ -1265,13 +1252,111 @@ ul.config-tabs a.last span { background-image:none; }
1265
  .inline-table td { border:0 !important; padding:0 5px 5px !important; }
1266
 
1267
  .system-fieldset-sub-head td { padding:20px 5px 5px 5px; }
 
1268
  .system-fieldset-sub-head h4 { border-bottom:1px solid #ccc; margin:0; }
1269
 
1270
- .system-tooltip-wrap { float:left; }
1271
- .system-tooltip-box { border-left:1px solid #ccc; float:left; line-height:16px; margin-left:5px; padding-left:5px; width:180px; }
1272
- .system-tooltip-small { clear:both; border:none; margin:0; padding:5px; width:100%; }
1273
-
1274
  .comment { padding:5px; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1275
 
1276
  /* Import/export */
1277
 
@@ -1518,6 +1603,7 @@ ul.super-product-attributes { padding-left:15px; }
1518
  .normal { font-weight:normal !important; }
1519
 
1520
  /* Clear */ /* This keeps our HTML free of buncha clearing elements */
 
1521
  .side-col .switcher:after,
1522
  .message-popup .message-popup-head:after,
1523
  .message-popup .message-popup-content .message:after,
373
  .form-list td.use-default { border:0 !important; padding-top:5px !important; padding-bottom:5px !important; padding-left:5px !important; background:0 !important; }
374
  .form-list td.hidden { border:0 !important; padding:0 !important; background:0 !important; }
375
  .form-list td.label { width:200px; }
376
+ .form-list td.use-default label { display:inline-block; vertical-align:middle; padding:0 3px; }
377
+ .form-list td.label label { display:block; width:185px; padding-right:15px; padding-top:1px; }
378
  .form-list td.value input.input-text,
379
  .form-list td.value textarea { width:274px; }
380
  .form-list td.value textarea { height:15em; }
383
  .form-list td.note { background:url(images/note_cell_bg.gif) 6px 10px no-repeat !important; padding-left:18px; }
384
  .form-list td.scope-label { padding-left:5px; color:#6f8992; font-size:.9em; }
385
  .form-list p.note { margin:0; padding:0 0 0 13px; background:url(images/note_bg.gif) 1px 6px no-repeat; font-size:11px; }
386
+ .form-list td.value p.note { width:268px; }
387
 
388
  .columns .form-list { width:auto; }
389
+ .columns .form-list td.value { width:300px; padding-right:5px !important; }
390
  .columns .form-list td.value .next-toinput { width:75px; display:inline; margin-right:5px; }
391
  .columns .form-list td.value .next-toselect input.input-text { width:195px!important; display:inline; }
392
 
393
+ .columns .form-list td.value input[type="checkbox"][id*="use_"] { margin:4px 10px 0 0; vertical-align:top; }
394
+ .columns .form-list td.value input[type="checkbox"][id*="use_"] + label { display:inline-block; vertical-align:top; margin:2px 0 0 -7px; }
395
+
396
  .fieldset-wide .form-list { width:100% !important; }
397
  .fieldset-wide .form-list td.value { width:auto !important; }
398
  .fieldset-wide .form-list td.value input.input-text,
423
  .content-header td.form-buttons { float:none; }
424
  .content-header .form-buttons button { margin-bottom:3px; }
425
  .sub-btn-set { border:1px solid #ddd; border-width:0 1px; background:url(images/sub_button_bg.gif) repeat; padding:3px 10px; text-align:right; }
426
+ button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
427
+ button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
428
  button,
429
+ .form-button { border-width:1px; border-style:solid; border-color:#ed6502 #a04300 #a04300 #ed6502; padding:1px 7px 2px 7px; background:#ffac47 url(images/btn_bg.gif) repeat-x 0 100%; color:#fff; font:bold 12px arial, helvetica, sans-serif; cursor:pointer; text-align:center !important; white-space:nowrap; }
430
  button:hover { background:#f77c16 url(images/btn_over_bg.gif) repeat-x 0 0; }
431
  button:active { background:#f77c16 url(images/btn_on_bg.gif) repeat-x 0 0; }
432
  button span { line-height:1.35em; background-repeat:no-repeat; background-position:0 50%; }
950
  .giftmessage-whole-order-container .entry-edit label { width:121px; }
951
 
952
  /* PayPal */
953
+
954
+ .pp-general-uk > .config-heading .heading strong,
955
+ .pp-method-payflow > .config-heading .heading strong,
956
+ .pp-method-express > .config-heading .heading strong,
957
+ .pp-method-general > .config-heading .heading strong { padding-left:56px; background:url(images/paypal/logo-paypal.png) no-repeat 0 2px; }
958
+ .pp-method-general > .config-heading .button-container { padding:8px 0 0 180px; background:url(images/paypal/pp-allinone.png) no-repeat 0 0; height:26px; }
959
+ .pp-method-express > .config-heading .button-container { padding:0 0 0 160px; background:url(images/paypal/pp-alt.png) no-repeat 0 0; height:29px; }
960
+ .pp-method-payflow > .config-heading .button-container { padding:0px 0 0 99px; background:url(images/paypal/pp-gateways.png) no-repeat 1px 0; height:36px; }
961
+ .pp-general-uk > .config-heading .button-container { padding:9px 0 0 201px; background:url(images/paypal/pp-uk.png) no-repeat 0 0; height:27px; }
962
+ .payflow-settings-notice {padding-bottom: 1em;max-width: 660px;}
963
+ .payflow-settings-notice .important-label {color:red;}
964
+ .payflow-settings-notice ul.options-list {list-style:disc;padding:0 2em;}
965
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
966
 
967
  /* Packaging for Shipping Popup */
968
  #popup-window-mask,
1252
  .inline-table td { border:0 !important; padding:0 5px 5px !important; }
1253
 
1254
  .system-fieldset-sub-head td { padding:20px 5px 5px 5px; }
1255
+ .system-fieldset-sub-head:first-child td { padding:5px 5px 5px 5px; }
1256
  .system-fieldset-sub-head h4 { border-bottom:1px solid #ccc; margin:0; }
1257
 
 
 
 
 
1258
  .comment { padding:5px; }
1259
+ .comment a { color:#888; margin-left:3px; }
1260
+
1261
+ .paypal-payment-notice { font-weight: bold; margin: -10px 0 10px 0; }
1262
+
1263
+ .payment-group-title { border:0; padding:10px 5px 10px; }
1264
+ .payment-group-title strong { display:inline; font-size:14px; border:0; }
1265
+
1266
+ /* Config with nested accordion */
1267
+ .complex > .config { padding:13px 12px 12px; }
1268
+ .section-config.complex table.form-list { width:100%!important; }
1269
+ .complex table td:first-child { padding-left:0px!important; }
1270
+ .complex table td.use-default { width:1px; white-space:nowrap; }
1271
+
1272
+ /* Nested accordion */
1273
+ .section-config .section-config > .config { border:1px solid #d6d6d6; border-top:0; margin:0; padding:15px 12px 20px; background:#fff; }
1274
+ .section-config .section-config > .entry-edit-head { background:#e6e6e6; border:1px solid #d6d6d6; margin:-1px 0 0; padding:4px 12px; }
1275
+ .section-config .section-config > .entry-edit-head > a { color:#2f2f2f; background:url(images/bkg_config-nested.png) 100% 5px no-repeat; }
1276
+ .section-config .section-config > .entry-edit-head > a.open { background-position:100% -195px; }
1277
+ .section-config .section-config > .entry-edit-head > a:hover {}
1278
+ .section-config .section-config.active > .entry-edit-head > a.open {}
1279
+
1280
+ /* Accordion with configure button */
1281
+ .with-button { background:#fff; }
1282
+ .with-button.active > .config { border-bottom-color:#b0b0b0; z-index:1; position:relative; }
1283
+ .with-button.active:after { background:transparent url(images/bkg_config-shaddow.png) repeat-x 0 0; height:5px; overflow:hidden; position:relative; left:0; margin:0 1px -5px; z-index:2; display:block; content:''; }
1284
+
1285
+ tr:last-child .with-button.active > .config { border-bottom-color:#d6d6d6; }
1286
+ tr:last-child .with-button.active:after { display:none; }
1287
+ .config-heading { padding:10px 10px 10px 26px; background:#efefef url(images/icon-enabled.png) no-repeat -999em -999em; border:1px solid #d8d8d8; margin:-1px 0 0; }
1288
+ .enabled .config-heading { background-position:5px 10px; }
1289
+ .config-heading .button-container { float:right; text-align:right; }
1290
+ .config-heading .button span { font-size:14px; font-weight:bold; display:block; text-shadow:0 1px 1px #666; text-transform:capitalize; }
1291
+ .config-heading .button .state-closed { height:auto; }
1292
+ .config-heading .button .state-opened { height:0; overflow:hidden; }
1293
+ .config-heading .button.open .state-closed { height:0; overflow:hidden; }
1294
+ .config-heading .button.open .state-opened { height:auto; }
1295
+ .config-heading .button:active,
1296
+ .config-heading .button:active span { outline:0!important; }
1297
+ .config-heading .heading { float:left; }
1298
+ .config-heading .heading strong { font-size:12px; display:inline-block; }
1299
+ .config-heading .heading a { margin-left:8px; font-size:11px; color:#888; font-weight:normal; }
1300
+ .config-heading .heading a.link-demo:before { content:'|'; display:inline-block; margin-right:8px; color:#888; font-size:12px; }
1301
+ .config-heading .heading .heading-intro { display:block; font-size:11px; }
1302
+
1303
+ td.label label.enabled { background:url(images/icon-enabled.png) no-repeat 100% 1px; min-height:16px; }
1304
+
1305
+ /* Advanced nested config */
1306
+ .section-config .config-advanced > .entry-edit-head { background:none; padding:0 0 0; border:0; }
1307
+ .section-config .config-advanced > .entry-edit-head a { background:none; padding:0; display:inline-block; border-bottom:1px dotted #f67610; color:#f67610!important; line-height:1.1; white-space:nowrap; }
1308
+ .section-config .config-advanced > .entry-edit-head a.open,
1309
+ .section-config .config-advanced > .entry-edit-head a { background:none; }
1310
+ .section-config .config-advanced > .entry-edit-head a:after { content:''; width:7px; height:5px; background:url(images/bkg_config-advanced.png) no-repeat 0 0; overflow:hidden; display:inline-block; vertical-align:middle; margin-right:-13px; margin-left:5px; }
1311
+ .section-config .config-advanced > .entry-edit-head a.open:after { background-position:0 -5px; }
1312
+ .section-config .config-advanced > .config { border:0; padding:15px 0 0;; }
1313
+
1314
+ /* Adjusting spacing between form field and nested accordion */
1315
+ .complex tr.nested + tr[id] > td { padding-top:15px !important; padding-bottom:30px!important; }
1316
+ .complex tr[id] + tr.nested > td { padding-top:15px !important; }
1317
+ .pp-buttons-container { white-space:nowrap; float:left; position:relative; z-index:1; margin-right:-200px; }
1318
+ .pp-buttons-container button { display:inline-block; }
1319
+ .pp-buttons-container button:first-child { margin:0; }
1320
+
1321
+ /* Tooltip for config */
1322
+ .with-tooltip {}
1323
+ .field-tooltip { display:inline-block; width:15px; height:15px; position:relative; z-index:1; background:url(images/icon-tooltip.png) no-repeat 0 0; cursor:help; vertical-align:middle; }
1324
+ .field-tooltip:hover { z-index:100; }
1325
+ .field-tooltip > span { display:none; }
1326
+ .field-tooltip:hover > div:hover,
1327
+ .field-tooltip > div { width:301px; /* width:0; */ background:#f6f6f6 url(images/bkg_tooltip.png) repeat-y 100%; opacity:0; position:absolute; z-index:999; left:-296px; bottom:28px; padding:0 12px; color:#464d50; visibility:hidden; }
1328
+ .field-tooltip > div:before { position:absolute; top:-5px; left:0; content:''; width:325px; height:5px; overflow:hidden; background:url(images/bkg_tooltip.png) no-repeat 0 0; }
1329
+ .field-tooltip > div:after { position:absolute; bottom:-14px; left:-1px; content:''; width:325px; height:14px; overflow:hidden; background:url(images/bkg_tooltip.png) no-repeat -325px 0; }
1330
+
1331
+ .field-tooltip:hover > div:hover,
1332
+ .field-tooltip > div {
1333
+ /* -moz-transition-property:opacity, visibility, bottom;
1334
+ -moz-transition-duration:0.4s, 0s;
1335
+ -moz-transition-timing-function:linear;
1336
+ -moz-transition-delay:0.3s, 0.7s;
1337
+ -webkit-transition-property:opacity, visibility, bottom;
1338
+ -webkit-transition-duration:0.4s, 0s;
1339
+ -webkit-transition-timing-function:linear;
1340
+ -webkit-transition-delay:0.1s, 0.5s;
1341
+ -o-transition-property:opacity, visibility, bottom;
1342
+ -o-transition-duration:0.4s, 0s;
1343
+ -o-transition-timing-function:linear;
1344
+ -o-transition-delay:0.1s, 0.5s;
1345
+ transition-property:opacity, visibility, bottom;
1346
+ transition-duration:0.4s, 0s;
1347
+ transition-timing-function:linear;
1348
+ transition-delay:0.1s, 0.5s; */
1349
+ }
1350
+
1351
+ .field-tooltip:hover > div { opacity:1; width:301px; visibility:visible; bottom:30px; }
1352
+
1353
+ .field-tooltip:hover > div { opacity:1; width:301px; visibility:visible; bottom:30px;
1354
+ /* -moz-transition-duration:0.2s, 0s; -moz-transition-delay:0.1s, 0s;
1355
+ -webkit-transition-duration:0.2s, 0s; -webkit-transition-delay:0.1s, 0s;
1356
+ -o-transition-duration:0.2s, 0s; -o-transition-delay:0.1s, 0s;
1357
+ transition-duration:0.2s, 0s; transition-delay:0.1s, 0s; */
1358
+ }
1359
+
1360
 
1361
  /* Import/export */
1362
 
1603
  .normal { font-weight:normal !important; }
1604
 
1605
  /* Clear */ /* This keeps our HTML free of buncha clearing elements */
1606
+ .config-heading:after,
1607
  .side-col .switcher:after,
1608
  .message-popup .message-popup-head:after,
1609
  .message-popup .message-popup-content .message:after,
skin/adminhtml/default/default/iestyles.css CHANGED
@@ -71,6 +71,27 @@ button.disabled,
71
  button.disabled:hover,
72
  button.disabled:active { filter:alpha(opacity=80); }
73
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
74
  /* Opacity fix */
75
  #loading-mask { filter:alpha(opacity=80); }
76
  #message-popup-window-mask { filter:alpha(opacity=20); }
71
  button.disabled:hover,
72
  button.disabled:active { filter:alpha(opacity=80); }
73
 
74
+ /* Complex config fix */
75
+ .section-config .section-config { float:left; width:100%; /* position:relative; */ margin-right:-2000px; }
76
+ .section-config > .entry-edit-head,
77
+ .config-heading { position:relative; z-index:1; zoom:1; }
78
+ .config-heading .button .state-closed { height:auto; padding:0; margin:0; position:static; }
79
+ .config-heading .button .state-opened { height:0; padding-top:20px; margin-bottom:-20px; position:relative; overflow:hidden; }
80
+ .config-heading .button.open .state-closed { height:0; padding-top:20px; margin-top:-20px; position:relative; overflow:hidden; }
81
+ .config-heading .button.open .state-opened { height:auto; padding:0; margin:0; position:static; }
82
+
83
+ .section-config .config-advanced > .entry-edit-head { float:left; background-image:url(images/bkg_config-advanced.png) no-repeat 100% 0; padding-right:10px; }
84
+ .section-config .config-advanced > .config { clear:both; }
85
+ .section-config .config-advanced > .entry-edit-head a { display:inline; zoom:1; }
86
+ .section-config .config-advanced > .entry-edit-head a { //z-index: expression(runtimeStyle.zIndex = 3, insertAdjacentHTML('beforeEnd', '<span class="ieicon"></span>')); }
87
+ .section-config .config-advanced .ieicon { width:7px; height:5px; background:url(images/bkg_config-advanced.png) no-repeat 0 0; overflow:hidden; display:inline-block; vertical-align:middle; margin-right:-13px; margin-left:5px; }
88
+ .section-config .config-advanced a.open .ieicon { background-position:0 -5px; }
89
+ .section-config .use-default label { white-space:nowrap; padding-left:18px!important; zoom:1; }
90
+ .section-config .use-default input { position:absolute; z-index:1; margin-top:4px; }
91
+ .field-tooltip { display:inline; zoom:1; }
92
+ .field-tooltip > div { background:#f6f6f6; border:2px solid #bcbdbe; bottom:20px; padding:12px; }
93
+
94
+
95
  /* Opacity fix */
96
  #loading-mask { filter:alpha(opacity=80); }
97
  #message-popup-window-mask { filter:alpha(opacity=20); }
skin/adminhtml/default/default/images/bkg_config-advanced.png ADDED
Binary file
skin/adminhtml/default/default/images/bkg_config-nested.png ADDED
Binary file
skin/adminhtml/default/default/images/bkg_config-shaddow.png ADDED
Binary file
skin/adminhtml/default/default/images/bkg_tooltip.png ADDED
Binary file
skin/adminhtml/default/default/images/icon-enabled.png ADDED
Binary file
skin/adminhtml/default/default/images/icon-tooltip.png ADDED
Binary file
skin/adminhtml/default/default/images/paypal/logo-paypal.png ADDED
Binary file
skin/adminhtml/default/default/images/paypal/pp-allinone.png ADDED
Binary file
skin/adminhtml/default/default/images/paypal/pp-alt.png ADDED
Binary file
skin/adminhtml/default/default/images/paypal/pp-gateways.png ADDED
Binary file
skin/adminhtml/default/default/images/paypal/pp-uk.png ADDED
Binary file