Interface_Adminhtml_Default - Version 1.8.0.0

Version Notes

1.8.0.0

Download this release

Release Info

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


Code changes from version 1.7.0.1 to 1.8.0.0

Files changed (425) hide show
  1. app/design/adminhtml/default/default/layout/admin.xml +1 -1
  2. app/design/adminhtml/default/default/layout/adminnotification.xml +1 -1
  3. app/design/adminhtml/default/default/layout/api2.xml +1 -1
  4. app/design/adminhtml/default/default/layout/authorizenet.xml +1 -1
  5. app/design/adminhtml/default/default/layout/bundle.xml +1 -1
  6. app/design/adminhtml/default/default/layout/captcha.xml +1 -1
  7. app/design/adminhtml/default/default/layout/catalog.xml +1 -1
  8. app/design/adminhtml/default/default/layout/cms.xml +1 -1
  9. app/design/adminhtml/default/default/layout/connect.xml +1 -1
  10. app/design/adminhtml/default/default/layout/currencysymbol.xml +1 -1
  11. app/design/adminhtml/default/default/layout/customer.xml +1 -1
  12. app/design/adminhtml/default/default/layout/dataflow.xml +1 -1
  13. app/design/adminhtml/default/default/layout/downloadable.xml +1 -1
  14. app/design/adminhtml/default/default/layout/giftmessage.xml +1 -1
  15. app/design/adminhtml/default/default/layout/index.xml +7 -1
  16. app/design/adminhtml/default/default/layout/main.xml +1 -1
  17. app/design/adminhtml/default/default/layout/newsletter.xml +1 -1
  18. app/design/adminhtml/default/default/layout/oauth.xml +1 -1
  19. app/design/adminhtml/default/default/layout/pagecache.xml +1 -1
  20. app/design/adminhtml/default/default/layout/promo.xml +1 -1
  21. app/design/adminhtml/default/default/layout/report.xml +1 -1
  22. app/design/adminhtml/default/default/layout/rss.xml +1 -1
  23. app/design/adminhtml/default/default/layout/sales.xml +1 -1
  24. app/design/adminhtml/default/default/layout/search.xml +1 -1
  25. app/design/adminhtml/default/default/layout/tag.xml +1 -1
  26. app/design/adminhtml/default/default/layout/tax.xml +34 -0
  27. app/design/adminhtml/default/default/layout/widget.xml +1 -1
  28. app/design/adminhtml/default/default/template/access_denied.phtml +1 -1
  29. app/design/adminhtml/default/default/template/api/role_users_grid_js.phtml +1 -1
  30. app/design/adminhtml/default/default/template/api/roleinfo.phtml +1 -1
  31. app/design/adminhtml/default/default/template/api/roles.phtml +1 -1
  32. app/design/adminhtml/default/default/template/api/rolesedit.phtml +1 -1
  33. app/design/adminhtml/default/default/template/api/rolesusers.phtml +1 -1
  34. app/design/adminhtml/default/default/template/api/user_roles_grid_js.phtml +1 -1
  35. app/design/adminhtml/default/default/template/api/userinfo.phtml +1 -1
  36. app/design/adminhtml/default/default/template/api/usernroles.phtml +1 -1
  37. app/design/adminhtml/default/default/template/api/userroles.phtml +1 -1
  38. app/design/adminhtml/default/default/template/api/users.phtml +1 -1
  39. app/design/adminhtml/default/default/template/api2/attribute/buttons.phtml +1 -1
  40. app/design/adminhtml/default/default/template/api2/attribute/resource.phtml +1 -1
  41. app/design/adminhtml/default/default/template/api2/permissions/user/edit/tab/roles/js.phtml +1 -1
  42. app/design/adminhtml/default/default/template/api2/role/buttons.phtml +1 -1
  43. app/design/adminhtml/default/default/template/api2/role/users_grid_js.phtml +1 -1
  44. app/design/adminhtml/default/default/template/authorizenet/directpost/iframe.phtml +1 -1
  45. app/design/adminhtml/default/default/template/authorizenet/directpost/info.phtml +1 -1
  46. app/design/adminhtml/default/default/template/backup/left.phtml +1 -1
  47. app/design/adminhtml/default/default/template/backup/list.phtml +1 -1
  48. app/design/adminhtml/default/default/template/bundle/product/composite/fieldset/options/bundle.phtml +1 -1
  49. app/design/adminhtml/default/default/template/bundle/product/composite/fieldset/options/type/checkbox.phtml +1 -1
  50. app/design/adminhtml/default/default/template/bundle/product/composite/fieldset/options/type/multi.phtml +1 -1
  51. app/design/adminhtml/default/default/template/bundle/product/composite/fieldset/options/type/radio.phtml +1 -1
  52. app/design/adminhtml/default/default/template/bundle/product/composite/fieldset/options/type/select.phtml +1 -1
  53. app/design/adminhtml/default/default/template/bundle/product/edit/bundle.phtml +10 -1
  54. app/design/adminhtml/default/default/template/bundle/product/edit/bundle/option.phtml +1 -1
  55. app/design/adminhtml/default/default/template/bundle/product/edit/bundle/option/search.phtml +1 -1
  56. app/design/adminhtml/default/default/template/bundle/product/edit/bundle/option/selection.phtml +2 -2
  57. app/design/adminhtml/default/default/template/bundle/sales/creditmemo/create/items/renderer.phtml +4 -4
  58. app/design/adminhtml/default/default/template/bundle/sales/creditmemo/view/items/renderer.phtml +4 -4
  59. app/design/adminhtml/default/default/template/bundle/sales/invoice/create/items/renderer.phtml +4 -4
  60. app/design/adminhtml/default/default/template/bundle/sales/invoice/view/items/renderer.phtml +4 -4
  61. app/design/adminhtml/default/default/template/bundle/sales/order/view/items/renderer.phtml +4 -4
  62. app/design/adminhtml/default/default/template/bundle/sales/shipment/create/items/renderer.phtml +4 -4
  63. app/design/adminhtml/default/default/template/bundle/sales/shipment/view/items/renderer.phtml +4 -4
  64. app/design/adminhtml/default/default/template/captcha/zend.phtml +1 -1
  65. app/design/adminhtml/default/default/template/catalog/category/checkboxes/tree.phtml +1 -1
  66. app/design/adminhtml/default/default/template/catalog/category/edit.phtml +1 -1
  67. app/design/adminhtml/default/default/template/catalog/category/edit/form.phtml +2 -2
  68. app/design/adminhtml/default/default/template/catalog/category/tree.phtml +1 -1
  69. app/design/adminhtml/default/default/template/catalog/category/widget/tree.phtml +1 -1
  70. app/design/adminhtml/default/default/template/catalog/form/renderer/fieldset/element.phtml +6 -2
  71. app/design/adminhtml/default/default/template/catalog/product.phtml +1 -1
  72. app/design/adminhtml/default/default/template/catalog/product/attribute/js.phtml +1 -1
  73. app/design/adminhtml/default/default/template/catalog/product/attribute/new/created.phtml +1 -1
  74. app/design/adminhtml/default/default/template/catalog/product/attribute/options.phtml +3 -2
  75. app/design/adminhtml/default/default/template/catalog/product/attribute/set/main.phtml +2 -2
  76. app/design/adminhtml/default/default/template/catalog/product/attribute/set/main/tree/attribute.phtml +1 -1
  77. app/design/adminhtml/default/default/template/catalog/product/attribute/set/main/tree/group.phtml +1 -1
  78. app/design/adminhtml/default/default/template/catalog/product/attribute/set/toolbar/add.phtml +1 -1
  79. app/design/adminhtml/default/default/template/catalog/product/attribute/set/toolbar/main.phtml +1 -1
  80. app/design/adminhtml/default/default/template/catalog/product/composite/configure.phtml +1 -1
  81. app/design/adminhtml/default/default/template/catalog/product/composite/fieldset/configurable.phtml +1 -1
  82. app/design/adminhtml/default/default/template/catalog/product/composite/fieldset/grouped.phtml +1 -1
  83. app/design/adminhtml/default/default/template/catalog/product/composite/fieldset/options.phtml +1 -1
  84. app/design/adminhtml/default/default/template/catalog/product/composite/fieldset/options/js.phtml +1 -1
  85. app/design/adminhtml/default/default/template/catalog/product/composite/fieldset/options/type/date.phtml +1 -1
  86. app/design/adminhtml/default/default/template/catalog/product/composite/fieldset/options/type/default.phtml +1 -1
  87. app/design/adminhtml/default/default/template/catalog/product/composite/fieldset/options/type/file.phtml +2 -2
  88. app/design/adminhtml/default/default/template/catalog/product/composite/fieldset/options/type/select.phtml +1 -1
  89. app/design/adminhtml/default/default/template/catalog/product/composite/fieldset/options/type/text.phtml +1 -1
  90. app/design/adminhtml/default/default/template/catalog/product/composite/fieldset/qty.phtml +1 -1
  91. app/design/adminhtml/default/default/template/catalog/product/created.phtml +1 -1
  92. app/design/adminhtml/default/default/template/catalog/product/edit.phtml +1 -1
  93. app/design/adminhtml/default/default/template/catalog/product/edit/action/attribute.phtml +1 -1
  94. app/design/adminhtml/default/default/template/catalog/product/edit/action/inventory.phtml +1 -1
  95. app/design/adminhtml/default/default/template/catalog/product/edit/action/websites.phtml +1 -1
  96. app/design/adminhtml/default/default/template/catalog/product/edit/categories.phtml +1 -1
  97. app/design/adminhtml/default/default/template/catalog/product/edit/options.phtml +1 -1
  98. app/design/adminhtml/default/default/template/catalog/product/edit/options/option.phtml +1 -1
  99. app/design/adminhtml/default/default/template/catalog/product/edit/options/type/date.phtml +1 -1
  100. app/design/adminhtml/default/default/template/catalog/product/edit/options/type/file.phtml +1 -1
  101. app/design/adminhtml/default/default/template/catalog/product/edit/options/type/select.phtml +1 -1
  102. app/design/adminhtml/default/default/template/catalog/product/edit/options/type/text.phtml +1 -1
  103. app/design/adminhtml/default/default/template/catalog/product/edit/price/group.phtml +1 -1
  104. app/design/adminhtml/default/default/template/catalog/product/edit/price/tier.phtml +3 -3
  105. app/design/adminhtml/default/default/template/catalog/product/edit/serializer.phtml +1 -1
  106. app/design/adminhtml/default/default/template/catalog/product/edit/super/config.phtml +1 -1
  107. app/design/adminhtml/default/default/template/catalog/product/edit/websites.phtml +1 -1
  108. app/design/adminhtml/default/default/template/catalog/product/helper/gallery.phtml +3 -3
  109. app/design/adminhtml/default/default/template/catalog/product/js.phtml +1 -1
  110. app/design/adminhtml/default/default/template/catalog/product/price.phtml +1 -1
  111. app/design/adminhtml/default/default/template/catalog/product/tab/alert.phtml +1 -1
  112. app/design/adminhtml/default/default/template/catalog/product/tab/inventory.phtml +1 -1
  113. app/design/adminhtml/default/default/template/catalog/product/widget/chooser/container.phtml +1 -1
  114. app/design/adminhtml/default/default/template/catalog/wysiwyg/js.phtml +2 -1
  115. app/design/adminhtml/default/default/template/cms/browser/content.phtml +1 -1
  116. app/design/adminhtml/default/default/template/cms/browser/content/files.phtml +1 -1
  117. app/design/adminhtml/default/default/template/cms/browser/content/newfolder.phtml +1 -1
  118. app/design/adminhtml/default/default/template/cms/browser/content/uploader.phtml +1 -1
  119. app/design/adminhtml/default/default/template/cms/browser/js.phtml +1 -1
  120. app/design/adminhtml/default/default/template/cms/browser/tree.phtml +1 -1
  121. app/design/adminhtml/default/default/template/cms/page/edit/form/renderer/content.phtml +1 -1
  122. app/design/adminhtml/default/default/template/coming.phtml +1 -1
  123. app/design/adminhtml/default/default/template/connect/extension/custom/authors.phtml +1 -1
  124. app/design/adminhtml/default/default/template/connect/extension/custom/contents.phtml +1 -1
  125. app/design/adminhtml/default/default/template/connect/extension/custom/depends.phtml +1 -1
  126. app/design/adminhtml/default/default/template/connect/extension/custom/load.phtml +1 -1
  127. app/design/adminhtml/default/default/template/connect/extension/custom/package.phtml +1 -1
  128. app/design/adminhtml/default/default/template/connect/extension/custom/release.phtml +1 -1
  129. app/design/adminhtml/default/default/template/currencysymbol/grid.phtml +1 -1
  130. app/design/adminhtml/default/default/template/customer/edit/js.phtml +1 -1
  131. app/design/adminhtml/default/default/template/customer/edit/tab/account/form/renderer/group.phtml +1 -1
  132. app/design/adminhtml/default/default/template/customer/edit/tab/view/grid/item.phtml +1 -1
  133. app/design/adminhtml/default/default/template/customer/online.phtml +1 -1
  134. app/design/adminhtml/default/default/template/customer/sales/order/create/address/form/renderer/vat.phtml +1 -1
  135. app/design/adminhtml/default/default/template/customer/system/config/validatevat.phtml +1 -1
  136. app/design/adminhtml/default/default/template/customer/tab/addresses.phtml +4 -2
  137. app/design/adminhtml/default/default/template/customer/tab/cart.phtml +1 -1
  138. app/design/adminhtml/default/default/template/customer/tab/newsletter.phtml +1 -1
  139. app/design/adminhtml/default/default/template/customer/tab/view.phtml +1 -1
  140. app/design/adminhtml/default/default/template/customer/tab/view/sales.phtml +1 -1
  141. app/design/adminhtml/default/default/template/customer/tab/wishlist.phtml +1 -1
  142. app/design/adminhtml/default/default/template/dashboard/graph.phtml +1 -1
  143. app/design/adminhtml/default/default/template/dashboard/graph/disabled.phtml +1 -1
  144. app/design/adminhtml/default/default/template/dashboard/grid.phtml +1 -1
  145. app/design/adminhtml/default/default/template/dashboard/index.phtml +1 -1
  146. app/design/adminhtml/default/default/template/dashboard/salebar.phtml +1 -1
  147. app/design/adminhtml/default/default/template/dashboard/searches.phtml +1 -1
  148. app/design/adminhtml/default/default/template/dashboard/store/switcher.phtml +1 -1
  149. app/design/adminhtml/default/default/template/dashboard/totalbar.phtml +1 -1
  150. app/design/adminhtml/default/default/template/directory/js/optional_zip_countries.phtml +1 -1
  151. app/design/adminhtml/default/default/template/downloadable/product/composite/fieldset/downloadable.phtml +1 -1
  152. app/design/adminhtml/default/default/template/downloadable/product/edit/downloadable.phtml +1 -1
  153. app/design/adminhtml/default/default/template/downloadable/product/edit/downloadable/links.phtml +1 -1
  154. app/design/adminhtml/default/default/template/downloadable/product/edit/downloadable/samples.phtml +1 -1
  155. app/design/adminhtml/default/default/template/downloadable/sales/items/column/downloadable/creditmemo/name.phtml +3 -3
  156. app/design/adminhtml/default/default/template/downloadable/sales/items/column/downloadable/invoice/name.phtml +3 -3
  157. app/design/adminhtml/default/default/template/downloadable/sales/items/column/downloadable/name.phtml +3 -3
  158. app/design/adminhtml/default/default/template/downloadable/sales/order/creditmemo/create/items/renderer/downloadable.phtml +1 -1
  159. app/design/adminhtml/default/default/template/downloadable/sales/order/creditmemo/view/items/renderer/downloadable.phtml +1 -1
  160. app/design/adminhtml/default/default/template/downloadable/sales/order/invoice/create/items/renderer/downloadable.phtml +1 -1
  161. app/design/adminhtml/default/default/template/downloadable/sales/order/invoice/view/items/renderer/downloadable.phtml +1 -1
  162. app/design/adminhtml/default/default/template/downloadable/sales/order/view/items/renderer/downloadable.phtml +1 -1
  163. app/design/adminhtml/default/default/template/eav/attribute/edit/js.phtml +1 -1
  164. app/design/adminhtml/default/default/template/eav/attribute/options.phtml +224 -0
  165. app/design/adminhtml/default/default/template/email/order/items.phtml +1 -1
  166. app/design/adminhtml/default/default/template/empty.phtml +1 -1
  167. app/design/adminhtml/default/default/template/example.phtml +1 -1
  168. app/design/adminhtml/default/default/template/forgotpassword.phtml +1 -1
  169. app/design/adminhtml/default/default/template/formkey.phtml +1 -1
  170. app/design/adminhtml/default/default/template/giftmessage/form.phtml +1 -1
  171. app/design/adminhtml/default/default/template/giftmessage/giftoptionsform.phtml +1 -1
  172. app/design/adminhtml/default/default/template/giftmessage/helper.phtml +5 -5
  173. app/design/adminhtml/default/default/template/giftmessage/popup.phtml +1 -1
  174. app/design/adminhtml/default/default/template/giftmessage/sales/order/create/giftoptions.phtml +1 -1
  175. app/design/adminhtml/default/default/template/giftmessage/sales/order/create/items.phtml +1 -1
  176. app/design/adminhtml/default/default/template/giftmessage/sales/order/view/giftoptions.phtml +1 -1
  177. app/design/adminhtml/default/default/template/giftmessage/sales/order/view/items.phtml +1 -1
  178. app/design/adminhtml/default/default/template/googlebase/captcha.phtml +1 -1
  179. app/design/adminhtml/default/default/template/googlebase/items.phtml +1 -1
  180. app/design/adminhtml/default/default/template/googlebase/types/edit/attributes.phtml +1 -1
  181. app/design/adminhtml/default/default/template/importexport/busy.phtml +1 -1
  182. app/design/adminhtml/default/default/template/importexport/export/form/after.phtml +1 -1
  183. app/design/adminhtml/default/default/template/importexport/export/form/before.phtml +1 -1
  184. app/design/adminhtml/default/default/template/importexport/import/form/after.phtml +1 -1
  185. app/design/adminhtml/default/default/template/importexport/import/form/before.phtml +9 -2
  186. app/design/adminhtml/default/default/template/importexport/import/frame/result.phtml +1 -1
  187. app/design/adminhtml/default/default/template/index/notifications.phtml +1 -1
  188. app/design/adminhtml/default/default/template/login.phtml +5 -3
  189. app/design/adminhtml/default/default/template/media/editor.phtml +1 -1
  190. app/design/adminhtml/default/default/template/media/uploader.phtml +1 -1
  191. app/design/adminhtml/default/default/template/newsletter/preview/iframeswitcher.phtml +1 -1
  192. app/design/adminhtml/default/default/template/newsletter/preview/store.phtml +1 -1
  193. app/design/adminhtml/default/default/template/newsletter/problem/list.phtml +1 -1
  194. app/design/adminhtml/default/default/template/newsletter/queue/edit.phtml +1 -1
  195. app/design/adminhtml/default/default/template/newsletter/queue/list.phtml +1 -1
  196. app/design/adminhtml/default/default/template/newsletter/queue/preview.phtml +1 -1
  197. app/design/adminhtml/default/default/template/newsletter/subscriber/list.phtml +1 -1
  198. app/design/adminhtml/default/default/template/newsletter/template/edit.phtml +1 -1
  199. app/design/adminhtml/default/default/template/newsletter/template/list.phtml +1 -1
  200. app/design/adminhtml/default/default/template/newsletter/template/preview.phtml +1 -1
  201. app/design/adminhtml/default/default/template/notification/baseurl.phtml +1 -1
  202. app/design/adminhtml/default/default/template/notification/security.phtml +1 -1
  203. app/design/adminhtml/default/default/template/notification/survey.phtml +1 -1
  204. app/design/adminhtml/default/default/template/notification/toolbar.phtml +1 -1
  205. app/design/adminhtml/default/default/template/notification/window.phtml +1 -1
  206. app/design/adminhtml/default/default/template/oauth/authorize/button-simple.phtml +1 -1
  207. app/design/adminhtml/default/default/template/oauth/authorize/button.phtml +1 -1
  208. app/design/adminhtml/default/default/template/oauth/authorize/confirm-simple.phtml +1 -1
  209. app/design/adminhtml/default/default/template/oauth/authorize/confirm.phtml +1 -1
  210. app/design/adminhtml/default/default/template/oauth/authorize/form/login-simple.phtml +1 -1
  211. app/design/adminhtml/default/default/template/oauth/authorize/form/login.phtml +1 -1
  212. app/design/adminhtml/default/default/template/oauth/authorize/head-simple.phtml +1 -1
  213. app/design/adminhtml/default/default/template/oauth/authorize/reject-simple.phtml +1 -1
  214. app/design/adminhtml/default/default/template/oauth/authorize/reject.phtml +1 -1
  215. app/design/adminhtml/default/default/template/overlay_popup.phtml +1 -1
  216. app/design/adminhtml/default/default/template/page.phtml +1 -1
  217. app/design/adminhtml/default/default/template/page/footer.phtml +1 -1
  218. app/design/adminhtml/default/default/template/page/header.phtml +1 -1
  219. app/design/adminhtml/default/default/template/page/js/calendar.phtml +1 -1
  220. app/design/adminhtml/default/default/template/page/js/translate.phtml +1 -1
  221. app/design/adminhtml/default/default/template/page/menu.phtml +1 -1
  222. app/design/adminhtml/default/default/template/page/notices.phtml +1 -1
  223. app/design/adminhtml/default/default/template/pagecache/cache/additional.phtml +1 -1
  224. app/design/adminhtml/default/default/template/paygate/form/cc.phtml +1 -1
  225. app/design/adminhtml/default/default/template/paygate/info/cc.phtml +2 -2
  226. app/design/adminhtml/default/default/template/paygate/info/pdf.phtml +2 -2
  227. app/design/adminhtml/default/default/template/payment/form/cc.phtml +1 -1
  228. app/design/adminhtml/default/default/template/payment/form/ccsave.phtml +1 -1
  229. app/design/adminhtml/default/default/template/payment/form/checkmo.phtml +1 -1
  230. app/design/adminhtml/default/default/template/payment/form/purchaseorder.phtml +1 -1
  231. app/design/adminhtml/default/default/template/payment/info/banktransfer.phtml +1 -1
  232. app/design/adminhtml/default/default/template/payment/info/checkmo.phtml +4 -4
  233. app/design/adminhtml/default/default/template/payment/info/default.phtml +2 -2
  234. app/design/adminhtml/default/default/template/payment/info/pdf/checkmo.phtml +4 -4
  235. app/design/adminhtml/default/default/template/payment/info/pdf/default.phtml +2 -2
  236. app/design/adminhtml/default/default/template/payment/info/pdf/purchaseorder.phtml +2 -2
  237. app/design/adminhtml/default/default/template/payment/info/purchaseorder.phtml +3 -3
  238. app/design/adminhtml/default/default/template/paypal/system/config/api_wizard.phtml +1 -1
  239. app/design/adminhtml/default/default/template/paypal/system/config/fieldset/global.phtml +1 -1
  240. app/design/adminhtml/default/default/template/paypal/system/config/fieldset/hint.phtml +1 -1
  241. app/design/adminhtml/default/default/template/paypal/system/config/fieldset/store.phtml +1 -1
  242. app/design/adminhtml/default/default/template/paypal/system/config/payflowlink/advanced.phtml +1 -1
  243. app/design/adminhtml/default/default/template/paypal/system/config/payflowlink/info.phtml +1 -1
  244. app/design/adminhtml/default/default/template/permissions/roleinfo.phtml +1 -1
  245. app/design/adminhtml/default/default/template/permissions/roles.phtml +1 -1
  246. app/design/adminhtml/default/default/template/permissions/rolesedit.phtml +1 -1
  247. app/design/adminhtml/default/default/template/permissions/rolesusers.phtml +1 -1
  248. app/design/adminhtml/default/default/template/permissions/userinfo.phtml +1 -1
  249. app/design/adminhtml/default/default/template/permissions/usernroles.phtml +1 -1
  250. app/design/adminhtml/default/default/template/permissions/userroles.phtml +1 -1
  251. app/design/adminhtml/default/default/template/permissions/users.phtml +1 -1
  252. app/design/adminhtml/default/default/template/poll/answers/list.phtml +1 -1
  253. app/design/adminhtml/default/default/template/popup.phtml +1 -1
  254. app/design/adminhtml/default/default/template/promo/fieldset.phtml +1 -1
  255. app/design/adminhtml/default/default/template/promo/form.phtml +1 -1
  256. app/design/adminhtml/default/default/template/promo/js.phtml +1 -1
  257. app/design/adminhtml/default/default/template/promo/salesrulejs.phtml +12 -1
  258. app/design/adminhtml/default/default/template/rating/detailed.phtml +1 -1
  259. app/design/adminhtml/default/default/template/rating/options.phtml +1 -1
  260. app/design/adminhtml/default/default/template/rating/stars/detailed.phtml +1 -1
  261. app/design/adminhtml/default/default/template/rating/stars/summary.phtml +1 -1
  262. app/design/adminhtml/default/default/template/report/grid.phtml +1 -1
  263. app/design/adminhtml/default/default/template/report/grid/container.phtml +1 -1
  264. app/design/adminhtml/default/default/template/report/refresh/statistics.phtml +1 -1
  265. app/design/adminhtml/default/default/template/report/store/switcher.phtml +1 -1
  266. app/design/adminhtml/default/default/template/report/store/switcher/enhanced.phtml +1 -1
  267. app/design/adminhtml/default/default/template/report/wishlist.phtml +1 -1
  268. app/design/adminhtml/default/default/template/resetforgottenpassword.phtml +7 -7
  269. app/design/adminhtml/default/default/template/review/add.phtml +1 -1
  270. app/design/adminhtml/default/default/template/sales/billing/agreement/form.phtml +1 -1
  271. app/design/adminhtml/default/default/template/sales/billing/agreement/view/form.phtml +1 -1
  272. app/design/adminhtml/default/default/template/sales/billing/agreement/view/tab/info.phtml +1 -1
  273. app/design/adminhtml/default/default/template/sales/items/column/name.phtml +4 -4
  274. app/design/adminhtml/default/default/template/sales/items/column/qty.phtml +1 -1
  275. app/design/adminhtml/default/default/template/sales/items/renderer/default.phtml +4 -4
  276. app/design/adminhtml/default/default/template/sales/order/address/form.phtml +1 -1
  277. app/design/adminhtml/default/default/template/sales/order/comments/view.phtml +1 -1
  278. app/design/adminhtml/default/default/template/sales/order/create/abstract.phtml +1 -1
  279. app/design/adminhtml/default/default/template/sales/order/create/billing/method/form.phtml +3 -3
  280. app/design/adminhtml/default/default/template/sales/order/create/comment.phtml +1 -1
  281. app/design/adminhtml/default/default/template/sales/order/create/coupons/form.phtml +1 -1
  282. app/design/adminhtml/default/default/template/sales/order/create/data.phtml +1 -1
  283. app/design/adminhtml/default/default/template/sales/order/create/form.phtml +1 -1
  284. app/design/adminhtml/default/default/template/sales/order/create/form/account.phtml +1 -1
  285. app/design/adminhtml/default/default/template/sales/order/create/form/address.phtml +2 -2
  286. app/design/adminhtml/default/default/template/sales/order/create/giftmessage.phtml +1 -1
  287. app/design/adminhtml/default/default/template/sales/order/create/items.phtml +1 -1
  288. app/design/adminhtml/default/default/template/sales/order/create/items/grid.phtml +16 -9
  289. app/design/adminhtml/default/default/template/sales/order/create/js.phtml +1 -1
  290. app/design/adminhtml/default/default/template/sales/order/create/newsletter/form.phtml +1 -1
  291. app/design/adminhtml/default/default/template/sales/order/create/shipping/method/form.phtml +1 -1
  292. app/design/adminhtml/default/default/template/sales/order/create/sidebar.phtml +1 -1
  293. app/design/adminhtml/default/default/template/sales/order/create/sidebar/items.phtml +2 -2
  294. app/design/adminhtml/default/default/template/sales/order/create/store/select.phtml +1 -1
  295. app/design/adminhtml/default/default/template/sales/order/create/totals.phtml +1 -1
  296. app/design/adminhtml/default/default/template/sales/order/create/totals/default.phtml +1 -1
  297. app/design/adminhtml/default/default/template/sales/order/create/totals/grandtotal.phtml +1 -1
  298. app/design/adminhtml/default/default/template/sales/order/create/totals/shipping.phtml +1 -1
  299. app/design/adminhtml/default/default/template/sales/order/create/totals/subtotal.phtml +1 -1
  300. app/design/adminhtml/default/default/template/sales/order/create/totals/tax.phtml +1 -1
  301. app/design/adminhtml/default/default/template/sales/order/creditmemo/create/form.phtml +1 -1
  302. app/design/adminhtml/default/default/template/sales/order/creditmemo/create/items.phtml +1 -1
  303. app/design/adminhtml/default/default/template/sales/order/creditmemo/create/items/renderer/configurable.phtml +1 -1
  304. app/design/adminhtml/default/default/template/sales/order/creditmemo/create/items/renderer/default.phtml +1 -1
  305. app/design/adminhtml/default/default/template/sales/order/creditmemo/create/totals/adjustments.phtml +1 -1
  306. app/design/adminhtml/default/default/template/sales/order/creditmemo/view/form.phtml +1 -1
  307. app/design/adminhtml/default/default/template/sales/order/creditmemo/view/items.phtml +1 -1
  308. app/design/adminhtml/default/default/template/sales/order/creditmemo/view/items/renderer/configurable.phtml +1 -1
  309. app/design/adminhtml/default/default/template/sales/order/creditmemo/view/items/renderer/default.phtml +1 -1
  310. app/design/adminhtml/default/default/template/sales/order/giftoptions.phtml +1 -1
  311. app/design/adminhtml/default/default/template/sales/order/invoice/create/form.phtml +10 -8
  312. app/design/adminhtml/default/default/template/sales/order/invoice/create/items.phtml +1 -1
  313. app/design/adminhtml/default/default/template/sales/order/invoice/create/items/renderer/configurable.phtml +1 -1
  314. app/design/adminhtml/default/default/template/sales/order/invoice/create/items/renderer/default.phtml +1 -1
  315. app/design/adminhtml/default/default/template/sales/order/invoice/create/tracking.phtml +1 -1
  316. app/design/adminhtml/default/default/template/sales/order/invoice/view/form.phtml +1 -1
  317. app/design/adminhtml/default/default/template/sales/order/invoice/view/items.phtml +1 -1
  318. app/design/adminhtml/default/default/template/sales/order/invoice/view/items/renderer/configurable.phtml +1 -1
  319. app/design/adminhtml/default/default/template/sales/order/invoice/view/items/renderer/default.phtml +1 -1
  320. app/design/adminhtml/default/default/template/sales/order/shipment/create/form.phtml +1 -1
  321. app/design/adminhtml/default/default/template/sales/order/shipment/create/items.phtml +1 -1
  322. app/design/adminhtml/default/default/template/sales/order/shipment/create/items/renderer/configurable.phtml +1 -1
  323. app/design/adminhtml/default/default/template/sales/order/shipment/create/items/renderer/default.phtml +1 -1
  324. app/design/adminhtml/default/default/template/sales/order/shipment/create/tracking.phtml +1 -1
  325. app/design/adminhtml/default/default/template/sales/order/shipment/packaging/grid.phtml +1 -1
  326. app/design/adminhtml/default/default/template/sales/order/shipment/packaging/packed.phtml +1 -1
  327. app/design/adminhtml/default/default/template/sales/order/shipment/packaging/popup.phtml +1 -1
  328. app/design/adminhtml/default/default/template/sales/order/shipment/tracking/info.phtml +1 -1
  329. app/design/adminhtml/default/default/template/sales/order/shipment/view/form.phtml +1 -1
  330. app/design/adminhtml/default/default/template/sales/order/shipment/view/items.phtml +1 -1
  331. app/design/adminhtml/default/default/template/sales/order/shipment/view/items/renderer/configurable.phtml +1 -1
  332. app/design/adminhtml/default/default/template/sales/order/shipment/view/items/renderer/default.phtml +1 -1
  333. app/design/adminhtml/default/default/template/sales/order/shipment/view/tracking.phtml +1 -1
  334. app/design/adminhtml/default/default/template/sales/order/totalbar.phtml +1 -1
  335. app/design/adminhtml/default/default/template/sales/order/totals.phtml +1 -1
  336. app/design/adminhtml/default/default/template/sales/order/totals/discount.phtml +1 -1
  337. app/design/adminhtml/default/default/template/sales/order/totals/due.phtml +1 -1
  338. app/design/adminhtml/default/default/template/sales/order/totals/footer.phtml +1 -1
  339. app/design/adminhtml/default/default/template/sales/order/totals/grand.phtml +1 -1
  340. app/design/adminhtml/default/default/template/sales/order/totals/item.phtml +1 -1
  341. app/design/adminhtml/default/default/template/sales/order/totals/main.phtml +1 -1
  342. app/design/adminhtml/default/default/template/sales/order/totals/paid.phtml +1 -1
  343. app/design/adminhtml/default/default/template/sales/order/totals/refunded.phtml +1 -1
  344. app/design/adminhtml/default/default/template/sales/order/totals/shipping.phtml +1 -1
  345. app/design/adminhtml/default/default/template/sales/order/totals/subtotal.phtml +1 -1
  346. app/design/adminhtml/default/default/template/sales/order/totals/tax.phtml +1 -1
  347. app/design/adminhtml/default/default/template/sales/order/view/form.phtml +1 -1
  348. app/design/adminhtml/default/default/template/sales/order/view/giftmessage.phtml +4 -4
  349. app/design/adminhtml/default/default/template/sales/order/view/history.phtml +1 -1
  350. app/design/adminhtml/default/default/template/sales/order/view/info.phtml +3 -3
  351. app/design/adminhtml/default/default/template/sales/order/view/items.phtml +1 -1
  352. app/design/adminhtml/default/default/template/sales/order/view/items/renderer/default.phtml +1 -1
  353. app/design/adminhtml/default/default/template/sales/order/view/tab/history.phtml +1 -1
  354. app/design/adminhtml/default/default/template/sales/order/view/tab/info.phtml +1 -1
  355. app/design/adminhtml/default/default/template/sales/order/view/tracking.phtml +1 -1
  356. app/design/adminhtml/default/default/template/sales/payment/form/billing/agreement.phtml +1 -1
  357. app/design/adminhtml/default/default/template/sales/recurring/profile/view.phtml +1 -1
  358. app/design/adminhtml/default/default/template/sales/recurring/profile/view/info.phtml +1 -1
  359. app/design/adminhtml/default/default/template/sales/transactions/detail.phtml +1 -1
  360. app/design/adminhtml/default/default/template/store/switcher.phtml +1 -1
  361. app/design/adminhtml/default/default/template/store/switcher/enhanced.phtml +1 -1
  362. app/design/adminhtml/default/default/template/store/switcher/form/renderer/fieldset.phtml +1 -1
  363. app/design/adminhtml/default/default/template/store/switcher/form/renderer/fieldset/element.phtml +1 -1
  364. app/design/adminhtml/default/default/template/system/autocomplete.phtml +3 -3
  365. app/design/adminhtml/default/default/template/system/cache/additional.phtml +1 -1
  366. app/design/adminhtml/default/default/template/system/cache/edit.phtml +1 -1
  367. app/design/adminhtml/default/default/template/system/cache/notifications.phtml +1 -1
  368. app/design/adminhtml/default/default/template/system/config/edit.phtml +1 -1
  369. app/design/adminhtml/default/default/template/system/config/form/field/array.phtml +1 -1
  370. app/design/adminhtml/default/default/template/system/config/js.phtml +1 -1
  371. app/design/adminhtml/default/default/template/system/config/switcher.phtml +1 -1
  372. app/design/adminhtml/default/default/template/system/config/system/storage/media/synchronize.phtml +1 -1
  373. app/design/adminhtml/default/default/template/system/config/tabs.phtml +1 -1
  374. app/design/adminhtml/default/default/template/system/convert/profile/process.phtml +1 -1
  375. app/design/adminhtml/default/default/template/system/convert/profile/wizard.phtml +1 -1
  376. app/design/adminhtml/default/default/template/system/currency/rate/matrix.phtml +1 -1
  377. app/design/adminhtml/default/default/template/system/currency/rate/services.phtml +1 -1
  378. app/design/adminhtml/default/default/template/system/currency/rates.phtml +1 -1
  379. app/design/adminhtml/default/default/template/system/design/edit.phtml +1 -1
  380. app/design/adminhtml/default/default/template/system/design/index.phtml +1 -1
  381. app/design/adminhtml/default/default/template/system/email/template/edit.phtml +1 -1
  382. app/design/adminhtml/default/default/template/system/email/template/list.phtml +1 -1
  383. app/design/adminhtml/default/default/template/system/email/template/preview.phtml +1 -1
  384. app/design/adminhtml/default/default/template/system/info.phtml +1 -1
  385. app/design/adminhtml/default/default/template/system/shipping/applicable_country.phtml +1 -1
  386. app/design/adminhtml/default/default/template/system/shipping/ups.phtml +2 -1
  387. app/design/adminhtml/default/default/template/system/variable/js.phtml +1 -1
  388. app/design/adminhtml/default/default/template/tag/edit/container.phtml +1 -1
  389. app/design/adminhtml/default/default/template/tag/index.phtml +1 -1
  390. app/design/adminhtml/default/default/template/tax/class/page/edit.phtml +1 -1
  391. app/design/adminhtml/default/default/template/tax/importExport.phtml +1 -1
  392. app/design/adminhtml/default/default/template/tax/notifications.phtml +52 -0
  393. app/design/adminhtml/default/default/template/tax/rate/form.phtml +1 -1
  394. app/design/adminhtml/default/default/template/tax/rate/title.phtml +1 -1
  395. app/design/adminhtml/default/default/template/tax/toolbar/class/add.phtml +1 -1
  396. app/design/adminhtml/default/default/template/tax/toolbar/class/save.phtml +1 -1
  397. app/design/adminhtml/default/default/template/tax/toolbar/rate/add.phtml +1 -1
  398. app/design/adminhtml/default/default/template/tax/toolbar/rate/save.phtml +1 -1
  399. app/design/adminhtml/default/default/template/tax/toolbar/rule/add.phtml +1 -1
  400. app/design/adminhtml/default/default/template/tax/toolbar/rule/save.phtml +1 -1
  401. app/design/adminhtml/default/default/template/urlrewrite/categories.phtml +1 -1
  402. app/design/adminhtml/default/default/template/urlrewrite/edit.phtml +1 -1
  403. app/design/adminhtml/default/default/template/urlrewrite/selector.phtml +1 -1
  404. app/design/adminhtml/default/default/template/usa/dhl/unitofmeasure.phtml +1 -1
  405. app/design/adminhtml/default/default/template/weee/renderer/tax.phtml +1 -1
  406. app/design/adminhtml/default/default/template/widget/accordion.phtml +1 -1
  407. app/design/adminhtml/default/default/template/widget/breadcrumbs.phtml +4 -4
  408. app/design/adminhtml/default/default/template/widget/form.phtml +1 -1
  409. app/design/adminhtml/default/default/template/widget/form/container.phtml +1 -1
  410. app/design/adminhtml/default/default/template/widget/form/element.phtml +1 -1
  411. app/design/adminhtml/default/default/template/widget/form/element/gallery.phtml +1 -1
  412. app/design/adminhtml/default/default/template/widget/form/renderer/element.phtml +1 -1
  413. app/design/adminhtml/default/default/template/widget/form/renderer/fieldset.phtml +1 -1
  414. app/design/adminhtml/default/default/template/widget/form/renderer/fieldset/element.phtml +1 -1
  415. app/design/adminhtml/default/default/template/widget/grid.phtml +1 -1
  416. app/design/adminhtml/default/default/template/widget/grid/container.phtml +1 -1
  417. app/design/adminhtml/default/default/template/widget/grid/massaction.phtml +1 -1
  418. app/design/adminhtml/default/default/template/widget/grid/serializer.phtml +1 -1
  419. app/design/adminhtml/default/default/template/widget/instance/edit/layout.phtml +1 -1
  420. app/design/adminhtml/default/default/template/widget/instance/js.phtml +1 -1
  421. app/design/adminhtml/default/default/template/widget/tabs.phtml +1 -1
  422. app/design/adminhtml/default/default/template/widget/tabshoriz.phtml +1 -1
  423. app/design/adminhtml/default/default/template/widget/tabsleft.phtml +1 -1
  424. app/design/adminhtml/default/default/template/widget/view/container.phtml +1 -1
  425. package.xml +6 -6
app/design/adminhtml/default/default/layout/admin.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category design
23
  * @package default_default
24
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
21
  *
22
  * @category design
23
  * @package default_default
24
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
app/design/adminhtml/default/default/layout/adminnotification.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category design
23
  * @package default_default
24
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
21
  *
22
  * @category design
23
  * @package default_default
24
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
app/design/adminhtml/default/default/layout/api2.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category design
23
  * @package default_default
24
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
21
  *
22
  * @category design
23
  * @package default_default
24
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
app/design/adminhtml/default/default/layout/authorizenet.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category design
23
  * @package default_default
24
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
 
21
  *
22
  * @category design
23
  * @package default_default
24
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
 
app/design/adminhtml/default/default/layout/bundle.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category design
23
  * @package default_default
24
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
21
  *
22
  * @category design
23
  * @package default_default
24
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
app/design/adminhtml/default/default/layout/captcha.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category design
23
  * @package default_default
24
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
 
21
  *
22
  * @category design
23
  * @package default_default
24
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
 
app/design/adminhtml/default/default/layout/catalog.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category design
23
  * @package default_default
24
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
21
  *
22
  * @category design
23
  * @package default_default
24
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
app/design/adminhtml/default/default/layout/cms.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category design
23
  * @package default_default
24
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
21
  *
22
  * @category design
23
  * @package default_default
24
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
app/design/adminhtml/default/default/layout/connect.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category design
23
  * @package default_default
24
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
21
  *
22
  * @category design
23
  * @package default_default
24
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
app/design/adminhtml/default/default/layout/currencysymbol.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category design
23
  * @package default_default
24
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
21
  *
22
  * @category design
23
  * @package default_default
24
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
app/design/adminhtml/default/default/layout/customer.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category design
23
  * @package default_default
24
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
21
  *
22
  * @category design
23
  * @package default_default
24
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
app/design/adminhtml/default/default/layout/dataflow.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category design
23
  * @package default_default
24
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
21
  *
22
  * @category design
23
  * @package default_default
24
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
app/design/adminhtml/default/default/layout/downloadable.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category design
23
  * @package default_default
24
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
21
  *
22
  * @category design
23
  * @package default_default
24
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
app/design/adminhtml/default/default/layout/giftmessage.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category design
23
  * @package default_default
24
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
21
  *
22
  * @category design
23
  * @package default_default
24
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
app/design/adminhtml/default/default/layout/index.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category design
23
  * @package default_default
24
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
@@ -42,4 +42,10 @@
42
  </block>
43
  </reference>
44
  </adminhtml_process_edit>
 
 
 
 
 
 
45
  </layout>
21
  *
22
  * @category design
23
  * @package default_default
24
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
42
  </block>
43
  </reference>
44
  </adminhtml_process_edit>
45
+
46
+ <adminhtml_process_list>
47
+ <reference name="content">
48
+ <block type="index/adminhtml_process" name="process" />
49
+ </reference>
50
+ </adminhtml_process_list>
51
  </layout>
app/design/adminhtml/default/default/layout/main.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category design
23
  * @package default_default
24
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
 
21
  *
22
  * @category design
23
  * @package default_default
24
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
 
app/design/adminhtml/default/default/layout/newsletter.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category design
23
  * @package default_default
24
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
21
  *
22
  * @category design
23
  * @package default_default
24
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
app/design/adminhtml/default/default/layout/oauth.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category design
23
  * @package default_default
24
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
21
  *
22
  * @category design
23
  * @package default_default
24
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
app/design/adminhtml/default/default/layout/pagecache.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category design
23
  * @package default_default
24
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
21
  *
22
  * @category design
23
  * @package default_default
24
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
app/design/adminhtml/default/default/layout/promo.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category design
23
  * @package default_default
24
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
21
  *
22
  * @category design
23
  * @package default_default
24
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
app/design/adminhtml/default/default/layout/report.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category design
23
  * @package default_default
24
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
21
  *
22
  * @category design
23
  * @package default_default
24
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
app/design/adminhtml/default/default/layout/rss.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category design
23
  * @package default_default
24
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
21
  *
22
  * @category design
23
  * @package default_default
24
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
app/design/adminhtml/default/default/layout/sales.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category design
23
  * @package default_default
24
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
21
  *
22
  * @category design
23
  * @package default_default
24
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
app/design/adminhtml/default/default/layout/search.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category design
23
  * @package default_default
24
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
21
  *
22
  * @category design
23
  * @package default_default
24
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
app/design/adminhtml/default/default/layout/tag.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category design
23
  * @package default_default
24
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
21
  *
22
  * @category design
23
  * @package default_default
24
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
app/design/adminhtml/default/default/layout/tax.xml ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Academic Free License (AFL 3.0)
9
+ * that is bundled with this package in the file LICENSE_AFL.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/afl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to license@magentocommerce.com so we can send you a copy immediately.
15
+ *
16
+ * DISCLAIMER
17
+ *
18
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
19
+ * versions in the future. If you wish to customize Magento for your
20
+ * needs please refer to http://www.magentocommerce.com for more information.
21
+ *
22
+ * @category design
23
+ * @package default_default
24
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
25
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
+ */
27
+ -->
28
+ <layout>
29
+ <default>
30
+ <reference name="notifications">
31
+ <block type="tax/adminhtml_notifications" name="tax_notifications" template="tax/notifications.phtml"></block>
32
+ </reference>
33
+ </default>
34
+ </layout>
app/design/adminhtml/default/default/layout/widget.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category design
23
  * @package default_default
24
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
21
  *
22
  * @category design
23
  * @package default_default
24
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
app/design/adminhtml/default/default/template/access_denied.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/api/role_users_grid_js.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/api/roleinfo.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  /** @var $this Mage_Adminhtml_Block_Api_Tab_Roleinfo */
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  /** @var $this Mage_Adminhtml_Block_Api_Tab_Roleinfo */
app/design/adminhtml/default/default/template/api/roles.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/api/rolesedit.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/api/rolesusers.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/api/user_roles_grid_js.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/api/userinfo.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/api/usernroles.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/api/userroles.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/api/users.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/api2/attribute/buttons.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  /** @var $this Mage_Api2_Block_Adminhtml_Attribute_Buttons */
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  /** @var $this Mage_Api2_Block_Adminhtml_Attribute_Buttons */
app/design/adminhtml/default/default/template/api2/attribute/resource.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/api2/permissions/user/edit/tab/roles/js.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/api2/role/buttons.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/api2/role/users_grid_js.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
 
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
 
app/design/adminhtml/default/default/template/authorizenet/directpost/iframe.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
 
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
 
app/design/adminhtml/default/default/template/authorizenet/directpost/info.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
 
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
 
app/design/adminhtml/default/default/template/backup/left.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/backup/list.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/bundle/product/composite/fieldset/options/bundle.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/bundle/product/composite/fieldset/options/type/checkbox.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
 
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
 
app/design/adminhtml/default/default/template/bundle/product/composite/fieldset/options/type/multi.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
 
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
 
app/design/adminhtml/default/default/template/bundle/product/composite/fieldset/options/type/radio.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
 
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
 
app/design/adminhtml/default/default/template/bundle/product/composite/fieldset/options/type/select.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
 
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
 
app/design/adminhtml/default/default/template/bundle/product/edit/bundle.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
@@ -71,6 +71,15 @@ $('product_bundle_container').select('input', 'select', 'textarea', 'button').ea
71
  }
72
  });
73
  <?php endif; ?>
 
 
 
 
 
 
 
 
 
74
  </script>
75
 
76
  <div><input type="hidden" name="affect_bundle_product_selections" value="1" /></div>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
71
  }
72
  });
73
  <?php endif; ?>
74
+ Validation.add('validate-greater-zero-based-on-option', '<?php echo $this->__('Please enter a number greater 0 in this field.') ?>', function(v, el) {
75
+ var optionType = $(el).up('div.grid').previous('table.option-header').select('select.select-product-option-type')[0],
76
+ v = Number(v) || 0;
77
+
78
+ if (optionType && (optionType.value == 'checkbox' || optionType.value == 'multi') && v <= 0) {
79
+ return false;
80
+ }
81
+ return true;
82
+ });
83
  </script>
84
 
85
  <div><input type="hidden" name="affect_bundle_product_selections" value="1" /></div>
app/design/adminhtml/default/default/template/bundle/product/edit/bundle/option.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/bundle/product/edit/bundle/option/search.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/bundle/product/edit/bundle/option/selection.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
@@ -66,7 +66,7 @@ var bundleTemplateRow ='<td>' +
66
  '<input type="hidden" id="<?php echo $this->getFieldId(); ?>_{{index}}_price_scope" name="<?php echo $this->getFieldName(); ?>[{{parentIndex}}][{{index}}][default_price_scope]" value="1" />' +
67
  <?php endif; ?>
68
  <?php endif; ?>
69
- '<td><input class="input-text required-entry validate-zero-or-greater" type="text" name="<?php echo $this->getFieldName() ?>[{{parentIndex}}][{{index}}][selection_qty]" value="{{selection_qty}}"></td>' +
70
  '<td class="qty-box"><?php echo $this->getQtyTypeSelectHtml() ?></td>' +
71
  '<td><input class="input-text required-entry validate-zero-or-greater" type="text" name="<?php echo $this->getFieldName() ?>[{{parentIndex}}][{{index}}][position]" value="{{position}}"></td>' +
72
  '<td class="a-center"><input onclick="bSelection.checkGroup(event)" type="{{option_type}}" class="default" name="<?php echo $this->getFieldName() ?>[{{parentIndex}}][{{index}}][is_default]" value="1" {{checked}}></td>' +
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
66
  '<input type="hidden" id="<?php echo $this->getFieldId(); ?>_{{index}}_price_scope" name="<?php echo $this->getFieldName(); ?>[{{parentIndex}}][{{index}}][default_price_scope]" value="1" />' +
67
  <?php endif; ?>
68
  <?php endif; ?>
69
+ '<td><input class="input-text required-entry validate-greater-zero-based-on-option validate-zero-or-greater" type="text" name="<?php echo $this->getFieldName() ?>[{{parentIndex}}][{{index}}][selection_qty]" value="{{selection_qty}}"></td>' +
70
  '<td class="qty-box"><?php echo $this->getQtyTypeSelectHtml() ?></td>' +
71
  '<td><input class="input-text required-entry validate-zero-or-greater" type="text" name="<?php echo $this->getFieldName() ?>[{{parentIndex}}][{{index}}][position]" value="{{position}}"></td>' +
72
  '<td class="a-center"><input onclick="bSelection.checkGroup(event)" type="{{option_type}}" class="default" name="<?php echo $this->getFieldName() ?>[{{parentIndex}}][{{index}}][is_default]" value="1" {{checked}}></td>' +
app/design/adminhtml/default/default/template/bundle/sales/creditmemo/create/items/renderer.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
@@ -64,10 +64,10 @@
64
  <?php endif; ?>
65
  <tr<?php echo (++$_index==$_count && !$_showlastRow)?' class="border"':'' ?>>
66
  <?php if (!$_item->getOrderItem()->getParentItem()): ?>
67
- <td><h5 class="title"><?php echo $this->htmlEscape($_item->getName()) ?></h5>
68
  <div>
69
  <strong><?php echo $this->helper('sales')->__('SKU') ?>:</strong>
70
- <?php echo implode('<br />', Mage::helper('catalog')->splitSku($this->htmlEscape($_item->getSku()))); ?>
71
  </div>
72
  </td>
73
  <?php else: ?>
@@ -397,7 +397,7 @@
397
  <?php else: ?>
398
  &nbsp;
399
  <?php endif; ?>
400
- <?php echo $this->htmlEscape($_item->getDescription()) ?>
401
  </td>
402
  <td>&nbsp;</td>
403
  <td>&nbsp;</td>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
64
  <?php endif; ?>
65
  <tr<?php echo (++$_index==$_count && !$_showlastRow)?' class="border"':'' ?>>
66
  <?php if (!$_item->getOrderItem()->getParentItem()): ?>
67
+ <td><h5 class="title"><?php echo $this->escapeHtml($_item->getName()) ?></h5>
68
  <div>
69
  <strong><?php echo $this->helper('sales')->__('SKU') ?>:</strong>
70
+ <?php echo implode('<br />', Mage::helper('catalog')->splitSku($this->escapeHtml($_item->getSku()))); ?>
71
  </div>
72
  </td>
73
  <?php else: ?>
397
  <?php else: ?>
398
  &nbsp;
399
  <?php endif; ?>
400
+ <?php echo $this->escapeHtml($_item->getDescription()) ?>
401
  </td>
402
  <td>&nbsp;</td>
403
  <td>&nbsp;</td>
app/design/adminhtml/default/default/template/bundle/sales/creditmemo/view/items/renderer.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
@@ -62,10 +62,10 @@
62
  <?php endif; ?>
63
  <tr<?php echo (++$_index==$_count && !$_showlastRow)?' class="border"':'' ?>>
64
  <?php if (!$_item->getOrderItem()->getParentItem()): ?>
65
- <td><h5 class="title"><?php echo $this->htmlEscape($_item->getName()) ?></h5>
66
  <div>
67
  <strong><?php echo $this->helper('sales')->__('SKU') ?>:</strong>
68
- <?php echo implode('<br />', Mage::helper('catalog')->splitSku($this->htmlEscape($_item->getSku()))); ?>
69
  </div>
70
  </td>
71
  <?php else: ?>
@@ -329,7 +329,7 @@
329
  <?php endforeach; ?>
330
  </dl>
331
  <?php endif; ?>
332
- <?php echo $this->htmlEscape($this->getItem()->getDescription()) ?>
333
  </td>
334
  <td>&nbsp;</td>
335
  <td>&nbsp;</td>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
62
  <?php endif; ?>
63
  <tr<?php echo (++$_index==$_count && !$_showlastRow)?' class="border"':'' ?>>
64
  <?php if (!$_item->getOrderItem()->getParentItem()): ?>
65
+ <td><h5 class="title"><?php echo $this->escapeHtml($_item->getName()) ?></h5>
66
  <div>
67
  <strong><?php echo $this->helper('sales')->__('SKU') ?>:</strong>
68
+ <?php echo implode('<br />', Mage::helper('catalog')->splitSku($this->escapeHtml($_item->getSku()))); ?>
69
  </div>
70
  </td>
71
  <?php else: ?>
329
  <?php endforeach; ?>
330
  </dl>
331
  <?php endif; ?>
332
+ <?php echo $this->escapeHtml($this->getItem()->getDescription()) ?>
333
  </td>
334
  <td>&nbsp;</td>
335
  <td>&nbsp;</td>
app/design/adminhtml/default/default/template/bundle/sales/invoice/create/items/renderer.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
@@ -63,10 +63,10 @@
63
  <?php endif; ?>
64
  <tr<?php echo (++$_index==$_count && !$_showlastRow)?' class="border"':'' ?>>
65
  <?php if (!$_item->getOrderItem()->getParentItem()): ?>
66
- <td><h5 class="title"><?php echo $this->htmlEscape($_item->getName()) ?></h5>
67
  <div>
68
  <strong><?php echo $this->helper('sales')->__('SKU') ?>:</strong>
69
- <?php echo implode('<br />', Mage::helper('catalog')->splitSku($this->htmlEscape($_item->getSku()))); ?>
70
  </div>
71
  </td>
72
  <?php else: ?>
@@ -385,7 +385,7 @@
385
  <?php else: ?>
386
  &nbsp;
387
  <?php endif; ?>
388
- <?php echo $this->htmlEscape($_item->getDescription()) ?>
389
  </td>
390
  <td>&nbsp;</td>
391
  <td>&nbsp;</td>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
63
  <?php endif; ?>
64
  <tr<?php echo (++$_index==$_count && !$_showlastRow)?' class="border"':'' ?>>
65
  <?php if (!$_item->getOrderItem()->getParentItem()): ?>
66
+ <td><h5 class="title"><?php echo $this->escapeHtml($_item->getName()) ?></h5>
67
  <div>
68
  <strong><?php echo $this->helper('sales')->__('SKU') ?>:</strong>
69
+ <?php echo implode('<br />', Mage::helper('catalog')->splitSku($this->escapeHtml($_item->getSku()))); ?>
70
  </div>
71
  </td>
72
  <?php else: ?>
385
  <?php else: ?>
386
  &nbsp;
387
  <?php endif; ?>
388
+ <?php echo $this->escapeHtml($_item->getDescription()) ?>
389
  </td>
390
  <td>&nbsp;</td>
391
  <td>&nbsp;</td>
app/design/adminhtml/default/default/template/bundle/sales/invoice/view/items/renderer.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
@@ -62,10 +62,10 @@
62
  <?php endif; ?>
63
  <tr<?php echo (++$_index==$_count && !$_showlastRow)?' class="border"':'' ?>>
64
  <?php if (!$_item->getOrderItem()->getParentItem()): ?>
65
- <td><h5 class="title"><?php echo $this->htmlEscape($_item->getName()) ?></h5>
66
  <div>
67
  <strong><?php echo $this->helper('sales')->__('SKU') ?>:</strong>
68
- <?php echo implode('<br />', Mage::helper('catalog')->splitSku($this->htmlEscape($_item->getSku()))); ?>
69
  </div>
70
  <?php else: ?>
71
  <td><div class="option-value"><?php echo $this->getValueHtml($_item)?></div></td>
@@ -328,7 +328,7 @@
328
  <?php endforeach; ?>
329
  </dl>
330
  <?php endif; ?>
331
- <?php echo $this->htmlEscape($this->getItem()->getDescription()) ?>
332
  </td>
333
  <td>&nbsp;</td>
334
  <td>&nbsp;</td>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
62
  <?php endif; ?>
63
  <tr<?php echo (++$_index==$_count && !$_showlastRow)?' class="border"':'' ?>>
64
  <?php if (!$_item->getOrderItem()->getParentItem()): ?>
65
+ <td><h5 class="title"><?php echo $this->escapeHtml($_item->getName()) ?></h5>
66
  <div>
67
  <strong><?php echo $this->helper('sales')->__('SKU') ?>:</strong>
68
+ <?php echo implode('<br />', Mage::helper('catalog')->splitSku($this->escapeHtml($_item->getSku()))); ?>
69
  </div>
70
  <?php else: ?>
71
  <td><div class="option-value"><?php echo $this->getValueHtml($_item)?></div></td>
328
  <?php endforeach; ?>
329
  </dl>
330
  <?php endif; ?>
331
+ <?php echo $this->escapeHtml($this->getItem()->getDescription()) ?>
332
  </td>
333
  <td>&nbsp;</td>
334
  <td>&nbsp;</td>
app/design/adminhtml/default/default/template/bundle/sales/order/view/items/renderer.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
@@ -67,11 +67,11 @@
67
  <?php if (!$_item->getParentItem()): ?>
68
  <td>
69
  <h5 class="title">
70
- <span id="order_item_<?php echo $_item->getId() ?>_title"><?php echo $this->htmlEscape($_item->getName()) ?></span>
71
  </h5>
72
  <div>
73
  <strong><?php echo $this->helper('sales')->__('SKU') ?>:</strong>
74
- <?php echo implode('<br />', Mage::helper('catalog')->splitSku($this->htmlEscape($_item->getSku()))); ?>
75
  </div>
76
  </td>
77
  <?php else: ?>
@@ -400,7 +400,7 @@
400
  <?php else: ?>
401
  &nbsp;
402
  <?php endif; ?>
403
- <?php echo $this->htmlEscape($_item->getDescription()) ?>
404
  </td>
405
  <td>&nbsp;</td>
406
  <td>&nbsp;</td>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
67
  <?php if (!$_item->getParentItem()): ?>
68
  <td>
69
  <h5 class="title">
70
+ <span id="order_item_<?php echo $_item->getId() ?>_title"><?php echo $this->escapeHtml($_item->getName()) ?></span>
71
  </h5>
72
  <div>
73
  <strong><?php echo $this->helper('sales')->__('SKU') ?>:</strong>
74
+ <?php echo implode('<br />', Mage::helper('catalog')->splitSku($this->escapeHtml($_item->getSku()))); ?>
75
  </div>
76
  </td>
77
  <?php else: ?>
400
  <?php else: ?>
401
  &nbsp;
402
  <?php endif; ?>
403
+ <?php echo $this->escapeHtml($_item->getDescription()) ?>
404
  </td>
405
  <td>&nbsp;</td>
406
  <td>&nbsp;</td>
app/design/adminhtml/default/default/template/bundle/sales/shipment/create/items/renderer.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
@@ -58,10 +58,10 @@
58
  <?php endif; ?>
59
  <tr class="<?php echo (++$_index==$_count && !$_showlastRow)?'border':'' ?>">
60
  <?php if (!$_item->getOrderItem()->getParentItem()): ?>
61
- <td><h5 class="title"><?php echo $this->htmlEscape($_item->getName()) ?></h5>
62
  <div>
63
  <strong><?php echo $this->helper('sales')->__('SKU') ?>:</strong>
64
- <?php echo implode('<br />', Mage::helper('catalog')->splitSku($this->htmlEscape($_item->getSku()))); ?>
65
  </div>
66
  </td>
67
  <?php else: ?>
@@ -110,7 +110,7 @@
110
  <?php else: ?>
111
  &nbsp;
112
  <?php endif; ?>
113
- <?php echo $this->htmlEscape($_item->getDescription()) ?>
114
  </td>
115
  <td>&nbsp;</td>
116
  <td class="last">&nbsp;</td>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
58
  <?php endif; ?>
59
  <tr class="<?php echo (++$_index==$_count && !$_showlastRow)?'border':'' ?>">
60
  <?php if (!$_item->getOrderItem()->getParentItem()): ?>
61
+ <td><h5 class="title"><?php echo $this->escapeHtml($_item->getName()) ?></h5>
62
  <div>
63
  <strong><?php echo $this->helper('sales')->__('SKU') ?>:</strong>
64
+ <?php echo implode('<br />', Mage::helper('catalog')->splitSku($this->escapeHtml($_item->getSku()))); ?>
65
  </div>
66
  </td>
67
  <?php else: ?>
110
  <?php else: ?>
111
  &nbsp;
112
  <?php endif; ?>
113
+ <?php echo $this->escapeHtml($_item->getDescription()) ?>
114
  </td>
115
  <td>&nbsp;</td>
116
  <td class="last">&nbsp;</td>
app/design/adminhtml/default/default/template/bundle/sales/shipment/view/items/renderer.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
@@ -59,10 +59,10 @@
59
  <tr<?php echo (++$_index==$_count && !$_showlastRow)?' class="border"':'' ?>>
60
  <?php if (!$_item->getParentItem()): ?>
61
  <td>
62
- <h5 class="title"><?php echo $this->htmlEscape($_item->getName()) ?></h5>
63
  <div>
64
  <strong><?php echo $this->helper('sales')->__('SKU') ?>:</strong>
65
- <?php echo implode('<br />', Mage::helper('catalog')->splitSku($this->htmlEscape($_item->getSku()))); ?>
66
  </div>
67
  </td>
68
  <?php else: ?>
@@ -108,7 +108,7 @@
108
  <?php endforeach; ?>
109
  </dl>
110
  <?php endif; ?>
111
- <?php echo $this->htmlEscape($_item->getDescription()) ?>
112
  </td>
113
  <td class="last">&nbsp;</td>
114
  </tr>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
59
  <tr<?php echo (++$_index==$_count && !$_showlastRow)?' class="border"':'' ?>>
60
  <?php if (!$_item->getParentItem()): ?>
61
  <td>
62
+ <h5 class="title"><?php echo $this->escapeHtml($_item->getName()) ?></h5>
63
  <div>
64
  <strong><?php echo $this->helper('sales')->__('SKU') ?>:</strong>
65
+ <?php echo implode('<br />', Mage::helper('catalog')->splitSku($this->escapeHtml($_item->getSku()))); ?>
66
  </div>
67
  </td>
68
  <?php else: ?>
108
  <?php endforeach; ?>
109
  </dl>
110
  <?php endif; ?>
111
+ <?php echo $this->escapeHtml($_item->getDescription()) ?>
112
  </td>
113
  <td class="last">&nbsp;</td>
114
  </tr>
app/design/adminhtml/default/default/template/captcha/zend.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/catalog/category/checkboxes/tree.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/catalog/category/edit.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/catalog/category/edit/form.phtml CHANGED
@@ -20,13 +20,13 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
27
 
28
  <div class="content-header">
29
- <h3 class="icon-head head-categories"><?php echo $this->htmlEscape($this->getHeader()) . ($this->getCategoryId() ? ' (' . Mage::helper('catalog')->__('ID: %s', $this->getCategoryId()) . ')' : '') ?></h3>
30
  <p class="content-buttons form-buttons">
31
  <?php echo $this->getResetButtonHtml() ?>
32
  <?php if($this->getCategoryId()): ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
27
 
28
  <div class="content-header">
29
+ <h3 class="icon-head head-categories"><?php echo $this->escapeHtml($this->getHeader()) . ($this->getCategoryId() ? ' (' . Mage::helper('catalog')->__('ID: %s', $this->getCategoryId()) . ')' : '') ?></h3>
30
  <p class="content-buttons form-buttons">
31
  <?php echo $this->getResetButtonHtml() ?>
32
  <?php if($this->getCategoryId()): ?>
app/design/adminhtml/default/default/template/catalog/category/tree.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/catalog/category/widget/tree.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/catalog/form/renderer/fieldset/element.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
@@ -31,6 +31,10 @@
31
  ?>
32
  <?php $_element = $this->getElement() ?>
33
  <?php $this->checkFieldDisable() ?>
 
 
 
 
34
 
35
  <?php if ($_element->getType()=='hidden'): ?>
36
  <tr>
@@ -48,7 +52,7 @@
48
  <td class="scope-label"><span class="nobr"><?php echo $this->getScopeLabel() ?></span></td>
49
  <?php if ($this->canDisplayUseDefault()): ?>
50
  <td class="value use-default">
51
- <input <?php if($_element->getReadonly()):?> disabled="disabled"<?php endif; ?> type="checkbox" name="use_default[]" id="<?php echo $_element->getHtmlId() ?>_default"<?php if ($this->usedDefault()): ?> checked="checked"<?php endif; ?> onclick="toggleValueElements(this, this.parentNode.parentNode)" value="<?php echo $this->getAttributeCode() ?>"/>
52
  <label for="<?php echo $_element->getHtmlId() ?>_default" class="normal"><?php echo $this->__('Use Default Value') ?></label>
53
  </td>
54
  <?php endif; ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
31
  ?>
32
  <?php $_element = $this->getElement() ?>
33
  <?php $this->checkFieldDisable() ?>
34
+ <?php
35
+ $elementToggleCode = $_element->getToggleCode() ? $_element->getToggleCode()
36
+ : 'toggleValueElements(this, this.parentNode.parentNode)';
37
+ ?>
38
 
39
  <?php if ($_element->getType()=='hidden'): ?>
40
  <tr>
52
  <td class="scope-label"><span class="nobr"><?php echo $this->getScopeLabel() ?></span></td>
53
  <?php if ($this->canDisplayUseDefault()): ?>
54
  <td class="value use-default">
55
+ <input <?php if($_element->getReadonly()):?> disabled="disabled"<?php endif; ?> type="checkbox" name="use_default[]" id="<?php echo $_element->getHtmlId() ?>_default"<?php if ($this->usedDefault()): ?> checked="checked"<?php endif; ?> onclick="<?php echo $elementToggleCode; ?>" value="<?php echo $this->getAttributeCode() ?>"/>
56
  <label for="<?php echo $_element->getHtmlId() ?>_default" class="normal"><?php echo $this->__('Use Default Value') ?></label>
57
  </td>
58
  <?php endif; ?>
app/design/adminhtml/default/default/template/catalog/product.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/catalog/product/attribute/js.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/catalog/product/attribute/new/created.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/catalog/product/attribute/options.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
@@ -28,6 +28,7 @@
28
  /**
29
  * Attribute options control
30
  *
 
31
  * @see Mage_Adminhtml_Block_Catalog_Product_Attribute_Edit_Tab_Options
32
  */
33
  ?>
@@ -57,7 +58,7 @@
57
  <?php $_labels = $this->getLabelValues() ?>
58
  <?php foreach ($this->getStores() as $_store): ?>
59
  <td>
60
- <input class="input-text<?php if($_store->getId()==0): ?> required-option<?php endif; ?>" type="text" name="frontend_label[<?php echo $_store->getId() ?>]" value="<?php echo $this->htmlEscape($_labels[$_store->getId()]) ?>"<?php if ($this->getReadOnly()):?> disabled="disabled"<?php endif;?>/>
61
  </td>
62
  <?php endforeach; ?>
63
  </tr>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
28
  /**
29
  * Attribute options control
30
  *
31
+ * @deprecated after 1.7.0.2 The file is moved
32
  * @see Mage_Adminhtml_Block_Catalog_Product_Attribute_Edit_Tab_Options
33
  */
34
  ?>
58
  <?php $_labels = $this->getLabelValues() ?>
59
  <?php foreach ($this->getStores() as $_store): ?>
60
  <td>
61
+ <input class="input-text<?php if($_store->getId()==0): ?> required-option<?php endif; ?>" type="text" name="frontend_label[<?php echo $_store->getId() ?>]" value="<?php echo $this->escapeHtml($_labels[$_store->getId()]) ?>"<?php if ($this->getReadOnly()):?> disabled="disabled"<?php endif;?>/>
62
  </td>
63
  <?php endforeach; ?>
64
  </tr>
app/design/adminhtml/default/default/template/catalog/product/attribute/set/main.phtml CHANGED
@@ -20,14 +20,14 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
27
  <div class="content-header">
28
  <table cellspacing="0">
29
  <tr>
30
- <td style="width:50%;"><h3 class="icon-head head-product-attribute-sets"><?php echo $this->htmlEscape($this->_getHeader()) ?></h3></td>
31
  <td class="form-buttons">
32
  <?php echo $this->getBackButtonHtml() ?>
33
  <?php echo $this->getResetButtonHtml() ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
27
  <div class="content-header">
28
  <table cellspacing="0">
29
  <tr>
30
+ <td style="width:50%;"><h3 class="icon-head head-product-attribute-sets"><?php echo $this->escapeHtml($this->_getHeader()) ?></h3></td>
31
  <td class="form-buttons">
32
  <?php echo $this->getBackButtonHtml() ?>
33
  <?php echo $this->getResetButtonHtml() ?>
app/design/adminhtml/default/default/template/catalog/product/attribute/set/main/tree/attribute.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/catalog/product/attribute/set/main/tree/group.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/catalog/product/attribute/set/toolbar/add.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/catalog/product/attribute/set/toolbar/main.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/catalog/product/composite/configure.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/catalog/product/composite/fieldset/configurable.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/catalog/product/composite/fieldset/grouped.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/catalog/product/composite/fieldset/options.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/catalog/product/composite/fieldset/options/js.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/catalog/product/composite/fieldset/options/type/date.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/catalog/product/composite/fieldset/options/type/default.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/catalog/product/composite/fieldset/options/type/file.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
@@ -74,7 +74,7 @@
74
  //]]>
75
  </script>
76
 
77
- <dt><label <?php if ($_option->getIsRequire()) echo ' class="required"' ?>><?php if ($_option->getIsRequire()) echo '<em>*</em>' ?><?php echo $this->htmlEscape($_option->getTitle()) ?></label>
78
  <?php echo $this->getFormatedPrice() ?></dt>
79
  <dd<?php if ($_option->decoratedIsLast){?> class="last"<?php }?>>
80
  <?php if ($_fileExists): ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
74
  //]]>
75
  </script>
76
 
77
+ <dt><label <?php if ($_option->getIsRequire()) echo ' class="required"' ?>><?php if ($_option->getIsRequire()) echo '<em>*</em>' ?><?php echo $this->escapeHtml($_option->getTitle()) ?></label>
78
  <?php echo $this->getFormatedPrice() ?></dt>
79
  <dd<?php if ($_option->decoratedIsLast){?> class="last"<?php }?>>
80
  <?php if ($_fileExists): ?>
app/design/adminhtml/default/default/template/catalog/product/composite/fieldset/options/type/select.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/catalog/product/composite/fieldset/options/type/text.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/catalog/product/composite/fieldset/qty.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/catalog/product/created.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/catalog/product/edit.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/catalog/product/edit/action/attribute.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/catalog/product/edit/action/inventory.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/catalog/product/edit/action/websites.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/catalog/product/edit/categories.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/catalog/product/edit/options.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/catalog/product/edit/options/option.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/catalog/product/edit/options/type/date.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/catalog/product/edit/options/type/file.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/catalog/product/edit/options/type/select.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/catalog/product/edit/options/type/text.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/catalog/product/edit/price/group.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/catalog/product/edit/price/tier.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  /* @var $this Mage_Adminhtml_Block_Catalog_Product_Edit_Tab_Price_Tier */
@@ -71,12 +71,12 @@ var tierPriceRowTemplate = '<tr>'
71
  + '<td<?php if (!$_showWebsite): ?> style="display:none"<?php endif; ?>>'
72
  + '<select class="<?php echo $_htmlClass ?> required-entry" name="<?php echo $_htmlName ?>[{{index}}][website_id]" id="tier_price_row_{{index}}_website">'
73
  <?php foreach ($this->getWebsites() as $_websiteId => $_info): ?>
74
- + '<option value="<?php echo $_websiteId ?>"><?php echo $this->jsQuoteEscape($this->htmlEscape($_info['name'])) ?><?php if (!empty($_info['currency'])): ?> [<?php echo $this->htmlEscape($_info['currency']) ?>]<?php endif; ?></option>'
75
  <?php endforeach ?>
76
  + '</select></td>'
77
  + '<td><select class="<?php echo $_htmlClass ?> custgroup required-entry" name="<?php echo $_htmlName ?>[{{index}}][cust_group]" id="tier_price_row_{{index}}_cust_group">'
78
  <?php foreach ($this->getCustomerGroups() as $_groupId=>$_groupName): ?>
79
- + '<option value="<?php echo $_groupId ?>"><?php echo $this->jsQuoteEscape($this->htmlEscape($_groupName)) ?></option>'
80
  <?php endforeach ?>
81
  + '</select></td>'
82
  + '<td class="nobr"><input class="<?php echo $_htmlClass ?> qty required-entry validate-greater-than-zero" type="text" name="<?php echo $_htmlName ?>[{{index}}][price_qty]" value="{{qty}}" id="tier_price_row_{{index}}_qty" />'
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  /* @var $this Mage_Adminhtml_Block_Catalog_Product_Edit_Tab_Price_Tier */
71
  + '<td<?php if (!$_showWebsite): ?> style="display:none"<?php endif; ?>>'
72
  + '<select class="<?php echo $_htmlClass ?> required-entry" name="<?php echo $_htmlName ?>[{{index}}][website_id]" id="tier_price_row_{{index}}_website">'
73
  <?php foreach ($this->getWebsites() as $_websiteId => $_info): ?>
74
+ + '<option value="<?php echo $_websiteId ?>"><?php echo $this->jsQuoteEscape($this->escapeHtml($_info['name'])) ?><?php if (!empty($_info['currency'])): ?> [<?php echo $this->escapeHtml($_info['currency']) ?>]<?php endif; ?></option>'
75
  <?php endforeach ?>
76
  + '</select></td>'
77
  + '<td><select class="<?php echo $_htmlClass ?> custgroup required-entry" name="<?php echo $_htmlName ?>[{{index}}][cust_group]" id="tier_price_row_{{index}}_cust_group">'
78
  <?php foreach ($this->getCustomerGroups() as $_groupId=>$_groupName): ?>
79
+ + '<option value="<?php echo $_groupId ?>"><?php echo $this->jsQuoteEscape($this->escapeHtml($_groupName)) ?></option>'
80
  <?php endforeach ?>
81
  + '</select></td>'
82
  + '<td class="nobr"><input class="<?php echo $_htmlClass ?> qty required-entry validate-greater-than-zero" type="text" name="<?php echo $_htmlName ?>[{{index}}][price_qty]" value="{{qty}}" id="tier_price_row_{{index}}_qty" />'
app/design/adminhtml/default/default/template/catalog/product/edit/serializer.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/catalog/product/edit/super/config.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/catalog/product/edit/websites.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/catalog/product/helper/gallery.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
@@ -116,8 +116,8 @@ $_block = $this;
116
  </table>
117
  </div>
118
  </div>
119
- <input type="hidden" id="<?php echo $_block->getHtmlId() ?>_save" name="<?php echo $_block->getElement()->getName() ?>[images]" value="<?php echo $_block->htmlEscape($_block->getImagesJson()) ?>" />
120
- <input type="hidden" id="<?php echo $_block->getHtmlId() ?>_save_image" name="<?php echo $_block->getElement()->getName() ?>[values]" value="<?php echo $_block->htmlEscape($_block->getImagesValuesJson()) ?>" />
121
  <script type="text/javascript">
122
  //<![CDATA[
123
  var <?php echo $_block->getJsObjectName(); ?> = new Product.Gallery('<?php echo $_block->getHtmlId() ?>', <?php if ($_block->getElement()->getReadonly()):?>null<?php else:?><?php echo $_block->getUploader()->getJsObjectName() ?><?php endif;?>, <?php echo $_block->getImageTypesJson() ?>);
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
116
  </table>
117
  </div>
118
  </div>
119
+ <input type="hidden" id="<?php echo $_block->getHtmlId() ?>_save" name="<?php echo $_block->getElement()->getName() ?>[images]" value="<?php echo $_block->escapeHtml($_block->getImagesJson()) ?>" />
120
+ <input type="hidden" id="<?php echo $_block->getHtmlId() ?>_save_image" name="<?php echo $_block->getElement()->getName() ?>[values]" value="<?php echo $_block->escapeHtml($_block->getImagesValuesJson()) ?>" />
121
  <script type="text/javascript">
122
  //<![CDATA[
123
  var <?php echo $_block->getJsObjectName(); ?> = new Product.Gallery('<?php echo $_block->getHtmlId() ?>', <?php if ($_block->getElement()->getReadonly()):?>null<?php else:?><?php echo $_block->getUploader()->getJsObjectName() ?><?php endif;?>, <?php echo $_block->getImageTypesJson() ?>);
app/design/adminhtml/default/default/template/catalog/product/js.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/catalog/product/price.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/catalog/product/tab/alert.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/catalog/product/tab/inventory.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/catalog/product/widget/chooser/container.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/catalog/wysiwyg/js.phtml CHANGED
@@ -20,13 +20,14 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
27
  <script type="text/javascript">
28
  //<![CDATA[
29
 
 
30
  var catalogWysiwygEditor = {
31
  overlayShowEffectOptions : null,
32
  overlayHideEffectOptions : null,
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
27
  <script type="text/javascript">
28
  //<![CDATA[
29
 
30
+ Window.keepMultiModalWindow = true;
31
  var catalogWysiwygEditor = {
32
  overlayShowEffectOptions : null,
33
  overlayHideEffectOptions : null,
app/design/adminhtml/default/default/template/cms/browser/content.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/cms/browser/content/files.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/cms/browser/content/newfolder.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/cms/browser/content/uploader.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/cms/browser/js.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/cms/browser/tree.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/cms/page/edit/form/renderer/content.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/coming.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/connect/extension/custom/authors.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/connect/extension/custom/contents.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/connect/extension/custom/depends.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/connect/extension/custom/load.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/connect/extension/custom/package.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/connect/extension/custom/release.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/currencysymbol/grid.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/customer/edit/js.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/customer/edit/tab/account/form/renderer/group.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/customer/edit/tab/view/grid/item.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/customer/online.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/customer/sales/order/create/address/form/renderer/vat.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/customer/system/config/validatevat.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/customer/tab/addresses.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
@@ -401,7 +401,9 @@ addressesModel.prototype = {
401
  }
402
  data[id] = values.join(', ');
403
  } else {
404
- data[id] = fields[i].options[fields[i].selectedIndex].text.escapeHTML();
 
 
405
  }
406
  } else if (value !== null) {
407
  data[id] = value.escapeHTML();
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
401
  }
402
  data[id] = values.join(', ');
403
  } else {
404
+ var option = fields[i].options[fields[i].selectedIndex],
405
+ text = option.value == '0' || option.value == '' ? '' : option.text;
406
+ data[id] = text.escapeHTML();
407
  }
408
  } else if (value !== null) {
409
  data[id] = value.escapeHTML();
app/design/adminhtml/default/default/template/customer/tab/cart.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/customer/tab/newsletter.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/customer/tab/view.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/customer/tab/view/sales.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/customer/tab/wishlist.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/dashboard/graph.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  /*
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  /*
app/design/adminhtml/default/default/template/dashboard/graph/disabled.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/dashboard/grid.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/dashboard/index.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/dashboard/salebar.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/dashboard/searches.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/dashboard/store/switcher.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/dashboard/totalbar.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/directory/js/optional_zip_countries.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/downloadable/product/composite/fieldset/downloadable.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/downloadable/product/edit/downloadable.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/downloadable/product/edit/downloadable/links.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/downloadable/product/edit/downloadable/samples.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/downloadable/sales/items/column/downloadable/creditmemo/name.phtml CHANGED
@@ -20,14 +20,14 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
27
 
28
  <?php if ($_item = $this->getItem()): ?>
29
  <h5 class="title"><?php echo $_item->getName() ?></h5>
30
- <div><strong><?php echo $this->helper('sales')->__('SKU') ?>:</strong> <?php echo implode('<br />', Mage::helper('catalog')->splitSku($this->htmlEscape($this->getSku()))); ?></div>
31
  <?php if ($this->getOrderOptions()): ?>
32
  <dl class="item-options">
33
  <?php foreach ($this->getOrderOptions() as $_option): ?>
@@ -58,5 +58,5 @@
58
  <?php endforeach; ?>
59
  </dl>
60
  <?php endif; ?>
61
- <?php echo $this->htmlEscape($_item->getDescription()) ?>
62
  <?php endif; ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
27
 
28
  <?php if ($_item = $this->getItem()): ?>
29
  <h5 class="title"><?php echo $_item->getName() ?></h5>
30
+ <div><strong><?php echo $this->helper('sales')->__('SKU') ?>:</strong> <?php echo implode('<br />', Mage::helper('catalog')->splitSku($this->escapeHtml($this->getSku()))); ?></div>
31
  <?php if ($this->getOrderOptions()): ?>
32
  <dl class="item-options">
33
  <?php foreach ($this->getOrderOptions() as $_option): ?>
58
  <?php endforeach; ?>
59
  </dl>
60
  <?php endif; ?>
61
+ <?php echo $this->escapeHtml($_item->getDescription()) ?>
62
  <?php endif; ?>
app/design/adminhtml/default/default/template/downloadable/sales/items/column/downloadable/invoice/name.phtml CHANGED
@@ -20,14 +20,14 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
27
 
28
  <?php if ($_item = $this->getItem()): ?>
29
  <h5 class="title"><?php echo $_item->getName() ?></h5>
30
- <div><strong><?php echo $this->helper('sales')->__('SKU') ?>:</strong> <?php echo implode('<br />', Mage::helper('catalog')->splitSku($this->htmlEscape($this->getSku()))); ?></div>
31
  <?php if ($this->getOrderOptions()): ?>
32
  <dl class="item-options">
33
  <?php foreach ($this->getOrderOptions() as $_option): ?>
@@ -58,5 +58,5 @@
58
  <?php endforeach; ?>
59
  </dl>
60
  <?php endif; ?>
61
- <?php echo $this->htmlEscape($_item->getDescription()) ?>
62
  <?php endif; ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
27
 
28
  <?php if ($_item = $this->getItem()): ?>
29
  <h5 class="title"><?php echo $_item->getName() ?></h5>
30
+ <div><strong><?php echo $this->helper('sales')->__('SKU') ?>:</strong> <?php echo implode('<br />', Mage::helper('catalog')->splitSku($this->escapeHtml($this->getSku()))); ?></div>
31
  <?php if ($this->getOrderOptions()): ?>
32
  <dl class="item-options">
33
  <?php foreach ($this->getOrderOptions() as $_option): ?>
58
  <?php endforeach; ?>
59
  </dl>
60
  <?php endif; ?>
61
+ <?php echo $this->escapeHtml($_item->getDescription()) ?>
62
  <?php endif; ?>
app/design/adminhtml/default/default/template/downloadable/sales/items/column/downloadable/name.phtml CHANGED
@@ -20,14 +20,14 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
27
 
28
  <?php if ($_item = $this->getItem()): ?>
29
  <h5 class="title"><?php echo $_item->getName() ?></h5>
30
- <div><strong><?php echo $this->helper('sales')->__('SKU') ?>:</strong> <?php echo implode('<br />', Mage::helper('catalog')->splitSku($this->htmlEscape($this->getSku()))); ?></div>
31
  <?php if ($this->getOrderOptions()): ?>
32
  <dl class="item-options">
33
  <?php foreach ($this->getOrderOptions() as $_option): ?>
@@ -58,5 +58,5 @@
58
  <?php endforeach; ?>
59
  </dl>
60
  <?php endif; ?>
61
- <?php echo $this->htmlEscape($_item->getDescription()) ?>
62
  <?php endif; ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
27
 
28
  <?php if ($_item = $this->getItem()): ?>
29
  <h5 class="title"><?php echo $_item->getName() ?></h5>
30
+ <div><strong><?php echo $this->helper('sales')->__('SKU') ?>:</strong> <?php echo implode('<br />', Mage::helper('catalog')->splitSku($this->escapeHtml($this->getSku()))); ?></div>
31
  <?php if ($this->getOrderOptions()): ?>
32
  <dl class="item-options">
33
  <?php foreach ($this->getOrderOptions() as $_option): ?>
58
  <?php endforeach; ?>
59
  </dl>
60
  <?php endif; ?>
61
+ <?php echo $this->escapeHtml($_item->getDescription()) ?>
62
  <?php endif; ?>
app/design/adminhtml/default/default/template/downloadable/sales/order/creditmemo/create/items/renderer/downloadable.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/downloadable/sales/order/creditmemo/view/items/renderer/downloadable.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/downloadable/sales/order/invoice/create/items/renderer/downloadable.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/downloadable/sales/order/invoice/view/items/renderer/downloadable.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/downloadable/sales/order/view/items/renderer/downloadable.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/eav/attribute/edit/js.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/eav/attribute/options.phtml ADDED
@@ -0,0 +1,224 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php
28
+ /**
29
+ * Attribute options control
30
+ *
31
+ * @see Mage_Eav_Block_Adminhtml_Attribute_Edit_Options_Abstract
32
+ * @var $this Mage_Eav_Block_Adminhtml_Attribute_Edit_Options_Abstract
33
+ */
34
+ ?>
35
+ <div>
36
+ <ul class="messages">
37
+ <li class="notice-msg">
38
+ <ul>
39
+ <li><?php echo $this->__('If you do not specify an option value for a specific store view then the default (Admin) value will be used.') ?></li>
40
+ </ul>
41
+ </li>
42
+ </ul>
43
+ </div>
44
+
45
+ <div class="entity-edit">
46
+ <div class="entry-edit-head">
47
+ <h4 class="icon-head head-edit-form fieldset-legend"><?php echo $this->__('Manage Titles (Size, Color, etc.)') ?></h4>
48
+ </div>
49
+ <div class="box">
50
+ <div class="hor-scroll">
51
+ <table class="dynamic-grid" cellspacing="0" id="attribute-labels-table">
52
+ <tr>
53
+ <?php foreach ($this->getStores() as $_store): ?>
54
+ <th><?php echo $_store->getName() ?></th>
55
+ <?php endforeach; ?>
56
+ </tr>
57
+ <tr>
58
+ <?php $_labels = $this->getLabelValues() ?>
59
+ <?php foreach ($this->getStores() as $_store): ?>
60
+ <td>
61
+ <input class="input-text<?php if($_store->getId()==0): ?> required-option<?php endif; ?>" type="text" name="frontend_label[<?php echo $_store->getId() ?>]" value="<?php echo $this->htmlEscape($_labels[$_store->getId()]) ?>"<?php if ($this->getReadOnly()):?> disabled="disabled"<?php endif;?>/>
62
+ </td>
63
+ <?php endforeach; ?>
64
+ </tr>
65
+ </table>
66
+ </div>
67
+ </div>
68
+ </div>
69
+ <br/>
70
+ <div class="entity-edit" id="matage-options-panel">
71
+ <div class="entry-edit-head">
72
+ <h4 class="icon-head head-edit-form fieldset-legend"><?php echo $this->__('Manage Options (values of your attribute)') ?></h4>
73
+ </div>
74
+ <div class="box">
75
+ <div class="hor-scroll">
76
+ <table class="dynamic-grid" cellspacing="0" cellpadding="0">
77
+ <tr id="attribute-options-table">
78
+ <?php foreach ($this->getStores() as $_store): ?>
79
+ <th><?php echo $_store->getName() ?></th>
80
+ <?php endforeach; ?>
81
+ <th><?php echo $this->__('Position') ?></th>
82
+ <th class="nobr a-center"><?php echo $this->__('Is Default') ?></th>
83
+ <th>
84
+ <?php if (!$this->getReadOnly()):?>
85
+ <?php echo $this->getAddNewButtonHtml() ?>
86
+ <?php endif;?>
87
+ </th>
88
+ </tr>
89
+ <tr class="no-display template" id="row-template">
90
+ <?php foreach ($this->getStores() as $_store): ?>
91
+ <td><input name="option[value][{{id}}][<?php echo $_store->getId() ?>]" value="{{store<?php echo $_store->getId() ?>}}" class="input-text<?php if($_store->getId()==0): ?> required-option<?php endif; ?>" type="text" <?php if ($this->getReadOnly()):?> disabled="disabled"<?php endif;?>/></td>
92
+ <?php endforeach; ?>
93
+ <td class="a-center"><input class="input-text" type="text" name="option[order][{{id}}]" value="{{sort_order}}" <?php if ($this->getReadOnly()):?> disabled="disabled"<?php endif;?>/></td>
94
+ <td><input class="input-radio" type="radio" name="default[]" value="{{id}}" <?php if ($this->getReadOnly()):?> disabled="disabled"<?php endif;?>/></td>
95
+ <td class="a-left">
96
+ <input type="hidden" class="delete-flag" name="option[delete][{{id}}]" value="" />
97
+ <?php if (!$this->getReadOnly()):?>
98
+ <?php echo $this->getDeleteButtonHtml() ?>
99
+ <?php endif;?>
100
+ </td>
101
+ </tr>
102
+ </table>
103
+ </div>
104
+ <input type="hidden" id="option-count-check" value="" />
105
+ </div>
106
+ </div>
107
+ <script type="text/javascript">
108
+ //<![CDATA[
109
+ var optionDefaultInputType = 'radio';
110
+
111
+ // IE removes quotes from element.innerHTML whenever it thinks they're not needed, which breaks html.
112
+ var templateText =
113
+ '<tr class="option-row">'+
114
+ <?php foreach ($this->getStores() as $_store): ?>
115
+ '<td><input name="option[value][{{id}}][<?php echo $_store->getId() ?>]" value="{{store<?php echo $_store->getId() ?>}}" class="input-text<?php if($_store->getId()==0): ?> required-option<?php endif; ?>" type="text" <?php if ($this->getReadOnly()):?> disabled="disabled"<?php endif;?>/><\/td>'+
116
+ <?php endforeach; ?>
117
+ '<td><input class="input-text" type="text" name="option[order][{{id}}]" value="{{sort_order}}" <?php if ($this->getReadOnly()):?> disabled="disabled"<?php endif;?>/><\/td>'+
118
+ '<td class="a-center"><input class="input-radio" type="{{intype}}" name="default[]" value="{{id}}" {{checked}} <?php if ($this->getReadOnly()):?> disabled="disabled"<?php endif;?>/><\/td>'+
119
+ '<td class="a-left" id="delete_button_container_{{id}}">'+
120
+ '<input type="hidden" class="delete-flag" name="option[delete][{{id}}]" value="" />'+
121
+ <?php if (!$this->getReadOnly()):?>
122
+ '<?php echo $this->getDeleteButtonHtml() ?>'+
123
+ <?php endif;?>
124
+ '<\/td>'+
125
+ '<\/tr>';
126
+
127
+ var attributeOption = {
128
+ table : $('attribute-options-table'),
129
+ templateSyntax : /(^|.|\r|\n)({{(\w+)}})/,
130
+ templateText : templateText,
131
+ itemCount : 0,
132
+ totalItems : 0,
133
+ isReadOnly: <?php echo (int)$this->getReadOnly(); ?>,
134
+ add : function(data) {
135
+ this.template = new Template(this.templateText, this.templateSyntax);
136
+ var isNewOption = false;
137
+ if(!data.id){
138
+ data = {};
139
+ data.id = 'option_'+this.itemCount;
140
+ isNewOption = true;
141
+ }
142
+ if (!data.intype)
143
+ data.intype = optionDefaultInputType;
144
+ Element.insert(this.table, {after: this.template.evaluate(data)});
145
+ if (isNewOption && !this.isReadOnly) {
146
+ this.enableNewOptionDeleteButton(data.id);
147
+ }
148
+ this.bindRemoveButtons();
149
+ this.itemCount++;
150
+ this.totalItems++;
151
+ this.updateItemsCountField();
152
+ },
153
+ remove : function(event){
154
+ var element = $(Event.findElement(event, 'tr')); // !!! Button already
155
+ // have table parent in safari
156
+ // Safari workaround
157
+ element.ancestors().each(function(parentItem){
158
+ if (parentItem.hasClassName('option-row')) {
159
+ element = parentItem;
160
+ throw $break;
161
+ } else if (parentItem.hasClassName('box')) {
162
+ throw $break;
163
+ }
164
+ });
165
+
166
+
167
+ if(element){
168
+ var elementFlags = element.getElementsByClassName('delete-flag');
169
+ if(elementFlags[0]){
170
+ elementFlags[0].value=1;
171
+ }
172
+
173
+ element.addClassName('no-display');
174
+ element.addClassName('template');
175
+ element.hide();
176
+ this.totalItems--;
177
+ this.updateItemsCountField();
178
+ }
179
+ },
180
+ updateItemsCountField: function() {
181
+ if (this.totalItems > 0) {
182
+ $('option-count-check').value = '1';
183
+ } else {
184
+ $('option-count-check').value = '';
185
+ }
186
+ },
187
+ enableNewOptionDeleteButton: function(id) {
188
+ $$('#delete_button_container_' + id + ' button').each(function(button) {
189
+ button.enable();
190
+ button.removeClassName('disabled');
191
+ });
192
+ },
193
+ bindRemoveButtons : function(){
194
+ var buttons = $$('.delete-option');
195
+ for(var i=0;i<buttons.length;i++){
196
+ if(!$(buttons[i]).binded){
197
+ $(buttons[i]).binded = true;
198
+ Event.observe(buttons[i], 'click', this.remove.bind(this));
199
+ }
200
+ }
201
+ }
202
+
203
+ }
204
+ if($('row-template')){
205
+ $('row-template').remove();
206
+ }
207
+ attributeOption.bindRemoveButtons();
208
+
209
+ if($('add_new_option_button')){
210
+ Event.observe('add_new_option_button', 'click', attributeOption.add.bind(attributeOption));
211
+ }
212
+ Validation.addAllThese([
213
+ ['required-option', '<?php echo $this->__('Failed') ?>', function(v) {
214
+ return !Validation.get('IsEmpty').test(v);
215
+ }]]);
216
+ Validation.addAllThese([
217
+ ['required-options-count', '<?php echo $this->__('Options is required') ?>', function(v) {
218
+ return !Validation.get('IsEmpty').test(v);
219
+ }]]);
220
+ <?php foreach ($this->getOptionValues() as $_value): ?>
221
+ attributeOption.add(<?php echo $_value->toJson() ?>);
222
+ <?php endforeach; ?>
223
+ //]]>
224
+ </script>
app/design/adminhtml/default/default/template/email/order/items.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/empty.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/example.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/forgotpassword.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/formkey.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/giftmessage/form.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/giftmessage/giftoptionsform.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/giftmessage/helper.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
@@ -55,11 +55,11 @@
55
  <?php if($_giftMessage=$this->getMessage()): ?>
56
  <span class="field-row">
57
  <label><?php echo Mage::helper('giftmessage')->__('From') ?></label>
58
- <?php echo $this->htmlEscape($_giftMessage->getSender()) ?>
59
  </span>
60
  <span class="field-row">
61
  <label><?php echo Mage::helper('giftmessage')->__('To') ?></label>
62
- <?php echo $this->htmlEscape($_giftMessage->getRecipient()) ?>
63
  </span>
64
  <span class="field-row">
65
  <label><?php echo Mage::helper('giftmessage')->__('Message') ?></label>
@@ -77,11 +77,11 @@
77
 
78
  <span class="field-row">
79
  <label><?php echo Mage::helper('giftmessage')->__('From') ?></label>
80
- <?php echo $this->htmlEscape($_giftMessage->getSender()) ?>
81
  </span>
82
  <span class="field-row">
83
  <label><?php echo Mage::helper('giftmessage')->__('To') ?></label>
84
- <?php echo $this->htmlEscape($_giftMessage->getRecipient()) ?>
85
  </span>
86
  <span class="field-row">
87
  <label><?php echo Mage::helper('giftmessage')->__('Message') ?></label>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
55
  <?php if($_giftMessage=$this->getMessage()): ?>
56
  <span class="field-row">
57
  <label><?php echo Mage::helper('giftmessage')->__('From') ?></label>
58
+ <?php echo $this->escapeHtml($_giftMessage->getSender()) ?>
59
  </span>
60
  <span class="field-row">
61
  <label><?php echo Mage::helper('giftmessage')->__('To') ?></label>
62
+ <?php echo $this->escapeHtml($_giftMessage->getRecipient()) ?>
63
  </span>
64
  <span class="field-row">
65
  <label><?php echo Mage::helper('giftmessage')->__('Message') ?></label>
77
 
78
  <span class="field-row">
79
  <label><?php echo Mage::helper('giftmessage')->__('From') ?></label>
80
+ <?php echo $this->escapeHtml($_giftMessage->getSender()) ?>
81
  </span>
82
  <span class="field-row">
83
  <label><?php echo Mage::helper('giftmessage')->__('To') ?></label>
84
+ <?php echo $this->escapeHtml($_giftMessage->getRecipient()) ?>
85
  </span>
86
  <span class="field-row">
87
  <label><?php echo Mage::helper('giftmessage')->__('Message') ?></label>
app/design/adminhtml/default/default/template/giftmessage/popup.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/giftmessage/sales/order/create/giftoptions.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/giftmessage/sales/order/create/items.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/giftmessage/sales/order/view/giftoptions.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/giftmessage/sales/order/view/items.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/googlebase/captcha.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/googlebase/items.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/googlebase/types/edit/attributes.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/importexport/busy.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/importexport/export/form/after.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/importexport/export/form/before.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/importexport/import/form/after.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/importexport/import/form/before.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
@@ -107,7 +107,14 @@
107
  break;
108
  case 'innerHTML':
109
  case 'value':
110
- $H(pair.value).each(function(val) {if ($(val.key)) $(val.key)[pair.key] = val.value;});
 
 
 
 
 
 
 
111
  break;
112
  case 'removeClassName':
113
  case 'addClassName':
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
107
  break;
108
  case 'innerHTML':
109
  case 'value':
110
+ $H(pair.value).each(function(val) {
111
+ var el = $(val.key);
112
+ if (el) {
113
+ el[pair.key] = val.value;
114
+ // if element does not visible
115
+ el.offsetWidth || el.up('div.entry-edit').show();
116
+ }
117
+ });
118
  break;
119
  case 'removeClassName':
120
  case 'addClassName':
app/design/adminhtml/default/default/template/importexport/import/frame/result.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/index/notifications.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/login.phtml CHANGED
@@ -20,12 +20,12 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
27
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
28
- <html lang="en">
29
  <head>
30
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
31
  <title><?php echo Mage::helper('adminhtml')->__('Log into Magento Admin Page') ?></title>
@@ -47,7 +47,7 @@
47
  <body id="page-login" onload="document.forms.loginForm.username.focus();">
48
  <div class="login-container">
49
  <div class="login-box">
50
- <form method="post" action="" id="loginForm">
51
  <div class="login-form">
52
  <input name="form_key" type="hidden" value="<?php echo $this->getFormKey() ?>" />
53
  <h2><?php echo Mage::helper('adminhtml')->__('Log in to Admin Panel') ?></h2>
@@ -57,6 +57,8 @@
57
  <div class="input-box input-left"><label for="username"><?php echo Mage::helper('adminhtml')->__('User Name:') ?></label><br/>
58
  <input type="text" id="username" name="login[username]" value="" class="required-entry input-text" /></div>
59
  <div class="input-box input-right"><label for="login"><?php echo Mage::helper('adminhtml')->__('Password:') ?></label><br />
 
 
60
  <input type="password" id="login" name="login[password]" class="required-entry input-text" value="" /></div>
61
  <?php echo $this->getChildHtml('form.additional.info'); ?>
62
  <div class="clear"></div>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
27
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
28
+ <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
29
  <head>
30
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
31
  <title><?php echo Mage::helper('adminhtml')->__('Log into Magento Admin Page') ?></title>
47
  <body id="page-login" onload="document.forms.loginForm.username.focus();">
48
  <div class="login-container">
49
  <div class="login-box">
50
+ <form method="post" action="" id="loginForm" autocomplete="off">
51
  <div class="login-form">
52
  <input name="form_key" type="hidden" value="<?php echo $this->getFormKey() ?>" />
53
  <h2><?php echo Mage::helper('adminhtml')->__('Log in to Admin Panel') ?></h2>
57
  <div class="input-box input-left"><label for="username"><?php echo Mage::helper('adminhtml')->__('User Name:') ?></label><br/>
58
  <input type="text" id="username" name="login[username]" value="" class="required-entry input-text" /></div>
59
  <div class="input-box input-right"><label for="login"><?php echo Mage::helper('adminhtml')->__('Password:') ?></label><br />
60
+ <!-- This is a dummy hidden field to trick firefox from auto filling the password -->
61
+ <input type="text" class="input-text no-display" name="dummy" id="dummy" />
62
  <input type="password" id="login" name="login[password]" class="required-entry input-text" value="" /></div>
63
  <?php echo $this->getChildHtml('form.additional.info'); ?>
64
  <div class="clear"></div>
app/design/adminhtml/default/default/template/media/editor.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/media/uploader.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/newsletter/preview/iframeswitcher.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/newsletter/preview/store.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/newsletter/problem/list.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/newsletter/queue/edit.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  /* @var $this Mage_Adminhtml_Block_Newsletter_Queue_Edit */
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  /* @var $this Mage_Adminhtml_Block_Newsletter_Queue_Edit */
app/design/adminhtml/default/default/template/newsletter/queue/list.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/newsletter/queue/preview.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/newsletter/subscriber/list.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/newsletter/template/edit.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  /* @var $this Mage_Adminhtml_Block_Newsletter_Template_Edit */
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  /* @var $this Mage_Adminhtml_Block_Newsletter_Template_Edit */
app/design/adminhtml/default/default/template/newsletter/template/list.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/newsletter/template/preview.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/notification/baseurl.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  /**
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  /**
app/design/adminhtml/default/default/template/notification/security.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  /**
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  /**
app/design/adminhtml/default/default/template/notification/survey.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/notification/toolbar.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/notification/window.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/oauth/authorize/button-simple.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/oauth/authorize/button.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
 
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
 
app/design/adminhtml/default/default/template/oauth/authorize/confirm-simple.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
 
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
 
app/design/adminhtml/default/default/template/oauth/authorize/confirm.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
 
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
 
app/design/adminhtml/default/default/template/oauth/authorize/form/login-simple.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
 
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
 
app/design/adminhtml/default/default/template/oauth/authorize/form/login.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
 
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
 
app/design/adminhtml/default/default/template/oauth/authorize/head-simple.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
 
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
 
app/design/adminhtml/default/default/template/oauth/authorize/reject-simple.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
 
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
 
app/design/adminhtml/default/default/template/oauth/authorize/reject.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/overlay_popup.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/page.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/page/footer.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/page/header.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
 
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
 
app/design/adminhtml/default/default/template/page/js/calendar.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  // no notice of license for now
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  // no notice of license for now
app/design/adminhtml/default/default/template/page/js/translate.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/page/menu.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/page/notices.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/pagecache/cache/additional.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/paygate/form/cc.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/paygate/info/cc.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
@@ -28,7 +28,7 @@
28
  <div class="cards-list">
29
 
30
  <?php if (!$this->getHideTitle()): ?>
31
- <div class="bold"><?php echo $this->htmlEscape($this->getMethod()->getTitle()) ?></div>
32
  <?php endif;?>
33
 
34
  <?php
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
28
  <div class="cards-list">
29
 
30
  <?php if (!$this->getHideTitle()): ?>
31
+ <div class="bold"><?php echo $this->escapeHtml($this->getMethod()->getTitle()) ?></div>
32
  <?php endif;?>
33
 
34
  <?php
app/design/adminhtml/default/default/template/paygate/info/pdf.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
@@ -30,7 +30,7 @@
30
  $showCount = count($cards) > 1;
31
  ?>
32
 
33
- <?php echo $this->getMethod()->getTitle() ?>{{pdf_row_separator}}
34
  <?php foreach ($cards as $key => $card): ?>
35
  <?php if ($showCount): ?>
36
  <?php echo sprintf($this->__('Credit Card %s'), $key + 1); ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
30
  $showCount = count($cards) > 1;
31
  ?>
32
 
33
+ <?php echo $this->escapeHtml($this->getMethod()->getTitle()) ?>{{pdf_row_separator}}
34
  <?php foreach ($cards as $key => $card): ?>
35
  <?php if ($showCount): ?>
36
  <?php echo sprintf($this->__('Credit Card %s'), $key + 1); ?>
app/design/adminhtml/default/default/template/payment/form/cc.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/payment/form/ccsave.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/payment/form/checkmo.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/payment/form/purchaseorder.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/payment/info/banktransfer.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/payment/info/checkmo.phtml CHANGED
@@ -20,17 +20,17 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
27
- <?php echo $this->getMethod()->getTitle() ?>
28
  <?php if($this->getInfo()->getAdditionalData()): ?>
29
- <?php if($this->getPayableTo()): ?><br /><?php echo Mage::helper('payment')->__('Make Check payable to: %s', $this->htmlEscape($this->getPayableTo())) ?><?php endif; ?>
30
  <?php if($this->getMailingAddress()): ?>
31
  <label><?php echo Mage::helper('payment')->__('Send Check to:') ?></label>
32
  <div class="checkmo-mailing-address">
33
- <?php echo nl2br($this->htmlEscape($this->getMailingAddress())) ?>
34
  </div>
35
  <?php endif; ?>
36
  <?php endif; ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
27
+ <?php echo $this->escapeHtml($this->getMethod()->getTitle()) ?>
28
  <?php if($this->getInfo()->getAdditionalData()): ?>
29
+ <?php if($this->getPayableTo()): ?><br /><?php echo Mage::helper('payment')->__('Make Check payable to: %s', $this->escapeHtml($this->getPayableTo())) ?><?php endif; ?>
30
  <?php if($this->getMailingAddress()): ?>
31
  <label><?php echo Mage::helper('payment')->__('Send Check to:') ?></label>
32
  <div class="checkmo-mailing-address">
33
+ <?php echo nl2br($this->escapeHtml($this->getMailingAddress())) ?>
34
  </div>
35
  <?php endif; ?>
36
  <?php endif; ?>
app/design/adminhtml/default/default/template/payment/info/default.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
@@ -29,7 +29,7 @@
29
  * @see Mage_Payment_Block_Info
30
  */
31
  ?>
32
- <?php echo $this->htmlEscape($this->getMethod()->getTitle()) ?>
33
 
34
  <?php if ($_specificInfo = $this->getSpecificInformation()):?>
35
  <table>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
29
  * @see Mage_Payment_Block_Info
30
  */
31
  ?>
32
+ <?php echo $this->escapeHtml($this->getMethod()->getTitle()) ?>
33
 
34
  <?php if ($_specificInfo = $this->getSpecificInformation()):?>
35
  <table>
app/design/adminhtml/default/default/template/payment/info/pdf/checkmo.phtml CHANGED
@@ -20,22 +20,22 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
27
- <?php echo $this->getMethod()->getTitle() ?>
28
  {{pdf_row_separator}}
29
  <?php if($this->getInfo()->getAdditionalData()): ?>
30
  {{pdf_row_separator}}
31
  <?php if($this->getPayableTo()): ?>
32
- <?php echo Mage::helper('payment')->__('Make Check payable to: %s', $this->htmlEscape($this->getPayableTo())) ?>
33
  {{pdf_row_separator}}
34
  <?php endif; ?>
35
  <?php if($this->getMailingAddress()): ?>
36
  <?php echo Mage::helper('payment')->__('Send Check to:') ?>
37
  {{pdf_row_separator}}
38
- <?php echo nl2br($this->htmlEscape($this->getMailingAddress())) ?>
39
  {{pdf_row_separator}}
40
  <?php endif; ?>
41
  <?php endif; ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
27
+ <?php echo $this->escapeHtml($this->getMethod()->getTitle()) ?>
28
  {{pdf_row_separator}}
29
  <?php if($this->getInfo()->getAdditionalData()): ?>
30
  {{pdf_row_separator}}
31
  <?php if($this->getPayableTo()): ?>
32
+ <?php echo Mage::helper('payment')->__('Make Check payable to: %s', $this->escapeHtml($this->getPayableTo())) ?>
33
  {{pdf_row_separator}}
34
  <?php endif; ?>
35
  <?php if($this->getMailingAddress()): ?>
36
  <?php echo Mage::helper('payment')->__('Send Check to:') ?>
37
  {{pdf_row_separator}}
38
+ <?php echo nl2br($this->escapeHtml($this->getMailingAddress())) ?>
39
  {{pdf_row_separator}}
40
  <?php endif; ?>
41
  <?php endif; ?>
app/design/adminhtml/default/default/template/payment/info/pdf/default.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
@@ -29,7 +29,7 @@
29
  * @see Mage_Payment_Block_Info
30
  */
31
  ?>
32
- <?php echo $this->getMethod()->getTitle() ?>{{pdf_row_separator}}
33
 
34
  <?php if ($_specificInfo = $this->getSpecificInformation()):?>
35
  <?php foreach ($_specificInfo as $_label => $_value):?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
29
  * @see Mage_Payment_Block_Info
30
  */
31
  ?>
32
+ <?php echo $this->escapeHtml($this->getMethod()->getTitle()) ?>{{pdf_row_separator}}
33
 
34
  <?php if ($_specificInfo = $this->getSpecificInformation()):?>
35
  <?php foreach ($_specificInfo as $_label => $_value):?>
app/design/adminhtml/default/default/template/payment/info/pdf/purchaseorder.phtml CHANGED
@@ -20,10 +20,10 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
27
- <?php echo Mage::helper('payment')->__('Purchase Order Number: %s', $this->htmlEscape($this->getInfo()->getPoNumber())) ?>
28
  {{pdf_row_separator}}
29
 
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
27
+ <?php echo Mage::helper('payment')->__('Purchase Order Number: %s', $this->escapeHtml($this->getInfo()->getPoNumber())) ?>
28
  {{pdf_row_separator}}
29
 
app/design/adminhtml/default/default/template/payment/info/purchaseorder.phtml CHANGED
@@ -20,9 +20,9 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
27
- <p><?php echo $this->getMethod()->getTitle() ?></p>
28
- <p><?php echo Mage::helper('payment')->__('Purchase Order Number: %s', $this->htmlEscape($this->getInfo()->getPoNumber())) ?></p>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
27
+ <p><?php echo $this->escapeHtml($this->getMethod()->getTitle()) ?></p>
28
+ <p><?php echo Mage::helper('payment')->__('Purchase Order Number: %s', $this->escapeHtml($this->getInfo()->getPoNumber())) ?></p>
app/design/adminhtml/default/default/template/paypal/system/config/api_wizard.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/paypal/system/config/fieldset/global.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/paypal/system/config/fieldset/hint.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/paypal/system/config/fieldset/store.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/paypal/system/config/payflowlink/advanced.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
 
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
 
app/design/adminhtml/default/default/template/paypal/system/config/payflowlink/info.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/permissions/roleinfo.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/permissions/roles.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/permissions/rolesedit.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/permissions/rolesusers.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/permissions/userinfo.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/permissions/usernroles.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/permissions/userroles.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/permissions/users.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/poll/answers/list.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/popup.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/promo/fieldset.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/promo/form.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/promo/js.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/promo/salesrulejs.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
@@ -108,6 +108,17 @@ function generateCouponCodes(idPrefix, generateUrl, grid) {
108
  });
109
  }
110
 
 
 
 
 
 
 
 
 
 
 
 
111
  document.observe("dom:loaded", handleCouponsTabContentActivity);
112
  document.observe("dom:loaded", handleCouponTypeChange);
113
  //]]>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
108
  });
109
  }
110
 
111
+ Ajax.Responders.register({
112
+ onComplete: function() {
113
+ if ($('promo_catalog_edit_tabs_coupons_section_content')
114
+ && $('promo_catalog_edit_tabs_coupons_section_content').visible()
115
+ && Ajax.activeRequestCount == 0
116
+ ) {
117
+ handleCouponsTabContentActivity();
118
+ }
119
+ }
120
+ });
121
+
122
  document.observe("dom:loaded", handleCouponsTabContentActivity);
123
  document.observe("dom:loaded", handleCouponTypeChange);
124
  //]]>
app/design/adminhtml/default/default/template/rating/detailed.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/rating/options.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/rating/stars/detailed.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/rating/stars/summary.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/report/grid.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/report/grid/container.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/report/refresh/statistics.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/report/store/switcher.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/report/store/switcher/enhanced.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/report/wishlist.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/resetforgottenpassword.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
@@ -50,15 +50,15 @@
50
  <div id="messages">
51
  <?php echo $this->getMessagesBlock()->getGroupedHtml(); ?>
52
  </div>
53
- <div class="input-box">
54
- <label for="password"><em class="required">*</em><?php echo $this->__('New Password'); ?></label>
55
  <br />
56
- <input type="password" class="input-text required-entry validate-admin-password" name="password" id="password" style="width:461px;" />
57
  </div>
58
- <div class="input-box">
59
- <label for="confirmation"><em class="required">*</em><?php echo $this->__('Confirm New Password'); ?></label>
60
  <br />
61
- <input type="password" class="input-text required-entry validate-cpassword" name="confirmation" id="confirmation" style="width:461px;" />
62
  </div>
63
  <div class="clear"></div>
64
  <div class="form-buttons">
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
50
  <div id="messages">
51
  <?php echo $this->getMessagesBlock()->getGroupedHtml(); ?>
52
  </div>
53
+ <div class="input-box f-left">
54
+ <label for="password"><em class="required">*</em> <?php echo $this->__('New Password'); ?></label>
55
  <br />
56
+ <input type="password" class="input-text required-entry validate-admin-password" name="password" id="password" />
57
  </div>
58
+ <div class="input-box f-right">
59
+ <label for="confirmation"><em class="required">*</em> <?php echo $this->__('Confirm New Password'); ?></label>
60
  <br />
61
+ <input type="password" class="input-text required-entry validate-cpassword" name="confirmation" id="confirmation" />
62
  </div>
63
  <div class="clear"></div>
64
  <div class="form-buttons">
app/design/adminhtml/default/default/template/review/add.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/billing/agreement/form.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/billing/agreement/view/form.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/billing/agreement/view/tab/info.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/items/column/name.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
@@ -31,8 +31,8 @@
31
  ?>
32
 
33
  <?php if ($_item = $this->getItem()): ?>
34
- <h5 class="title"><span id="order_item_<?php echo $_item->getId() ?>_title"><?php echo $this->htmlEscape($_item->getName()) ?></span></h5>
35
- <div><strong><?php echo $this->helper('sales')->__('SKU') ?>:</strong> <?php echo implode('<br />', Mage::helper('catalog')->splitSku($this->htmlEscape($this->getSku()))); ?></div>
36
  <?php if ($this->getOrderOptions()): ?>
37
  <dl class="item-options">
38
  <?php foreach ($this->getOrderOptions() as $_option): ?>
@@ -56,5 +56,5 @@
56
  <?php endforeach; ?>
57
  </dl>
58
  <?php endif; ?>
59
- <?php echo $this->htmlEscape($_item->getDescription()) ?>
60
  <?php endif; ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
31
  ?>
32
 
33
  <?php if ($_item = $this->getItem()): ?>
34
+ <h5 class="title"><span id="order_item_<?php echo $_item->getId() ?>_title"><?php echo $this->escapeHtml($_item->getName()) ?></span></h5>
35
+ <div><strong><?php echo $this->helper('sales')->__('SKU') ?>:</strong> <?php echo implode('<br />', Mage::helper('catalog')->splitSku($this->escapeHtml($this->getSku()))); ?></div>
36
  <?php if ($this->getOrderOptions()): ?>
37
  <dl class="item-options">
38
  <?php foreach ($this->getOrderOptions() as $_option): ?>
56
  <?php endforeach; ?>
57
  </dl>
58
  <?php endif; ?>
59
+ <?php echo $this->escapeHtml($_item->getDescription()) ?>
60
  <?php endif; ?>
app/design/adminhtml/default/default/template/sales/items/column/qty.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/items/renderer/default.phtml CHANGED
@@ -20,13 +20,13 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
27
 
28
  <?php echo $this->getItem()->getName() ?>
29
- <div><strong><?php echo $this->helper('sales')->__('SKU') ?>:</strong> <?php echo implode('<br />', Mage::helper('catalog')->splitSku($this->htmlEscape($this->getItem()->getSku()))); ?></div>
30
  <?php if ($this->getOrderOptions()): ?>
31
  <ul class="item-options">
32
  <?php foreach ($this->getOrderOptions() as $option): ?>
@@ -36,10 +36,10 @@
36
  <?php echo $this->getValueHtml($item) ?><br />
37
  <?php endforeach; ?>
38
  <?php else: ?>
39
- <?php echo $this->htmlEscape($option['value']); ?>
40
  <?php endif; ?>
41
  </li>
42
  <?php endforeach; ?>
43
  </ul>
44
  <?php endif; ?>
45
- <?php echo $this->htmlEscape($this->getItem()->getDescription()) ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
27
 
28
  <?php echo $this->getItem()->getName() ?>
29
+ <div><strong><?php echo $this->helper('sales')->__('SKU') ?>:</strong> <?php echo implode('<br />', Mage::helper('catalog')->splitSku($this->escapeHtml($this->getItem()->getSku()))); ?></div>
30
  <?php if ($this->getOrderOptions()): ?>
31
  <ul class="item-options">
32
  <?php foreach ($this->getOrderOptions() as $option): ?>
36
  <?php echo $this->getValueHtml($item) ?><br />
37
  <?php endforeach; ?>
38
  <?php else: ?>
39
+ <?php echo $this->escapeHtml($option['value']); ?>
40
  <?php endif; ?>
41
  </li>
42
  <?php endforeach; ?>
43
  </ul>
44
  <?php endif; ?>
45
+ <?php echo $this->escapeHtml($this->getItem()->getDescription()) ?>
app/design/adminhtml/default/default/template/sales/order/address/form.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/comments/view.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/create/abstract.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/create/billing/method/form.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
@@ -35,12 +35,12 @@
35
  <?php foreach ($_methods as $_method): $_code = $_method->getCode(); $_counter++; ?>
36
  <dt>
37
  <?php if ($_methodsCount > 1): ?>
38
- <input id="p_method_<?php echo $_code ?>" value="<?php echo $_code ?>" type="radio" name="payment[method]" title="<?php echo $this->htmlEscape($_method->getTitle()) ?>" onclick="payment.switchMethod('<?php echo $_code ?>')"<?php if($this->getSelectedMethodCode()==$_code): ?> checked="checked"<?php endif; ?> <?php if ($_counter == $_methodsCount) : ?>class="validate-one-required-by-name"<?php endif;?>/>
39
  <?php else :?>
40
  <span class="no-display"><input id="p_method_<?php echo $_code ?>" value="<?php echo $_code ?>" type="radio" name="payment[method]" checked="checked" /></span>
41
  <?php endif;?>
42
 
43
- <label for="p_method_<?php echo $_code ?>"><?php echo $_method->getTitle() ?></label>
44
  </dt>
45
  <dd>
46
  <?php echo $this->getChildHtml('payment.method.'.$_code) ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
35
  <?php foreach ($_methods as $_method): $_code = $_method->getCode(); $_counter++; ?>
36
  <dt>
37
  <?php if ($_methodsCount > 1): ?>
38
+ <input id="p_method_<?php echo $_code ?>" value="<?php echo $_code ?>" type="radio" name="payment[method]" title="<?php echo $this->escapeHtml($_method->getTitle()) ?>" onclick="payment.switchMethod('<?php echo $_code ?>')"<?php if($this->getSelectedMethodCode()==$_code): ?> checked="checked"<?php endif; ?> <?php if ($_counter == $_methodsCount) : ?>class="validate-one-required-by-name"<?php endif;?>/>
39
  <?php else :?>
40
  <span class="no-display"><input id="p_method_<?php echo $_code ?>" value="<?php echo $_code ?>" type="radio" name="payment[method]" checked="checked" /></span>
41
  <?php endif;?>
42
 
43
+ <label for="p_method_<?php echo $_code ?>"><?php echo $this->escapeHtml($_method->getTitle()) ?></label>
44
  </dt>
45
  <dd>
46
  <?php echo $this->getChildHtml('payment.method.'.$_code) ?>
app/design/adminhtml/default/default/template/sales/order/create/comment.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/create/coupons/form.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/create/data.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/create/form.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/create/form/account.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/create/form/address.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  if($this->getIsShipping()):
@@ -64,7 +64,7 @@ endif; ?>
64
  </select>
65
  <br/>
66
  <?php if($this->getIsShipping()): ?>
67
- <input type="checkbox" id="order-shipping_same_as_billing" name="shipping_same_as_billing" onchange="order.setShippingAsBilling(this.checked)" <?php if($this->getIsAsBilling()): ?>checked<?php endif; ?>/>
68
  <label for="order-shipping_same_as_billing" class="no-float"><?php echo Mage::helper('sales')->__('Same As Billing Address') ?></label>
69
  <?php else: ?>
70
  &nbsp;
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  if($this->getIsShipping()):
64
  </select>
65
  <br/>
66
  <?php if($this->getIsShipping()): ?>
67
+ <input type="checkbox" id="order-shipping_same_as_billing" name="shipping_same_as_billing" onclick="order.setShippingAsBilling(this.checked)" <?php if($this->getIsAsBilling()): ?>checked<?php endif; ?>/>
68
  <label for="order-shipping_same_as_billing" class="no-float"><?php echo Mage::helper('sales')->__('Same As Billing Address') ?></label>
69
  <?php else: ?>
70
  &nbsp;
app/design/adminhtml/default/default/template/sales/order/create/giftmessage.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/create/items.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/create/items/grid.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
@@ -95,10 +95,7 @@
95
  <td colspan="2" class="a-right"><?php echo $this->helper('sales')->__('Subtotal:') ?></td>
96
  <td class="price"><strong><?php echo $this->formatPrice($this->getSubtotal()) ?></strong></td>
97
  <td class="price"><strong><?php echo $this->formatPrice($this->getDiscountAmount()) ?></strong></td>
98
- <td class="price"><strong>
99
- <?php
100
- echo $this->formatPrice($this->getSubtotal() + $this->getDiscountAmount());
101
- ?></strong></td>
102
  <td colspan="2">&nbsp;</td>
103
  </tr>
104
  </tfoot>
@@ -107,7 +104,7 @@
107
  <tbody class="<?php echo ($i%2)?'even':'odd' ?>">
108
  <tr>
109
  <td class="first">
110
- <h5 class="title"><span id="order_item_<?php echo $_item->getId() ?>_title"><?php echo $this->htmlEscape($_item->getName()) ?></span></h5>
111
  <div>
112
  <strong><?php echo $this->helper('sales')->__('SKU') ?>:</strong>
113
  <?php echo implode('<br />', Mage::helper('catalog')->splitSku($this->escapeHtml($_item->getSku()))); ?>
@@ -314,7 +311,12 @@
314
 
315
 
316
  <?php if ($this->helper('tax')->displayCartPriceExclTax($this->getStore()) || $this->helper('tax')->displayCartBothPrices($this->getStore())): ?>
317
- <?php $_rowTotalWithoutDiscount = $_item->getPriceInclTax() * $_item->getQty() - $_item->getDiscountAmount() - $_item->getTaxAmount(); ?>
 
 
 
 
 
318
  <?php if ($this->helper('tax')->displayCartBothPrices($this->getStore())): ?>
319
  <span class="label"><?php echo $this->__('Excl. Tax'); ?>:</span>
320
  <?php endif; ?>
@@ -324,7 +326,6 @@
324
  <?php echo $this->formatPrice(max(0, $_rowTotalWithoutDiscount)) ?>
325
  <?php endif; ?>
326
 
327
-
328
  <?php if (Mage::helper('weee')->getApplied($_item)): ?>
329
  <br />
330
  <?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales')): ?>
@@ -357,7 +358,13 @@
357
  <?php if ($this->helper('tax')->displayCartBothPrices($this->getStore())): ?>
358
  <br /><span class="label"><?php echo $this->__('Incl. Tax'); ?>:</span>
359
  <?php endif; ?>
360
- <?php $_incl = $_item->getPriceInclTax() * $_item->getQty() - $_item->getDiscountAmount(); ?>
 
 
 
 
 
 
361
  <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales')): ?>
362
  <?php echo $this->formatPrice($_incl+$_item->getWeeeTaxAppliedRowAmount()); ?>
363
  <?php else: ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
95
  <td colspan="2" class="a-right"><?php echo $this->helper('sales')->__('Subtotal:') ?></td>
96
  <td class="price"><strong><?php echo $this->formatPrice($this->getSubtotal()) ?></strong></td>
97
  <td class="price"><strong><?php echo $this->formatPrice($this->getDiscountAmount()) ?></strong></td>
98
+ <td class="price"><strong><?php echo $this->formatPrice($this->getSubtotalWithDiscount()) ?></strong></td>
 
 
 
99
  <td colspan="2">&nbsp;</td>
100
  </tr>
101
  </tfoot>
104
  <tbody class="<?php echo ($i%2)?'even':'odd' ?>">
105
  <tr>
106
  <td class="first">
107
+ <h5 class="title"><span id="order_item_<?php echo $_item->getId() ?>_title"><?php echo $this->escapeHtml($_item->getName()) ?></span></h5>
108
  <div>
109
  <strong><?php echo $this->helper('sales')->__('SKU') ?>:</strong>
110
  <?php echo implode('<br />', Mage::helper('catalog')->splitSku($this->escapeHtml($_item->getSku()))); ?>
311
 
312
 
313
  <?php if ($this->helper('tax')->displayCartPriceExclTax($this->getStore()) || $this->helper('tax')->displayCartBothPrices($this->getStore())): ?>
314
+ <?php if ($_item->getIsPriceInclTax()): ?>
315
+ <?php $_rowTotalWithoutDiscount = $_item->getRowTotalInclTax() - $_item->getDiscountAmount() - $_item->getTaxAmount() ?>
316
+ <?php else: ?>
317
+ <?php $_rowTotalWithoutDiscount = $_item->getRowTotal() - $_item->getDiscountAmount() ?>
318
+ <?php endif; ?>
319
+
320
  <?php if ($this->helper('tax')->displayCartBothPrices($this->getStore())): ?>
321
  <span class="label"><?php echo $this->__('Excl. Tax'); ?>:</span>
322
  <?php endif; ?>
326
  <?php echo $this->formatPrice(max(0, $_rowTotalWithoutDiscount)) ?>
327
  <?php endif; ?>
328
 
 
329
  <?php if (Mage::helper('weee')->getApplied($_item)): ?>
330
  <br />
331
  <?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales')): ?>
358
  <?php if ($this->helper('tax')->displayCartBothPrices($this->getStore())): ?>
359
  <br /><span class="label"><?php echo $this->__('Incl. Tax'); ?>:</span>
360
  <?php endif; ?>
361
+
362
+ <?php if ($_item->getIsPriceInclTax()): ?>
363
+ <?php $_incl = $_item->getRowTotalInclTax() - $_item->getDiscountAmount() ?>
364
+ <?php else: ?>
365
+ <?php $_incl = $_item->getRowTotal() - $_item->getDiscountAmount() + $_item->getTaxAmount(); ?>
366
+ <?php endif; ?>
367
+
368
  <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales')): ?>
369
  <?php echo $this->formatPrice($_incl+$_item->getWeeeTaxAppliedRowAmount()); ?>
370
  <?php else: ?>
app/design/adminhtml/default/default/template/sales/order/create/js.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/create/newsletter/form.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/create/shipping/method/form.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/create/sidebar.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/create/sidebar/items.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
@@ -62,7 +62,7 @@
62
  </tr>
63
  <?php foreach ($this->getItems() as $_item): ?>
64
  <tr>
65
- <td><?php echo $this->htmlEscape($_item->getName()) ?></td>
66
  <?php if ($this->canDisplayItemQty()): ?>
67
  <td class="a-center">
68
  <?php if ($_item->getProduct()->getTypeId() != Mage_Catalog_Model_Product_Type_Grouped::TYPE_CODE): ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
62
  </tr>
63
  <?php foreach ($this->getItems() as $_item): ?>
64
  <tr>
65
+ <td><?php echo $this->escapeHtml($_item->getName()) ?></td>
66
  <?php if ($this->canDisplayItemQty()): ?>
67
  <td class="a-center">
68
  <?php if ($_item->getProduct()->getTypeId() != Mage_Catalog_Model_Product_Type_Grouped::TYPE_CODE): ?>
app/design/adminhtml/default/default/template/sales/order/create/store/select.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/create/totals.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/create/totals/default.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/create/totals/grandtotal.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  /**
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  /**
app/design/adminhtml/default/default/template/sales/order/create/totals/shipping.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  /**
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  /**
app/design/adminhtml/default/default/template/sales/order/create/totals/subtotal.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  /**
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  /**
app/design/adminhtml/default/default/template/sales/order/create/totals/tax.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/creditmemo/create/form.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/creditmemo/create/items.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/creditmemo/create/items/renderer/configurable.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/creditmemo/create/items/renderer/default.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/creditmemo/create/totals/adjustments.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/creditmemo/view/form.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/creditmemo/view/items.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/creditmemo/view/items/renderer/configurable.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/creditmemo/view/items/renderer/default.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/giftoptions.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/invoice/create/form.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
@@ -99,13 +99,15 @@
99
  <script type="text/javascript">
100
  //<![CDATA[
101
  var createShipment = $('invoice_do_shipment');
102
- createShipment.observe('click', function(e){
103
- if (createShipment.checked) {
104
- document.getElementById('tracking').style.display = 'block';
105
- } else {
106
- document.getElementById('tracking').style.display = 'none'
107
- }
108
- })
 
 
109
 
110
  /*forced creating of shipment*/
111
  var forcedShipmentCreate = <?php echo $this->getForcedShipmentCreate() ?>;
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
99
  <script type="text/javascript">
100
  //<![CDATA[
101
  var createShipment = $('invoice_do_shipment');
102
+ if (createShipment) {
103
+ createShipment.observe('click', function(e){
104
+ if (createShipment.checked) {
105
+ document.getElementById('tracking').style.display = 'block';
106
+ } else {
107
+ document.getElementById('tracking').style.display = 'none'
108
+ }
109
+ })
110
+ }
111
 
112
  /*forced creating of shipment*/
113
  var forcedShipmentCreate = <?php echo $this->getForcedShipmentCreate() ?>;
app/design/adminhtml/default/default/template/sales/order/invoice/create/items.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/invoice/create/items/renderer/configurable.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/invoice/create/items/renderer/default.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/invoice/create/tracking.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/invoice/view/form.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/invoice/view/items.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/invoice/view/items/renderer/configurable.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/invoice/view/items/renderer/default.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/shipment/create/form.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/shipment/create/items.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/shipment/create/items/renderer/configurable.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/shipment/create/items/renderer/default.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/shipment/create/tracking.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/shipment/packaging/grid.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/shipment/packaging/packed.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/shipment/packaging/popup.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/shipment/tracking/info.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/shipment/view/form.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/shipment/view/items.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/shipment/view/items/renderer/configurable.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/shipment/view/items/renderer/default.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/shipment/view/tracking.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/totalbar.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/totals.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/totals/discount.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/totals/due.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/totals/footer.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/totals/grand.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/totals/item.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/totals/main.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/totals/paid.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/totals/refunded.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/totals/shipping.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/totals/subtotal.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/totals/tax.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  /** @var $this Mage_Adminhtml_Block_Sales_Order_Totals_Tax */
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  /** @var $this Mage_Adminhtml_Block_Sales_Order_Totals_Tax */
app/design/adminhtml/default/default/template/sales/order/view/form.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/view/giftmessage.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
@@ -36,16 +36,16 @@
36
  <tbody>
37
  <tr>
38
  <td class="label"><label><?php echo Mage::helper('sales')->__('From Name') ?><?php echo $_required ? '&nbsp;<span class="required">*</span>' : ''?></label></td>
39
- <td class="input-ele"><input class="input-text" type="text" id="<?php echo $this->getFieldId('sender') ?>" name="<?php echo $this->getFieldName('sender') ?>" value="<?php echo $this->htmlEscape($this->getMessage()->getSender()) ?>" /></td>
40
  <td>&nbsp;</td>
41
  <td class="label"><label><?php echo Mage::helper('sales')->__('To Name') ?><?php echo $_required ? '&nbsp;<span class="required">*</span>' : ''?></label></td>
42
- <td class="input-ele"><input class="input-text" type="text" id="<?php echo $this->getFieldId('recipient') ?>" name="<?php echo $this->getFieldName('recipient') ?>" value="<?php echo $this->htmlEscape($this->getMessage()->getRecipient()) ?>" /></td>
43
  </tr>
44
  <tr>
45
  <td class="label" colspan="6"><label for="<?php echo $this->getFieldId('message') ?>"><?php echo Mage::helper('sales')->__('Gift Message') ?></label></td>
46
  </tr>
47
  <tr>
48
- <td colspan="5"><textarea style="height:8em;" id="<?php echo $this->getFieldId('message') ?>" name="<?php echo $this->getFieldName('message') ?>" rows="2" cols="15"><?php echo $this->htmlEscape($this->getMessage()->getMessage()) ?></textarea></td>
49
  </tr>
50
  <tr>
51
  <td colspan="5" class="a-right" style="padding-top:5px;"><?php echo $this->getSaveButtonHtml(); ?></td>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
36
  <tbody>
37
  <tr>
38
  <td class="label"><label><?php echo Mage::helper('sales')->__('From Name') ?><?php echo $_required ? '&nbsp;<span class="required">*</span>' : ''?></label></td>
39
+ <td class="input-ele"><input class="input-text" type="text" id="<?php echo $this->getFieldId('sender') ?>" name="<?php echo $this->getFieldName('sender') ?>" value="<?php echo $this->escapeHtml($this->getMessage()->getSender()) ?>" /></td>
40
  <td>&nbsp;</td>
41
  <td class="label"><label><?php echo Mage::helper('sales')->__('To Name') ?><?php echo $_required ? '&nbsp;<span class="required">*</span>' : ''?></label></td>
42
+ <td class="input-ele"><input class="input-text" type="text" id="<?php echo $this->getFieldId('recipient') ?>" name="<?php echo $this->getFieldName('recipient') ?>" value="<?php echo $this->escapeHtml($this->getMessage()->getRecipient()) ?>" /></td>
43
  </tr>
44
  <tr>
45
  <td class="label" colspan="6"><label for="<?php echo $this->getFieldId('message') ?>"><?php echo Mage::helper('sales')->__('Gift Message') ?></label></td>
46
  </tr>
47
  <tr>
48
+ <td colspan="5"><textarea style="height:8em;" id="<?php echo $this->getFieldId('message') ?>" name="<?php echo $this->getFieldName('message') ?>" rows="2" cols="15"><?php echo $this->escapeHtml($this->getMessage()->getMessage()) ?></textarea></td>
49
  </tr>
50
  <tr>
51
  <td colspan="5" class="a-right" style="padding-top:5px;"><?php echo $this->getSaveButtonHtml(); ?></td>
app/design/adminhtml/default/default/template/sales/order/view/history.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/view/info.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
@@ -117,9 +117,9 @@ $orderStoreDate = $this->formatDate($_order->getCreatedAtStoreDate(), 'medium',
117
  <td class="label"><label><?php echo Mage::helper('sales')->__('Customer Name') ?></label></td>
118
  <td class="value">
119
  <?php if ($_customerUrl=$this->getCustomerViewUrl()) : ?>
120
- <a href="<?php echo $_customerUrl ?>" target="_blank"><strong><?php echo $this->htmlEscape($_order->getCustomerName()) ?></strong></a>
121
  <?php else: ?>
122
- <strong><?php echo $this->htmlEscape($_order->getCustomerName()) ?></strong>
123
  <?php endif; ?>
124
  </td>
125
  </tr>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
117
  <td class="label"><label><?php echo Mage::helper('sales')->__('Customer Name') ?></label></td>
118
  <td class="value">
119
  <?php if ($_customerUrl=$this->getCustomerViewUrl()) : ?>
120
+ <a href="<?php echo $_customerUrl ?>" target="_blank"><strong><?php echo $this->escapeHtml($_order->getCustomerName()) ?></strong></a>
121
  <?php else: ?>
122
+ <strong><?php echo $this->escapeHtml($_order->getCustomerName()) ?></strong>
123
  <?php endif; ?>
124
  </td>
125
  </tr>
app/design/adminhtml/default/default/template/sales/order/view/items.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/view/items/renderer/default.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/view/tab/history.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/view/tab/info.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/order/view/tracking.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/payment/form/billing/agreement.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/recurring/profile/view.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/recurring/profile/view/info.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/sales/transactions/detail.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/store/switcher.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/store/switcher/enhanced.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/store/switcher/form/renderer/fieldset.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/store/switcher/form/renderer/fieldset/element.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/system/autocomplete.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
@@ -28,8 +28,8 @@
28
  <?php foreach ($items as $item): ?>
29
  <li id="<?php echo $item['id'] ?>" url="<?php echo $item['url'] ?>">
30
  <div style="float:right; color:red; font-weight:bold;">[<?php echo $item['type'] ?>]</div>
31
- <strong><?php echo $this->htmlEscape($item['name']) ?></strong><br/>
32
- <span class="informal"><?php echo $this->htmlEscape($item['description']) ?></span>
33
  </li>
34
  <?php endforeach ?>
35
  </ul>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
28
  <?php foreach ($items as $item): ?>
29
  <li id="<?php echo $item['id'] ?>" url="<?php echo $item['url'] ?>">
30
  <div style="float:right; color:red; font-weight:bold;">[<?php echo $item['type'] ?>]</div>
31
+ <strong><?php echo $this->escapeHtml($item['name']) ?></strong><br/>
32
+ <span class="informal"><?php echo $this->escapeHtml($item['description']) ?></span>
33
  </li>
34
  <?php endforeach ?>
35
  </ul>
app/design/adminhtml/default/default/template/system/cache/additional.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/system/cache/edit.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/system/cache/notifications.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/system/config/edit.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/system/config/form/field/array.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/system/config/js.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/system/config/switcher.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  /* @var $this Mage_Core_Block_Template */ ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  /* @var $this Mage_Core_Block_Template */ ?>
app/design/adminhtml/default/default/template/system/config/system/storage/media/synchronize.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/system/config/tabs.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/system/convert/profile/process.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/system/convert/profile/wizard.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/system/currency/rate/matrix.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/system/currency/rate/services.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/system/currency/rates.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/system/design/edit.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/system/design/index.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/system/email/template/edit.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/system/email/template/list.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/system/email/template/preview.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/system/info.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/system/shipping/applicable_country.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/system/shipping/ups.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
 
@@ -95,6 +95,7 @@ if (!$storeCode && $websiteCode) {
95
  this.allowedMethodsId = 'carriers_ups_allowed_methods';
96
  this.freeShipmentId = 'carriers_ups_free_method';
97
  this.onlyUpsXmlElements = ['carriers_ups_gateway_xml_url','carriers_ups_tracking_xml_url',
 
98
  'carriers_ups_username','carriers_ups_password','carriers_ups_access_license_number',
99
  'carriers_ups_origin_shipment','carriers_ups_negotiated_active','carriers_ups_shipper_number',
100
  'carriers_ups_mode_xml'];
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
 
95
  this.allowedMethodsId = 'carriers_ups_allowed_methods';
96
  this.freeShipmentId = 'carriers_ups_free_method';
97
  this.onlyUpsXmlElements = ['carriers_ups_gateway_xml_url','carriers_ups_tracking_xml_url',
98
+ 'carriers_ups_shipconfirm_xml_url', 'carriers_ups_shipaccept_xml_url',
99
  'carriers_ups_username','carriers_ups_password','carriers_ups_access_license_number',
100
  'carriers_ups_origin_shipment','carriers_ups_negotiated_active','carriers_ups_shipper_number',
101
  'carriers_ups_mode_xml'];
app/design/adminhtml/default/default/template/system/variable/js.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/tag/edit/container.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/tag/index.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/tax/class/page/edit.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/tax/importExport.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/tax/notifications.phtml ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ /* @var $this Mage_Tax_Block_Adminhtml_Notifications */
27
+ ?>
28
+ <?php $messageDetails = $this->helper('tax')->__('Please see <a href="%s">source</a> for more details.', $this->getInfoUrl())
29
+ . $this->helper('tax')->__('Click here to go to <a href="%s">Tax configuration</a> and change your settings.', $this->getManageUrl());
30
+ ?>
31
+ <?php $discountStores = $this->getWebsitesWithWrongDiscountSettings()?>
32
+ <?php if(!Mage::helper('tax')->isWrongDiscountSettingsIgnored() && $discountStores):?>
33
+ <div class="notification-global">
34
+ <strong><?php echo $this->helper('tax')->__('Warning tax discount configuration might result in different discounts than a customer might expect')?></strong>
35
+ <?php if(is_array($discountStores)):?><strong><?php echo $this->helper('tax')->__('for store(s)')?>: </strong><?php echo implode(', ', $discountStores)?><?php endif;?>.
36
+ <?php echo $messageDetails ?>
37
+ <span class="f-right">
38
+ <a href="<?php echo $this->getIgnoreTaxNotificationUrl('discount') ?>"><?php echo $this->helper('tax')->__('Ignore this notification')?></a>
39
+ </span>
40
+ </div>
41
+ <?php endif;?>
42
+ <?php $priceDisplayStores = $this->getStoresWithWrongDisplaySettings() ?>
43
+ <?php if(!Mage::helper('tax')->isWrongDisplaySettingsIgnored() && $priceDisplayStores):?>
44
+ <div class="notification-global">
45
+ <strong><?php echo $this->helper('tax')->__('Warning tax configuration can result in rounding errors')?></strong>
46
+ <?php if(is_array($priceDisplayStores)):?><strong><?php echo $this->helper('tax')->__('for store(s)')?>: </strong><?php echo implode(', ', $priceDisplayStores)?><?php endif;?>.
47
+ <?php echo $messageDetails ?>
48
+ <span class="f-right">
49
+ <a href="<?php echo $this->getIgnoreTaxNotificationUrl('price_display') ?>"><?php echo $this->helper('tax')->__('Ignore this notification')?></a>
50
+ </span>
51
+ </div>
52
+ <?php endif;?>
app/design/adminhtml/default/default/template/tax/rate/form.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/tax/rate/title.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/tax/toolbar/class/add.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/tax/toolbar/class/save.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/tax/toolbar/rate/add.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/tax/toolbar/rate/save.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/tax/toolbar/rule/add.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/tax/toolbar/rule/save.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/urlrewrite/categories.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
 
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
 
app/design/adminhtml/default/default/template/urlrewrite/edit.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
 
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
 
app/design/adminhtml/default/default/template/urlrewrite/selector.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
 
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
 
app/design/adminhtml/default/default/template/usa/dhl/unitofmeasure.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/weee/renderer/tax.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/widget/accordion.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/widget/breadcrumbs.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
@@ -31,12 +31,12 @@
31
  <li>
32
  <?php if(empty($_link['url'])): ?>
33
  <?php if($_index!=$_size-1): ?>
34
- <span><?php echo $this->htmlEscape($_link['label']) ?></span>
35
  <?php else: ?>
36
- <strong><?php echo $this->htmlEscape($_link['label']) ?></strong>
37
  <?php endif; ?>
38
  <?php else: ?>
39
- <a href="<?php echo $_link['url'] ?>" title="<?php echo $this->htmlEscape($_link['title']) ?>"><?php echo $this->htmlEscape($_link['label']) ?></a>
40
  <?php endif; ?>
41
  <?php if($_index!=$_size-1): ?>
42
  &raquo;
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
31
  <li>
32
  <?php if(empty($_link['url'])): ?>
33
  <?php if($_index!=$_size-1): ?>
34
+ <span><?php echo $this->escapeHtml($_link['label']) ?></span>
35
  <?php else: ?>
36
+ <strong><?php echo $this->escapeHtml($_link['label']) ?></strong>
37
  <?php endif; ?>
38
  <?php else: ?>
39
+ <a href="<?php echo $_link['url'] ?>" title="<?php echo $this->escapeHtml($_link['title']) ?>"><?php echo $this->escapeHtml($_link['label']) ?></a>
40
  <?php endif; ?>
41
  <?php if($_index!=$_size-1): ?>
42
  &raquo;
app/design/adminhtml/default/default/template/widget/form.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/widget/form/container.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/widget/form/element.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/widget/form/element/gallery.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/widget/form/renderer/element.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/widget/form/renderer/fieldset.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/widget/form/renderer/fieldset/element.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/widget/grid.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/widget/grid/container.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/widget/grid/massaction.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/widget/grid/serializer.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/widget/instance/edit/layout.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/widget/instance/js.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/widget/tabs.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/widget/tabshoriz.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/widget/tabsleft.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/widget/view/container.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Interface_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>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Interface_Adminhtml_Default</name>
4
+ <version>1.8.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.8.0.0</notes>
12
  <authors><author><name>Magento Core Team</name><user>core</user><email>core@magentocommerce.com</email></author></authors>
13
+ <date>2013-09-24</date>
14
+ <time>09:09:39</time>
15
+ <contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="adminnotification.xml" hash="7acc4e08b1547ebc77d738c167309e21"/><file name="admin.xml" hash="3f67b9113990f8a9fc5064aa8402b1aa"/><file name="api2.xml" hash="a6e09e431f0db34fc54af4c950cf0cba"/><file name="authorizenet.xml" hash="f52103446bbae8227fbf4f4a418b9672"/><file name="bundle.xml" hash="07895a0fe4f3c9c616beb61d4e41b058"/><file name="captcha.xml" hash="57b5f3f6049299f4f47b6272ed38b9f2"/><file name="catalog.xml" hash="9b39b8e3113e0f5ed54abf6593e76995"/><file name="cms.xml" hash="b11e70d2737be5b12a4df97cef693195"/><file name="connect.xml" hash="44f937e1cb116bb4e7a27630e32efb5c"/><file name="currencysymbol.xml" hash="f4332c65caa28d94cf6e39a0107778c7"/><file name="customer.xml" hash="05fa9913be68f1158b18879718b12863"/><file name="dataflow.xml" hash="ed30760c1bda416acdfff76807b9250f"/><file name="downloadable.xml" hash="438b29d90e20c3113c2e5a605c958c47"/><file name="giftmessage.xml" hash="cdbee9efa50093594cb18b4043dd2de5"/><file name="importexport.xml" hash="90833e5f738675aec4d5e3912a243339"/><file name="index.xml" hash="69ba9702acd908708c3e0ac2c9789947"/><file name="main.xml" hash="af6c63aa72fd857703688684306271d2"/><file name="newsletter.xml" hash="907890091132fbddb80360984f32b934"/><file name="oauth.xml" hash="e736d51346a6b4f686d9397d3a721b3d"/><file name="pagecache.xml" hash="fdbd061be983631ce18ebd9fe80ffb94"/><file name="promo.xml" hash="aaa5d244fe1d45d0832bb527e23767e4"/><file name="report.xml" hash="32221b083a21ab7544ece85e4056aae2"/><file name="rss.xml" hash="c7938ce9bc21736f3c1d5a2dcaadb3de"/><file name="sales.xml" hash="0eb2a9f3240dce7d23ae769b8c63a799"/><file name="search.xml" hash="394769515b5419ad9170a41f36a2ea50"/><file name="tag.xml" hash="ebe1533056c85a577d01f409ecd68d68"/><file name="tax.xml" hash="64e9b8b9a207bd1450bb617483cbf47c"/><file name="widget.xml" hash="f174dc0efed5552d90cab15fd55d1a91"/></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="92823795c6d1d3150f90e5af6975087c"/><dir name="api"><file name="roleinfo.phtml" hash="a747b610ce1d303e6386699d6be4b124"/><file name="rolesedit.phtml" hash="bc311e31ae20a68f1c925d29378f614f"/><file name="roles.phtml" hash="d68d22cfba21927ecbe95db6ae7cee43"/><file name="rolesusers.phtml" hash="13ef3a4e3f2b9029145d77f5acb7cb7a"/><file name="role_users_grid_js.phtml" hash="4bbeb28571f69d12d2644e90969eaa81"/><file name="userinfo.phtml" hash="ac60e8332ae54b118b3004ac50c5de5d"/><file name="usernroles.phtml" hash="9110a1d0be02818c12f0d76353e6b230"/><file name="user_roles_grid_js.phtml" hash="7fa8d6ebc419f401c8472cb5c5abccda"/><file name="userroles.phtml" hash="2d779269a168d467e1b23dcaaa67b898"/><file name="users.phtml" hash="686451dcc0db658e0f342de6cb651478"/></dir><dir name="api2"><dir name="attribute"><file name="buttons.phtml" hash="3e4b92069b79a54b637f2c4b1c02e13c"/><file name="resource.phtml" hash="d450e1316d17eb7396313f7ccf9948a4"/></dir><dir name="permissions"><dir name="user"><dir name="edit"><dir name="tab"><dir name="roles"><file name="js.phtml" hash="98c0ac357aec9f6a39662016f8bcfff6"/></dir></dir></dir></dir></dir><dir name="role"><file name="buttons.phtml" hash="40e580be13fa41b73ab57fe6a58943c9"/><file name="users_grid_js.phtml" hash="6da62e3a16a1676e7c0c34d756addfef"/></dir></dir><dir name="authorizenet"><dir name="directpost"><file name="iframe.phtml" hash="327f46f045aae43b5d3f5362ad9e2ab9"/><file name="info.phtml" hash="29180c7561a3d53e83cd20f72b8fb9d6"/></dir></dir><dir name="backup"><file name="dialogs.phtml" hash="fc0361f93157b9d6da56419ee5bf8a9f"/><file name="left.phtml" hash="7a2cb973a79adeb20e4b254a9124819b"/><file name="list.phtml" hash="42fa810cc9266b75ebea879e47bf3a45"/></dir><dir name="bundle"><dir name="product"><dir name="composite"><dir name="fieldset"><dir name="options"><file name="bundle.phtml" hash="89499fbf2db2bbdd1f5ee179b854586c"/><dir name="type"><file name="checkbox.phtml" hash="e8f0bfbb365b2f6712f60026c9ce1b18"/><file name="multi.phtml" hash="0988351a515671f9aaa2b792d75c59bb"/><file name="radio.phtml" hash="6234abd48de61d70d1f35db13f689c7b"/><file name="select.phtml" hash="7724c1cf48980f85c6d4599a666cc095"/></dir></dir></dir></dir><dir name="edit"><dir name="bundle"><dir name="option"><file name="search.phtml" hash="a01bc3290a390209ecf388864ce8a2b7"/><file name="selection.phtml" hash="073848dfe3e5e5346cdd226a1cfb8c5f"/></dir><file name="option.phtml" hash="e7063e7b8018a893d4d37edce62b716c"/></dir><file name="bundle.phtml" hash="f9f28eb3f4688403ea4798fc289508a3"/></dir></dir><dir name="sales"><dir name="creditmemo"><dir name="create"><dir name="items"><file name="renderer.phtml" hash="9d9ee98449a3ce34a603108d60a692a6"/></dir></dir><dir name="view"><dir name="items"><file name="renderer.phtml" hash="2028751556d03e1a61d54d359f16eb36"/></dir></dir></dir><dir name="invoice"><dir name="create"><dir name="items"><file name="renderer.phtml" hash="0cb636a29f7362def0c8564368e5a02b"/></dir></dir><dir name="view"><dir name="items"><file name="renderer.phtml" hash="ccfc55b4bde21cecb8d3703a9c6df05f"/></dir></dir></dir><dir name="order"><dir name="view"><dir name="items"><file name="renderer.phtml" hash="85d91d7961c8065db6aa624f5951bdc4"/></dir></dir></dir><dir name="shipment"><dir name="create"><dir name="items"><file name="renderer.phtml" hash="9a40c0e11713e9ccd595aefdda832106"/></dir></dir><dir name="view"><dir name="items"><file name="renderer.phtml" hash="2784e8c94ea6a46c0145f74f9068e198"/></dir></dir></dir></dir></dir><dir name="captcha"><file name="zend.phtml" hash="fdb5192f0165fbd73020be831773b02f"/></dir><dir name="catalog"><dir name="category"><dir name="checkboxes"><file name="tree.phtml" hash="93341321e660e9315740b668b81b18b1"/></dir><dir name="edit"><file name="form.phtml" hash="64ae6507e31ef4be089c5073d6da8752"/></dir><file name="edit.phtml" hash="3e0737975a3f17b3b7a3a7d37fa346df"/><file name="tree.phtml" hash="a07f8c23d31ecee9b462fc8c10a7477c"/><dir name="widget"><file name="tree.phtml" hash="98c813f4f07624c2c5a6110f51b719cf"/></dir></dir><dir name="form"><dir name="renderer"><dir name="fieldset"><file name="element.phtml" hash="e8d0c3368acc77795b4b7b9c342caa03"/></dir></dir></dir><dir name="product"><dir name="attribute"><file name="js.phtml" hash="02e26715029a70679052ed6d2fa106d3"/><dir name="new"><file name="created.phtml" hash="151a091138128d99742f55d7c1b2110a"/></dir><file name="options.phtml" hash="da86ae5cf4a436ec0d249820dced47ed"/><dir name="set"><dir name="main"><dir name="tree"><file name="attribute.phtml" hash="7a98412b5e02a2337962f1cba1c0926f"/><file name="group.phtml" hash="7327296a5910e134bb27d921ba6faef9"/></dir></dir><file name="main.phtml" hash="000a4dbe286f9d1c197db26e06f96a92"/><dir name="toolbar"><file name="add.phtml" hash="f923b1a243a99ab1e1421016dfece85e"/><file name="main.phtml" hash="69135d84b55225c318764deb86911eb8"/></dir></dir></dir><dir name="composite"><file name="configure.phtml" hash="4691e35f72bc805b4a78cdb10d1b30aa"/><dir name="fieldset"><file name="configurable.phtml" hash="356bc1bda51444b3e689d75050c2546d"/><file name="grouped.phtml" hash="f1916f58ec361a017c66dabbcf828fb3"/><dir name="options"><file name="js.phtml" hash="dddc183fd7c1f9aef5f8956396168371"/><dir name="type"><file name="date.phtml" hash="751dd58c82ff3711b219a359fbbd7dc5"/><file name="default.phtml" hash="9d47d54a3b46055de7dd7d1bc159982d"/><file name="file.phtml" hash="79e6110614250e705ebc245c73b70953"/><file name="select.phtml" hash="dcb71b5942bc011ddc8bab0f143c97b1"/><file name="text.phtml" hash="711bb7e26fd1c912900b3bfd2fe4312e"/></dir></dir><file name="options.phtml" hash="291db960eefe6bc4ee11083cddc7f49b"/><file name="qty.phtml" hash="b2ecd8770549f70510c096155876b2dd"/></dir></dir><file name="created.phtml" hash="7ad824b374c094fce2694f639bbdff07"/><dir name="edit"><dir name="action"><file name="attribute.phtml" hash="135122ecde9c695a82d48c6bb12c58b8"/><file name="inventory.phtml" hash="0a6c1e7c27ec448cddd3c5ed39381976"/><file name="websites.phtml" hash="e70bdd8f8bb4d2837e8e3703dc6a6d8a"/></dir><file name="categories.phtml" hash="1c7e89cbb3b26bdf5e73a0129a02461d"/><dir name="options"><file name="option.phtml" hash="fa1a16330d836f2c726de65f8f83f3bd"/><dir name="type"><file name="date.phtml" hash="fe4dfbe4467eba7efba074e2bee082f6"/><file name="file.phtml" hash="0597a3a119484f1fe6e15985965ac12c"/><file name="select.phtml" hash="259b6fcd60668b02018544edfed0d434"/><file name="text.phtml" hash="99241a0b273953e8e7e5da01f11416af"/></dir></dir><file name="options.phtml" hash="1c83a9b7f656ef0db5350eea9a9921e0"/><dir name="price"><file name="group.phtml" hash="3772ae5ab7ccc1d48017d6c8111cc82e"/><file name="tier.phtml" hash="190db4bba7240e419566d0f4d9ed77f6"/></dir><file name="serializer.phtml" hash="c8277b360460b86e31d49723cb0a2e35"/><dir name="super"><file name="config.phtml" hash="c9d89d1db17c73a6602fb2d2c2a383a0"/></dir><file name="websites.phtml" hash="8828fcb86ab18e113744dbfa7f581e63"/></dir><file name="edit.phtml" hash="f0615d0ba774625beb4de2c4f8e20c39"/><dir name="helper"><file name="gallery.phtml" hash="5bf320f5189fc4b430b842ff5b4de94b"/></dir><file name="js.phtml" hash="0584d9fe8ec9fa4f2aeff8a754b4eda0"/><file name="price.phtml" hash="63805b0ca7598b1261f02cd8676e45c5"/><dir name="tab"><file name="alert.phtml" hash="a5568acabd6f3cfb28977390840646a5"/><file name="inventory.phtml" hash="6759a08e6afe766db7ed54814ea4676b"/></dir><dir name="widget"><dir name="chooser"><file name="container.phtml" hash="3043ccbabb4641105b3f241f156f8c4a"/></dir></dir></dir><file name="product.phtml" hash="7d7d72652c83ea5007431ede860241fe"/><dir name="wysiwyg"><file name="js.phtml" hash="79bf2f95fc47fb369accebab015405fe"/></dir></dir><dir name="cms"><dir name="browser"><dir name="content"><file name="files.phtml" hash="8bca646eb72689b0b9c261a8d43f6261"/><file name="newfolder.phtml" hash="84e15ba19934ba070b39fef40eb5b8c0"/><file name="uploader.phtml" hash="74334f78aadf103650e73cb3aba0cae3"/></dir><file name="content.phtml" hash="011898836d6c1abbaffa754ce6480f10"/><file name="js.phtml" hash="07caa78fabab177f9daded1115947155"/><file name="tree.phtml" hash="e658c33a04ad1c24e4ac66187ac9aebf"/></dir><dir name="page"><dir name="edit"><dir name="form"><dir name="renderer"><file name="content.phtml" hash="0aee2c89cab9c172f7754efb1e97c616"/></dir></dir></dir></dir></dir><file name="coming.phtml" hash="d5b559a738546ced442f00df92fe02d7"/><dir name="connect"><dir name="extension"><dir name="custom"><file name="authors.phtml" hash="f100935c95888e51526c58f384b2d7c4"/><file name="contents.phtml" hash="b7ce10e80c74c050abf341436d665758"/><file name="depends.phtml" hash="dcc96e497bbf24596010023b65a733f6"/><file name="load.phtml" hash="d63a2982e9fe2fe1f283e2b4c4b285dd"/><file name="package.phtml" hash="e8036f32b44fb6314a403b82c011ec01"/><file name="release.phtml" hash="b50329d60d68bff9ff0e8a5a5dc39b5d"/></dir></dir></dir><dir name="currencysymbol"><file name="grid.phtml" hash="d58794138d10de0194e8ddfa2aab43d1"/></dir><dir name="customer"><dir name="edit"><file name="js.phtml" hash="94a3d284e8a0b92789f690feed2a58f1"/><dir name="tab"><dir name="account"><dir name="form"><dir name="renderer"><file name="group.phtml" hash="63f0c218412d3ccae329ce6559eedf85"/></dir></dir></dir><dir name="view"><dir name="grid"><file name="item.phtml" hash="00e1569fba2eb47e193964b4e9a1fe7e"/></dir></dir></dir></dir><file name="online.phtml" hash="2de6f2d49e7e7299fd87021a74dc9b42"/><dir name="sales"><dir name="order"><dir name="create"><dir name="address"><dir name="form"><dir name="renderer"><file name="vat.phtml" hash="9745f3ffd9fef88d7405e4fc94fd2f00"/></dir></dir></dir></dir></dir></dir><dir name="system"><dir name="config"><file name="validatevat.phtml" hash="d66acd187bdfed31c3c2354f546442cd"/></dir></dir><dir name="tab"><file name="addresses.phtml" hash="ffe1db506f0d0b319d895121140eb14d"/><file name="cart.phtml" hash="5f91cd5a9af29c8357d0ecec393866e1"/><file name="newsletter.phtml" hash="217e3adaddfde5eebd69cb0b9ce3137c"/><dir name="view"><file name="sales.phtml" hash="21ccdd0aa155d124e31e9d14221fd2b5"/></dir><file name="view.phtml" hash="8cb1861837a4b6dfc5a928fd308696a1"/><file name="wishlist.phtml" hash="0fdd8fcd370831354501f87cc860fa24"/></dir></dir><dir name="dashboard"><dir name="graph"><file name="disabled.phtml" hash="a9f2f2fe66344d1ab52f2a8846b3ee19"/></dir><file name="graph.phtml" hash="6a61127c70fdb5e5a03cf3d813666919"/><file name="grid.phtml" hash="becc52bd2bdb27ecc64db3ec8c103ca5"/><file name="index.phtml" hash="2710fe9fb5394987de59b3cf8135604e"/><file name="salebar.phtml" hash="0ee90c82d5961b7d11653390ed1410e0"/><file name="searches.phtml" hash="cf00ce9257abcfe21c47d326830f6484"/><dir name="store"><file name="switcher.phtml" hash="70d22485908ab869cefb6e6e3e7adae4"/></dir><file name="totalbar.phtml" hash="16b05457a8d88bfea297010da868f01b"/></dir><dir name="directory"><dir name="js"><file name="optional_zip_countries.phtml" hash="82991cce214f70fd6f3069ffa054bab8"/></dir></dir><dir name="downloadable"><dir name="product"><dir name="composite"><dir name="fieldset"><file name="downloadable.phtml" hash="d6a42cc2317c05cfebceb41a1bb81357"/></dir></dir><dir name="edit"><dir name="downloadable"><file name="links.phtml" hash="ba61ab5dc51a98bb8a15657a7f717fec"/><file name="samples.phtml" hash="b634ad45d24b56dd03c77bd2b6522356"/></dir><file name="downloadable.phtml" hash="ca0899308ee8eb270e49accc9492e9ed"/></dir></dir><dir name="sales"><dir name="items"><dir name="column"><dir name="downloadable"><dir name="creditmemo"><file name="name.phtml" hash="1f3e085fbcca1e58454ea9c6f2d4fc2b"/></dir><dir name="invoice"><file name="name.phtml" hash="c88ad7b48b0e96e873e5e4717473692d"/></dir><file name="name.phtml" hash="dd921b62e3aa82657e557310fccb7657"/></dir></dir></dir><dir name="order"><dir name="creditmemo"><dir name="create"><dir name="items"><dir name="renderer"><file name="downloadable.phtml" hash="37b4104928cf082e65303b1253e703bb"/></dir></dir></dir><dir name="view"><dir name="items"><dir name="renderer"><file name="downloadable.phtml" hash="326c8a28845c398f515f7855454ec345"/></dir></dir></dir></dir><dir name="invoice"><dir name="create"><dir name="items"><dir name="renderer"><file name="downloadable.phtml" hash="b36da3d2202cbf5c428c577eebe1f22a"/></dir></dir></dir><dir name="view"><dir name="items"><dir name="renderer"><file name="downloadable.phtml" hash="45e721ee3f6a352d46db1ed35346afe8"/></dir></dir></dir></dir><dir name="view"><dir name="items"><dir name="renderer"><file name="downloadable.phtml" hash="b37ebef39f0c278edf2982d1b27c9fcf"/></dir></dir></dir></dir></dir></dir><dir name="eav"><dir name="attribute"><dir name="edit"><file name="js.phtml" hash="7a98412b5e02a2337962f1cba1c0926f"/></dir><file name="options.phtml" hash="b256d2cced5639b490fd02f386b856c0"/></dir></dir><dir name="email"><dir name="order"><file name="items.phtml" hash="32d547712ab27288ba48f3409be68848"/></dir></dir><file name="empty.phtml" hash="85b5bcbacf33148afa9cb2e291ed9c29"/><file name="example.phtml" hash="fa6ad939de28c77f97c7661b70ae32b6"/><file name="forgotpassword.phtml" hash="9a6bb0557f28c75a8313be2c8344b30b"/><file name="formkey.phtml" hash="668f8c7327ebc6e52e81837e6d59883e"/><dir name="giftmessage"><file name="form.phtml" hash="8ee516dc74b127343fee0878f0bf9fea"/><file name="giftoptionsform.phtml" hash="63957f638434ce0a8d6db542ddef62dd"/><file name="helper.phtml" hash="bdd78c5dd5b3f8c6982aef0bf972926b"/><file name="popup.phtml" hash="a59c297c518a7b1da339a9a26f282ec1"/><dir name="sales"><dir name="order"><dir name="create"><file name="giftoptions.phtml" hash="093edda5e1e6c70305be5cd6a72a428c"/><file name="items.phtml" hash="de0f3a292bc3300485150c235b3c8baf"/></dir><dir name="view"><file name="giftoptions.phtml" hash="31f1e4a845d664c74167e4aaf8e60d92"/><file name="items.phtml" hash="6e13e1c989e036a70ce63985109ebf4b"/></dir></dir></dir></dir><dir name="googlebase"><file name="captcha.phtml" hash="4c757e7ae89a8d5d6f6a9b9442e9db06"/><file name="items.phtml" hash="6c36149414fdb1429aa538af780bd8cc"/><dir name="types"><dir name="edit"><file name="attributes.phtml" hash="c020a509f199500e302990d93d334cd9"/></dir></dir></dir><dir name="importexport"><file name="busy.phtml" hash="d262675a58d13c07e06758a8289a3835"/><dir name="export"><dir name="form"><file name="after.phtml" hash="3e764cd464cb459e97a83c2290db2211"/><file name="before.phtml" hash="404ce5d37d1a382e2686348e37927562"/></dir></dir><dir name="import"><dir name="form"><file name="after.phtml" hash="9bed43a35ee858d35cbb5ee6c22a7d7a"/><file name="before.phtml" hash="ff9c4f2494f974420f80f3af7f10e5bc"/></dir><dir name="frame"><file name="result.phtml" hash="4916fcf4a49ebd7c3a714c89f799c61a"/></dir></dir></dir><dir name="index"><file name="notifications.phtml" hash="da5caede6028791f5ad4d18f8849a10f"/></dir><file name="login.phtml" hash="06e47e38d714b6dcb0d05a4c58498a24"/><dir name="media"><file name="editor.phtml" hash="7a43efd27957c6af0be487bb9c575a9a"/><file name="uploader.phtml" hash="526fa29bfbe08b7db8a8f0b487a711aa"/></dir><dir name="newsletter"><dir name="preview"><file name="iframeswitcher.phtml" hash="a1fd201e45ac43760cd93cfd008e08b2"/><file name="store.phtml" hash="db953f03978e2c4fefd86060cb569297"/></dir><dir name="problem"><file name="list.phtml" hash="b87e241b95fa68260c6e34ac8ad3dc58"/></dir><dir name="queue"><file name="edit.phtml" hash="75d0bf23bb2a7583f5e8af836b62af93"/><file name="list.phtml" hash="a6a0648a213a57e7ad83f91c96d52717"/><file name="preview.phtml" hash="f1bea98facf19ca2ce34470e6b86cb87"/></dir><dir name="subscriber"><file name="list.phtml" hash="ad47057f0078b902d262d56143c9cade"/></dir><dir name="template"><file name="edit.phtml" hash="2ffe2af188c8c8d30f4993d9d3e8eddd"/><file name="list.phtml" hash="1266bfe62755075fc7f38b4598007a29"/><file name="preview.phtml" hash="f1bea98facf19ca2ce34470e6b86cb87"/></dir></dir><dir name="notification"><file name="baseurl.phtml" hash="1a5a7dffdfc83d740ef2843e54a12dd9"/><file name="security.phtml" hash="83362536d29fe224b474c063de3cd6ab"/><file name="survey.phtml" hash="08aca628ec979a2c69447429771de8df"/><file name="toolbar.phtml" hash="4d39b7bd8e45b04f8e554bf9de6202fb"/><file name="window.phtml" hash="5666027b927a760d0d1ab54fed5d791c"/></dir><dir name="oauth"><dir name="authorize"><file name="button.phtml" hash="8ef4e59f856e200ae9b4df6a9b11040a"/><file name="button-simple.phtml" hash="d9fc19bb662651816023670f0c541473"/><file name="confirm.phtml" hash="3fb68893fe222c965cba7bfe3b1d763f"/><file name="confirm-simple.phtml" hash="c6f9aad0568c1183be7758d4355566e8"/><dir name="form"><file name="login.phtml" hash="02bae281f86f343afbe82899abf2ecc9"/><file name="login-simple.phtml" hash="795a6e6ac738c592a1c6d8cb160107f2"/></dir><file name="head-simple.phtml" hash="025e93a7450094ebb292be787b3a6093"/><file name="reject.phtml" hash="ca1c10dcc85ecfa5803e46ea5960059d"/><file name="reject-simple.phtml" hash="239588bf20e2a78130178c9fe49b7bce"/></dir></dir><file name="overlay_popup.phtml" hash="23a40353e27d75eb0bbda6175f671796"/><dir name="page"><file name="footer.phtml" hash="2462a7315f44a7fd106f4ea5d2347215"/><file name="header.phtml" hash="b22db4d17af45d66789444f39bf427b2"/><file name="head.phtml" hash="5d95792ce437b953557e60e41cff7122"/><dir name="js"><file name="calendar.phtml" hash="34d10b8433102613bb6a4bed72f3e0f5"/><file name="translate.phtml" hash="6ee90249fc539ec676f51d827d42066d"/></dir><file name="menu.phtml" hash="a1b2fc6e23351ec660ebd297924d1cde"/><file name="notices.phtml" hash="3f8f0fb17d8642db0f1392ae239b6b4d"/></dir><dir name="pagecache"><dir name="cache"><file name="additional.phtml" hash="bd00566238cd0f5d38a6a32e8e029075"/></dir></dir><file name="page.phtml" hash="7953efb6d0cb2decb67dfbebf389a751"/><dir name="paygate"><dir name="form"><file name="cc.phtml" hash="b2c9edc6305ecd2d461960979dc6e04d"/></dir><dir name="info"><file name="cc.phtml" hash="a588d97b5f7d01e25da3086bbebbb58e"/><file name="pdf.phtml" hash="d3daafd51a71ac8ad82a5ad135341213"/></dir></dir><dir name="payment"><dir name="form"><file name="cc.phtml" hash="1f6cb5eb01602aad78b06f6d2e616fae"/><file name="ccsave.phtml" hash="b75ba46d35459c9f4eb76459c4230b91"/><file name="checkmo.phtml" hash="f678a5af0f38016946f0d2153d1c1c4c"/><file name="purchaseorder.phtml" hash="5ee44c5a12516febb7ea5e9fce0813e9"/></dir><dir name="info"><file name="banktransfer.phtml" hash="1cc12ea937a83ec7850c3e3c979ae090"/><file name="checkmo.phtml" hash="d60d2fbe95574f7c2ddc710684272044"/><file name="default.phtml" hash="cc873bf7b3e3d9724864ef6cbb3b8551"/><dir name="pdf"><file name="checkmo.phtml" hash="03abba9cccd1f9bee48c9f871970720e"/><file name="default.phtml" hash="70630d0f786194e1efd421a6c555731c"/><file name="purchaseorder.phtml" hash="15bb4ad5666e114e9b125b41fa4f4fff"/></dir><file name="purchaseorder.phtml" hash="f7861e98d8ad6d7bfc652c2e3ce2f9b5"/></dir></dir><dir name="paypal"><dir name="system"><dir name="config"><file name="api_wizard.phtml" hash="dab0fc1b5c82698253a334a81cc25964"/><dir name="fieldset"><file name="global.phtml" hash="637eedd4757ee1a5ad964d378455959c"/><file name="hint.phtml" hash="c0bcddc6efc5638bb5c361cee25bb391"/><file name="store.phtml" hash="6ae39364f3c985351da2d5d4e038b320"/></dir><dir name="payflowlink"><file name="advanced.phtml" hash="434c43cb233834700e474440a53d6fab"/><file name="info.phtml" hash="aa73ddfe78d99c1bd5374197d47c98c4"/></dir></dir></dir></dir><dir name="permissions"><file name="roleinfo.phtml" hash="3f98afc8ff32c5d0d5d72463e3599294"/><file name="rolesedit.phtml" hash="d5d142bdf1b725999eb84b5f40cd776f"/><file name="roles.phtml" hash="d68d22cfba21927ecbe95db6ae7cee43"/><file name="rolesusers.phtml" hash="13ef3a4e3f2b9029145d77f5acb7cb7a"/><file name="role_users_grid_js.phtml" hash="f4cb17fefcca73b09a5f2ae39234f34d"/><file name="userinfo.phtml" hash="ac60e8332ae54b118b3004ac50c5de5d"/><file name="usernroles.phtml" hash="9110a1d0be02818c12f0d76353e6b230"/><file name="user_roles_grid_js.phtml" hash="9267240bc35a6f42f6ade61b5575b137"/><file name="userroles.phtml" hash="2d779269a168d467e1b23dcaaa67b898"/><file name="users.phtml" hash="686451dcc0db658e0f342de6cb651478"/></dir><dir name="poll"><dir name="answers"><file name="list.phtml" hash="28b9547c2c6efdd970a5327413476661"/></dir></dir><file name="popup.phtml" hash="5fccd3a283b7d21c35f367a3974d4947"/><dir name="promo"><file name="fieldset.phtml" hash="d87248d0189fbfd6a00a3a5a245459cf"/><file name="form.phtml" hash="a3f5a0e8001ac56e822866a2fd453c89"/><file name="js.phtml" hash="2eafd0314cd42af30f6a7a08b3bf4ef7"/><file name="salesrulejs.phtml" hash="cec2eff46a015a52fc538609ade12821"/></dir><dir name="rating"><file name="detailed.phtml" hash="852c913d6a79e34aed3e5d05f19db991"/><file name="options.phtml" hash="d30cad80e36feb721ea4753947b3661a"/><dir name="stars"><file name="detailed.phtml" hash="a4ac92a52fa258181b0d708018c62108"/><file name="summary.phtml" hash="a83cfc4d046880aa3ec5f478bad36161"/></dir></dir><dir name="report"><dir name="grid"><file name="container.phtml" hash="8afae1e8f315820ea263abb7901756d0"/></dir><file name="grid.phtml" hash="cbcde35a2594a1d36b20b99291e32b22"/><dir name="refresh"><file name="statistics.phtml" hash="a8b531e672ff17aa78e35473f215739a"/></dir><dir name="store"><dir name="switcher"><file name="enhanced.phtml" hash="f5f5e64bb1c9dcb59434a4fc811acda2"/></dir><file name="switcher.phtml" hash="947b37780419beabcda34013a261d43d"/></dir><file name="wishlist.phtml" hash="fc6334b08f55a7f3f5f42f401a9a2574"/></dir><file name="resetforgottenpassword.phtml" hash="19e9019c7236f8232d398754be6e0d18"/><dir name="review"><file name="add.phtml" hash="f919e9d005e9982a809cd759bd1fa27a"/></dir><dir name="sales"><dir name="billing"><dir name="agreement"><file name="form.phtml" hash="c045bc446859e14f1f5096ad44be54de"/><dir name="view"><file name="form.phtml" hash="a38fecb1401080e69fc92e51863bf522"/><dir name="tab"><file name="info.phtml" hash="426577dc27aa90a734aa23f0fe93d673"/></dir></dir></dir></dir><dir name="items"><dir name="column"><file name="name.phtml" hash="d3d1d31a2a0bc7a57801f78756a62ecf"/><file name="qty.phtml" hash="37394503de14c09502b6b8b7542660a6"/></dir><dir name="renderer"><file name="default.phtml" hash="8f9b32e7bbe72e96178d9b6f9c75806a"/></dir></dir><dir name="order"><dir name="address"><file name="form.phtml" hash="14a681b992206d290b708b4df6839c32"/></dir><dir name="comments"><file name="view.phtml" hash="b1d7c4ff5d1d02ef95bc5dbdc789df0a"/></dir><dir name="create"><file name="abstract.phtml" hash="73bb65d4b51bed1be38cb18738cefdd0"/><dir name="billing"><dir name="method"><file name="form.phtml" hash="7f6d2c2571c3e94e882a84391163f2c4"/></dir></dir><file name="comment.phtml" hash="3ff56760d956ee9850fc899a6bf444cc"/><dir name="coupons"><file name="form.phtml" hash="9de66e86ddd6b1d90c5ff57bf1092fa5"/></dir><file name="data.phtml" hash="cfba996cee0ec9e3cb128a338aa97234"/><dir name="form"><file name="account.phtml" hash="4ef4d5d68f31f02cb7ac477804b9c729"/><file name="address.phtml" hash="9c73251984359ab1822c8ee784d0897b"/></dir><file name="form.phtml" hash="9f7e219d35d6f5f39e6c8aefcdee757c"/><file name="giftmessage.phtml" hash="61d994f507fc095324856d0f168dd0a2"/><dir name="items"><file name="grid.phtml" hash="98fdb5f6f50ece23b5ac171f4b338ebc"/></dir><file name="items.phtml" hash="4b8a4bbb55d1f3a10bce5c0f2a77c8c7"/><file name="js.phtml" hash="b135bc5e678ad509b3dcec73a19a8a23"/><dir name="newsletter"><file name="form.phtml" hash="8d924604782ce5b25ea93ba17b3e6b40"/></dir><dir name="shipping"><dir name="method"><file name="form.phtml" hash="baba59c0d805fb14f117d0395715e03c"/></dir></dir><dir name="sidebar"><file name="items.phtml" hash="fe201f2c2e0b9d8c0ab00caf83eba9c7"/></dir><file name="sidebar.phtml" hash="db99134846752d81956d4fa184286fe8"/><dir name="store"><file name="select.phtml" hash="d07c80543627993d8a390528ad173b99"/></dir><dir name="totals"><file name="default.phtml" hash="64c8c771680709c8045f05dee1d18d5b"/><file name="grandtotal.phtml" hash="3249e222a3a30d63afd9262e9cb1a4db"/><file name="shipping.phtml" hash="95bf72407796516b82d7d4fbfda67688"/><file name="subtotal.phtml" hash="60616ad2dc8be1486dbf08f5a833d6ff"/><file name="tax.phtml" hash="aa0d5c82921d7560f656a53c8d898702"/></dir><file name="totals.phtml" hash="e08335a53675cdcd8f59913b505156e5"/></dir><dir name="creditmemo"><dir name="create"><file name="form.phtml" hash="2e8a3360bac63dbbdf7791236abfddeb"/><dir name="items"><dir name="renderer"><file name="configurable.phtml" hash="b2cb388b1a243f99c59191105f96a142"/><file name="default.phtml" hash="d2983cb339c23814e299523804271e6e"/></dir></dir><file name="items.phtml" hash="2c92ec23f30e455369d2a9a3f08883cd"/><dir name="totals"><file name="adjustments.phtml" hash="ef48f10d014988a5854fa758c97b138e"/></dir></dir><dir name="view"><file name="form.phtml" hash="8b7613c7724df167f773733537f5f1ba"/><dir name="items"><dir name="renderer"><file name="configurable.phtml" hash="ede591d9e935ec600d574024a3ae0820"/><file name="default.phtml" hash="eeafd46d6cdaa5df4af4f77869b6cc5a"/></dir></dir><file name="items.phtml" hash="b35fe2e31670ac2801abdc1bcbff0102"/></dir></dir><file name="giftoptions.phtml" hash="b6f4197d3df032819254d0dac3413495"/><dir name="invoice"><dir name="create"><file name="form.phtml" hash="bf7f58f7a32c9bc13d609e24069591cb"/><dir name="items"><dir name="renderer"><file name="configurable.phtml" hash="088b6eea9beadf94e6aa52a1db06ca4c"/><file name="default.phtml" hash="200aa3cd483d1458a97f0a4fb0ee300e"/></dir></dir><file name="items.phtml" hash="4c05e6eb775ea5223ff5456c81304a86"/><file name="tracking.phtml" hash="66faab35a9ff18921bc3e6dbf4bd45f7"/></dir><dir name="view"><file name="form.phtml" hash="f976756a3c4669d424686cc46ea2568d"/><dir name="items"><dir name="renderer"><file name="configurable.phtml" hash="828128fc8ecac9272860c24e22267fd4"/><file name="default.phtml" hash="7e79921b0125ba89698ee9e57ff4d833"/></dir></dir><file name="items.phtml" hash="9e803123162b720873c6e6f4696da31a"/></dir></dir><dir name="shipment"><dir name="create"><file name="form.phtml" hash="c9ac15d1ab6833d34a0f768eae781b31"/><dir name="items"><dir name="renderer"><file name="configurable.phtml" hash="dc08d0b624b90949b181c803a450a36e"/><file name="default.phtml" hash="e2a433c941285b671529be0fb3876630"/></dir></dir><file name="items.phtml" hash="0f96e448f542a8e702b7ee214a548e11"/><file name="tracking.phtml" hash="3f8511262d928445696c6319bb2508dc"/></dir><dir name="packaging"><file name="grid.phtml" hash="7d394055313bf36836fd1f468a263b34"/><file name="packed.phtml" hash="ae3f97fb3cd3ded2e15e2a0b2eab50da"/><file name="popup.phtml" hash="b7becfc86ef5bc7935cc08e1814e342e"/></dir><dir name="tracking"><file name="info.phtml" hash="9d088e90071007f8a8408ff4b6bf1578"/></dir><dir name="view"><file name="form.phtml" hash="7307852d350cddf4096d7a78137d147a"/><dir name="items"><dir name="renderer"><file name="configurable.phtml" hash="5dd9560fce1605eb506188ab2810eec8"/><file name="default.phtml" hash="449d5cce4d2baff9737dd143b59f90b7"/></dir></dir><file name="items.phtml" hash="7bd98be6262f041d94d6df9132e6ea36"/><file name="tracking.phtml" hash="94a55a3a5064abbff7790feb76ef5ed4"/></dir></dir><file name="totalbar.phtml" hash="8862b3abf6166a0b106a8e20e5548531"/><dir name="totals"><file name="discount.phtml" hash="4d1ecb9291b25f5c3ab5c5d77f546071"/><file name="due.phtml" hash="3df55bcd0d58a9d72cb44977a03f25de"/><file name="footer.phtml" hash="75322b0a2e4832a1e0d87dde7aad0813"/><file name="grand.phtml" hash="31122d57bcd9d20a616264cf5b8170a3"/><file name="item.phtml" hash="4dfc650dff0e372fbbcbc98cb53bbc8d"/><file name="main.phtml" hash="1785c69f7cae82872bbcbab68b9b5409"/><file name="paid.phtml" hash="3fb004bd20c0d4e39eb8e2ee63c4e7bb"/><file name="refunded.phtml" hash="50bb53757008c84acc968e3afa3782b5"/><file name="shipping.phtml" hash="319fd258f733513d5d5eebf2d3c57d6f"/><file name="subtotal.phtml" hash="dc63cedb53d44617410e60919f1c6673"/><file name="tax.phtml" hash="96abbff5db724fa3eaefc33a78d5df9e"/></dir><file name="totals.phtml" hash="a3badd69a64601237ce416f39d91e3c9"/><dir name="view"><file name="form.phtml" hash="8eb9c9223952d17a1981350cdbc5bdfc"/><file name="giftmessage.phtml" hash="1c4ce68ee0b411f13742aaa11937f15e"/><file name="history.phtml" hash="8165e4cc586574291d6b6e91dd1700a6"/><file name="info.phtml" hash="d474ebaa1a5e310590bf0d17c643e19e"/><dir name="items"><dir name="renderer"><file name="default.phtml" hash="eea8a3c81551f4be47365214d3fe75bb"/></dir></dir><file name="items.phtml" hash="2eb186022637b87f7909758b271a52cf"/><dir name="tab"><file name="history.phtml" hash="2477fc121aa58235e0ac937121aa349d"/><file name="info.phtml" hash="175f3b53cdb4c933a9e43ba5e1957a81"/></dir><file name="tracking.phtml" hash="53f1b6e6409abb1c80857af51f2d70d8"/></dir></dir><dir name="payment"><dir name="form"><dir name="billing"><file name="agreement.phtml" hash="acba45d2b1f6e3c6069ca6c190e1c1cd"/></dir></dir></dir><dir name="recurring"><dir name="profile"><dir name="view"><file name="info.phtml" hash="764e11209b05bd561c6eb18dabef08c2"/></dir><file name="view.phtml" hash="86beef0c2b64e7942a5aaab3b879da88"/></dir></dir><dir name="transactions"><file name="detail.phtml" hash="7bebff6273aa9529f1ec30da31bbb9f2"/></dir></dir><dir name="store"><dir name="switcher"><file name="enhanced.phtml" hash="40b5f178cc4848725c4990603cb61144"/><dir name="form"><dir name="renderer"><dir name="fieldset"><file name="element.phtml" hash="d2c451e57d76bf1d85344b973e297267"/></dir><file name="fieldset.phtml" hash="6aee098a94a78080f510e8bf4de7e9ab"/></dir></dir></dir><file name="switcher.phtml" hash="374547385cf8c94599416ba39cb5207c"/></dir><dir name="system"><file name="autocomplete.phtml" hash="105da6d2311f0f7b205a3c7648b0be44"/><dir name="cache"><file name="additional.phtml" hash="59abda62641901a75285f1a9977ec5bb"/><file name="edit.phtml" hash="671183173835e10823ef33f5da573945"/><file name="notifications.phtml" hash="24b8f93e727f53d95632e9939ba842f8"/></dir><dir name="config"><file name="edit.phtml" hash="c1aa30cf44b85966407958b3931527e8"/><dir name="form"><dir name="field"><file name="array.phtml" hash="5d30c98d32ca0d89ac210f4f09bc20a2"/></dir></dir><file name="js.phtml" hash="8dd9b8501b4fe8775832b5faa3468045"/><file name="switcher.phtml" hash="f3ca933dc8199972a15c9b6930235066"/><dir name="system"><dir name="storage"><dir name="media"><file name="synchronize.phtml" hash="9d365a0794775cfc80405aa1ed42d3d5"/></dir></dir></dir><file name="tabs.phtml" hash="9421cf5ffc704a0c725d8fe12b3e47e4"/></dir><dir name="convert"><dir name="profile"><file name="process.phtml" hash="3b871eaf96142a6bfc73a228c491a2d9"/><file name="run.phtml" hash="8314278f7c72dd49f72bd1d23260f360"/><file name="upload.phtml" hash="0376f43508fe8248beade715e50b6380"/><file name="wizard.phtml" hash="27a6bf0670cc46eed2795665d75ed809"/></dir></dir><dir name="currency"><dir name="rate"><file name="matrix.phtml" hash="501aa16d089d1a6cc8de851a67ab2f5d"/><file name="services.phtml" hash="21443d86f7f8ecec1c52e1a3c00fca41"/></dir><file name="rates.phtml" hash="00992c94fd98af59bd884cf4a6afc5bf"/></dir><dir name="design"><file name="edit.phtml" hash="7cb45f6fd1822a4313f3d5b9bd2af8c5"/><file name="index.phtml" hash="73e90ef9565c3d65bf225a2d269a6870"/></dir><dir name="email"><dir name="template"><file name="edit.phtml" hash="6e69aa01e5937f09dd709a44e3004e8d"/><file name="list.phtml" hash="6c358ab194467f511a15fb52c11293dc"/><file name="preview.phtml" hash="5f5a1e8c84565775c11403a5cf0fbbf3"/></dir></dir><file name="info.phtml" hash="a6c1164a4c98c694c3e139635c59023b"/><dir name="shipping"><file name="applicable_country.phtml" hash="9dfc89cfd9712877c0b0143c90ab4d79"/><file name="ups.phtml" hash="a4fa51b2eda6290c99b7c0c0c6cfffc3"/></dir><dir name="variable"><file name="js.phtml" hash="8538abff6d312fb701fbbc3550951803"/></dir></dir><dir name="tag"><dir name="edit"><file name="container.phtml" hash="72887e68c2f5a5ec248a5607b4e1801d"/></dir><file name="index.phtml" hash="5bf61c4bc56186630c6889782d2cdc59"/></dir><dir name="tax"><dir name="class"><dir name="page"><file name="edit.phtml" hash="e1d76e3a3c4bde7487108fce74ca9b47"/></dir></dir><file name="importExport.phtml" hash="b6cd95136b50fd2d013e29bf2451bec0"/><file name="notifications.phtml" hash="764d203d842d1093c3bb96d3f6afcce0"/><dir name="rate"><file name="form.phtml" hash="1e2e7785dba03e796406e69ce3a769ae"/><file name="title.phtml" hash="c2eb1ee552f4cea7a102e4fa7ddfd0bb"/></dir><dir name="toolbar"><dir name="class"><file name="add.phtml" hash="4491c9722bd2331a2bdd304f031083b6"/><file name="save.phtml" hash="032714eae5624e7279dd193895e2ed8f"/></dir><dir name="rate"><file name="add.phtml" hash="032d165447fa3fae7e9f2ec9077ad4e7"/><file name="save.phtml" hash="ef208e4f3cc0d17fdb66bbbe91095274"/></dir><dir name="rule"><file name="add.phtml" hash="0dc115c883a8b54ce52a90700bd7ad2f"/><file name="save.phtml" hash="334317a26a36ea08f5a256a6905902ae"/></dir></dir></dir><dir name="urlrewrite"><file name="categories.phtml" hash="6f4495dea9e6cc3ca79b7f17405d21ae"/><file name="edit.phtml" hash="7c0db0d0650e40fee40fecc6edfd8429"/><file name="selector.phtml" hash="6094b7f69056c73542dcc4fb484fd45f"/></dir><dir name="usa"><dir name="dhl"><file name="unitofmeasure.phtml" hash="ab0c1fc151f0960904b72f5925ce72f3"/></dir></dir><dir name="weee"><dir name="renderer"><file name="tax.phtml" hash="1a03a17e003e282f305f5b98b76ec3a3"/></dir></dir><dir name="widget"><file name="accordion.phtml" hash="acf28e43dce33978945ee9a2f313c290"/><file name="breadcrumbs.phtml" hash="0f524150eeb162e84a3e0a2ea337c009"/><dir name="form"><file name="container.phtml" hash="6b7fcfc0cce370bd7dc2ea0d8e8b91df"/><dir name="element"><file name="gallery.phtml" hash="cc88955d39c4dca1c3cae2f1be11df71"/></dir><file name="element.phtml" hash="a9bcd0883785e27a3109e63c26091473"/><dir name="renderer"><file name="element.phtml" hash="3391b6b0186997220da62a58270d03e6"/><dir name="fieldset"><file name="element.phtml" hash="b404ad60631b57098b3fe47614d3c0ad"/></dir><file name="fieldset.phtml" hash="810c50c407a4e4002c38e33be96f9021"/></dir></dir><file name="form.phtml" hash="4ea8b1ce0e38792b8ea0a141e23f89cc"/><dir name="grid"><file name="container.phtml" hash="ddee399b4740f3cd8b16a319d6739825"/><file name="massaction.phtml" hash="35a4ca2a18dc9d0ecec321627619aa6a"/><file name="serializer.phtml" hash="8309b1d770991ade042a867531ccaab3"/></dir><file name="grid.phtml" hash="af5bb924c49ef99616309f0f9c9271a3"/><dir name="instance"><dir name="edit"><file name="layout.phtml" hash="594ee7f23240bb24219ea63b8b59168d"/></dir><file name="js.phtml" hash="f9cd0f08b4a7b12022c6df02e725578d"/></dir><file name="tabshoriz.phtml" hash="4b0d96893f2eb7eddde756d9a9725652"/><file name="tabsleft.phtml" hash="ba203148b588acb37cc4ae2f830f2feb"/><file name="tabs.phtml" hash="ff20c803cfb129521252118b10e23950"/><dir name="view"><file name="container.phtml" hash="25169c263daab90862150a40b7171c9f"/></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.8.0.0</min><max>1.9.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>