Magento_Mobile - Version 1.7.0.1.22.1

Version Notes

1.7.0.1.22.1

Download this release

Release Info

Developer Magento Core Team
Extension Magento_Mobile
Version 1.7.0.1.22.1
Comparing to
See all releases


Code changes from version 1.7.0.0.22.1 to 1.7.0.1.22.1

Files changed (306) hide show
  1. app/code/core/Mage/XmlConnect/Block/Adminhtml/History.php +1 -1
  2. app/code/core/Mage/XmlConnect/Block/Adminhtml/History/Grid.php +1 -1
  3. app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile.php +1 -1
  4. app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Edit.php +1 -1
  5. app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Edit/Form.php +1 -1
  6. app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Edit/Submission.php +1 -1
  7. app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Edit/Tab/Cache.php +1 -1
  8. app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Edit/Tab/Content.php +1 -1
  9. app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Edit/Tab/Design.php +1 -1
  10. app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Edit/Tab/Design/Accordion.php +1 -1
  11. app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Edit/Tab/Design/Accordion/Images.php +1 -1
  12. app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Edit/Tab/Design/Accordion/Tabs.php +1 -1
  13. app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Edit/Tab/Design/Accordion/Themes.php +1 -1
  14. app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Edit/Tab/Design/Preview.php +1 -1
  15. app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Edit/Tab/Design/Themes.php +1 -1
  16. app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Edit/Tab/Flurryanalytics.php +1 -1
  17. app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Edit/Tab/General.php +1 -1
  18. app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Edit/Tab/Notification.php +1 -1
  19. app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Edit/Tab/Payment.php +1 -1
  20. app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Edit/Tab/Settings.php +1 -1
  21. app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Edit/Tab/Social.php +1 -1
  22. app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Edit/Tab/Submission/History.php +1 -1
  23. app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Edit/Tabs.php +1 -1
  24. app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Form/Element/Addrow.php +3 -3
  25. app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Form/Element/Color.php +1 -1
  26. app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Form/Element/Country.php +1 -1
  27. app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Form/Element/Datetime.php +1 -1
  28. app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Form/Element/Font.php +1 -1
  29. app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Form/Element/Image.php +1 -1
  30. app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Form/Element/Page.php +3 -3
  31. app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Form/Element/Tabs.php +1 -1
  32. app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Form/Element/Theme.php +1 -1
  33. app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Grid.php +1 -1
  34. app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Grid/Renderer/Bool.php +1 -1
  35. app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Grid/Renderer/Type.php +1 -1
  36. app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Preview/Content.php +1 -1
  37. app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Preview/Tabitems.php +1 -1
  38. app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Submission.php +1 -1
  39. app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Submission/Form.php +1 -1
  40. app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Submission/Renderer/Country/Androidmarket.php +1 -1
  41. app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Submission/Renderer/Country/Istore.php +1 -1
  42. app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Submission/Tab/Container.php +1 -1
  43. app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Submission/Tab/Container/Submission.php +1 -1
  44. app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Submission/Tabs.php +1 -1
  45. app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Widget/Form.php +1 -1
  46. app/code/core/Mage/XmlConnect/Block/Adminhtml/Queue.php +1 -1
  47. app/code/core/Mage/XmlConnect/Block/Adminhtml/Queue/Edit.php +1 -1
  48. app/code/core/Mage/XmlConnect/Block/Adminhtml/Queue/Edit/Form.php +1 -1
  49. app/code/core/Mage/XmlConnect/Block/Adminhtml/Queue/Grid.php +1 -1
  50. app/code/core/Mage/XmlConnect/Block/Adminhtml/Queue/Grid/Renderer/Action.php +1 -1
  51. app/code/core/Mage/XmlConnect/Block/Adminhtml/Queue/Grid/Renderer/Application.php +1 -1
  52. app/code/core/Mage/XmlConnect/Block/Adminhtml/Queue/Grid/Renderer/Id.php +1 -1
  53. app/code/core/Mage/XmlConnect/Block/Adminhtml/Queue/Grid/Renderer/Msgtitle.php +1 -1
  54. app/code/core/Mage/XmlConnect/Block/Adminhtml/Queue/Grid/Renderer/Pushtitle.php +1 -1
  55. app/code/core/Mage/XmlConnect/Block/Adminhtml/Queue/Grid/Renderer/Status.php +1 -1
  56. app/code/core/Mage/XmlConnect/Block/Adminhtml/Queue/Grid/Renderer/Template.php +1 -1
  57. app/code/core/Mage/XmlConnect/Block/Adminhtml/Template.php +1 -1
  58. app/code/core/Mage/XmlConnect/Block/Adminhtml/Template/Edit.php +1 -1
  59. app/code/core/Mage/XmlConnect/Block/Adminhtml/Template/Edit/Form.php +1 -1
  60. app/code/core/Mage/XmlConnect/Block/Adminhtml/Template/Grid.php +1 -1
  61. app/code/core/Mage/XmlConnect/Block/Adminhtml/Template/Grid/Renderer/Application.php +1 -1
  62. app/code/core/Mage/XmlConnect/Block/Adminhtml/Template/Grid/Renderer/Name.php +1 -1
  63. app/code/core/Mage/XmlConnect/Block/Adminhtml/Template/Preview.php +1 -1
  64. app/code/core/Mage/XmlConnect/Block/Adminhtml/Template/Preview/Form.php +1 -1
  65. app/code/core/Mage/XmlConnect/Block/Cart.php +1 -1
  66. app/code/core/Mage/XmlConnect/Block/Cart/Crosssell.php +2 -1
  67. app/code/core/Mage/XmlConnect/Block/Cart/Info.php +1 -1
  68. app/code/core/Mage/XmlConnect/Block/Cart/Item/Renderer.php +2 -1
  69. app/code/core/Mage/XmlConnect/Block/Cart/Item/Renderer/Configurable.php +2 -1
  70. app/code/core/Mage/XmlConnect/Block/Cart/Item/Renderer/Grouped.php +2 -1
  71. app/code/core/Mage/XmlConnect/Block/Cart/Paypal/Mecl/Details.php +1 -1
  72. app/code/core/Mage/XmlConnect/Block/Cart/Paypal/Mecl/Review.php +1 -1
  73. app/code/core/Mage/XmlConnect/Block/Cart/Paypal/Mecl/Shippingmethods.php +1 -1
  74. app/code/core/Mage/XmlConnect/Block/Cart/Paypal/Mep/Totals.php +1 -1
  75. app/code/core/Mage/XmlConnect/Block/Cart/Totals.php +1 -1
  76. app/code/core/Mage/XmlConnect/Block/Catalog.php +1 -1
  77. app/code/core/Mage/XmlConnect/Block/Catalog/Category.php +1 -1
  78. app/code/core/Mage/XmlConnect/Block/Catalog/Category/Info.php +1 -1
  79. app/code/core/Mage/XmlConnect/Block/Catalog/Filters.php +1 -1
  80. app/code/core/Mage/XmlConnect/Block/Catalog/Product.php +1 -1
  81. app/code/core/Mage/XmlConnect/Block/Catalog/Product/Attributes.php +2 -2
  82. app/code/core/Mage/XmlConnect/Block/Catalog/Product/Gallery.php +1 -1
  83. app/code/core/Mage/XmlConnect/Block/Catalog/Product/List.php +1 -1
  84. app/code/core/Mage/XmlConnect/Block/Catalog/Product/Options.php +1 -1
  85. app/code/core/Mage/XmlConnect/Block/Catalog/Product/Options/Bundle.php +1 -1
  86. app/code/core/Mage/XmlConnect/Block/Catalog/Product/Options/Configurable.php +1 -1
  87. app/code/core/Mage/XmlConnect/Block/Catalog/Product/Options/Giftcard.php +1 -1
  88. app/code/core/Mage/XmlConnect/Block/Catalog/Product/Options/Grouped.php +1 -1
  89. app/code/core/Mage/XmlConnect/Block/Catalog/Product/Options/Simple.php +1 -1
  90. app/code/core/Mage/XmlConnect/Block/Catalog/Product/Options/Virtual.php +1 -1
  91. app/code/core/Mage/XmlConnect/Block/Catalog/Product/Price.php +1 -1
  92. app/code/core/Mage/XmlConnect/Block/Catalog/Product/Price/Bundle.php +1 -1
  93. app/code/core/Mage/XmlConnect/Block/Catalog/Product/Price/Default.php +1 -1
  94. app/code/core/Mage/XmlConnect/Block/Catalog/Product/Price/Giftcard.php +1 -1
  95. app/code/core/Mage/XmlConnect/Block/Catalog/Product/Related.php +1 -1
  96. app/code/core/Mage/XmlConnect/Block/Catalog/Product/Review.php +1 -1
  97. app/code/core/Mage/XmlConnect/Block/Catalog/Product/Review/List.php +1 -1
  98. app/code/core/Mage/XmlConnect/Block/Catalog/Search.php +1 -1
  99. app/code/core/Mage/XmlConnect/Block/Catalog/Search/Suggest.php +1 -1
  100. app/code/core/Mage/XmlConnect/Block/Checkout/Address/Billing.php +1 -1
  101. app/code/core/Mage/XmlConnect/Block/Checkout/Address/Form.php +1 -1
  102. app/code/core/Mage/XmlConnect/Block/Checkout/Address/Shipping.php +1 -1
  103. app/code/core/Mage/XmlConnect/Block/Checkout/Agreements.php +1 -1
  104. app/code/core/Mage/XmlConnect/Block/Checkout/Order/Review.php +1 -1
  105. app/code/core/Mage/XmlConnect/Block/Checkout/Order/Review/Info.php +1 -1
  106. app/code/core/Mage/XmlConnect/Block/Checkout/Payment/Method/Authorizenet.php +1 -1
  107. app/code/core/Mage/XmlConnect/Block/Checkout/Payment/Method/Ccsave.php +1 -1
  108. app/code/core/Mage/XmlConnect/Block/Checkout/Payment/Method/Checkmo.php +1 -1
  109. app/code/core/Mage/XmlConnect/Block/Checkout/Payment/Method/Info/Authorizenet.php +1 -1
  110. app/code/core/Mage/XmlConnect/Block/Checkout/Payment/Method/Info/Ccsave.php +1 -1
  111. app/code/core/Mage/XmlConnect/Block/Checkout/Payment/Method/Info/Checkmo.php +1 -1
  112. app/code/core/Mage/XmlConnect/Block/Checkout/Payment/Method/Info/Free.php +1 -1
  113. app/code/core/Mage/XmlConnect/Block/Checkout/Payment/Method/Info/Paypal/Abstract.php +1 -1
  114. app/code/core/Mage/XmlConnect/Block/Checkout/Payment/Method/Info/Paypal/Express.php +1 -1
  115. app/code/core/Mage/XmlConnect/Block/Checkout/Payment/Method/Info/Paypal/Mecl.php +1 -1
  116. app/code/core/Mage/XmlConnect/Block/Checkout/Payment/Method/Info/Pbridge/Authorizenet.php +1 -1
  117. app/code/core/Mage/XmlConnect/Block/Checkout/Payment/Method/Info/Pbridge/Paypal/Direct.php +1 -1
  118. app/code/core/Mage/XmlConnect/Block/Checkout/Payment/Method/Info/Pbridge/Paypaluk/Direct.php +1 -1
  119. app/code/core/Mage/XmlConnect/Block/Checkout/Payment/Method/Info/Pbridge/Verisign.php +1 -1
  120. app/code/core/Mage/XmlConnect/Block/Checkout/Payment/Method/Info/Purchaseorder.php +1 -1
  121. app/code/core/Mage/XmlConnect/Block/Checkout/Payment/Method/List.php +1 -1
  122. app/code/core/Mage/XmlConnect/Block/Checkout/Payment/Method/Paypal/Direct.php +1 -1
  123. app/code/core/Mage/XmlConnect/Block/Checkout/Payment/Method/Paypal/Payflow.php +1 -1
  124. app/code/core/Mage/XmlConnect/Block/Checkout/Payment/Method/Pbridge/Abstract.php +1 -1
  125. app/code/core/Mage/XmlConnect/Block/Checkout/Payment/Method/Pbridge/Authorizenet.php +1 -1
  126. app/code/core/Mage/XmlConnect/Block/Checkout/Payment/Method/Pbridge/Paypal.php +1 -1
  127. app/code/core/Mage/XmlConnect/Block/Checkout/Payment/Method/Pbridge/Paypaluk.php +1 -1
  128. app/code/core/Mage/XmlConnect/Block/Checkout/Payment/Method/Pbridge/Verisign.php +1 -1
  129. app/code/core/Mage/XmlConnect/Block/Checkout/Payment/Method/Purchaseorder.php +1 -1
  130. app/code/core/Mage/XmlConnect/Block/Checkout/Pbridge/Result.php +1 -1
  131. app/code/core/Mage/XmlConnect/Block/Checkout/Shipping/Method/Available.php +1 -1
  132. app/code/core/Mage/XmlConnect/Block/Cms/Page.php +1 -1
  133. app/code/core/Mage/XmlConnect/Block/Configuration.php +1 -1
  134. app/code/core/Mage/XmlConnect/Block/Customer/Address/Form.php +2 -2
  135. app/code/core/Mage/XmlConnect/Block/Customer/Address/List.php +1 -1
  136. app/code/core/Mage/XmlConnect/Block/Customer/Form.php +1 -1
  137. app/code/core/Mage/XmlConnect/Block/Customer/Form/Renderer/Boolean.php +1 -1
  138. app/code/core/Mage/XmlConnect/Block/Customer/Form/Renderer/Date.php +1 -1
  139. app/code/core/Mage/XmlConnect/Block/Customer/Form/Renderer/File.php +1 -1
  140. app/code/core/Mage/XmlConnect/Block/Customer/Form/Renderer/Image.php +1 -1
  141. app/code/core/Mage/XmlConnect/Block/Customer/Form/Renderer/Multiline.php +1 -1
  142. app/code/core/Mage/XmlConnect/Block/Customer/Form/Renderer/Multiselect.php +1 -1
  143. app/code/core/Mage/XmlConnect/Block/Customer/Form/Renderer/Select.php +1 -1
  144. app/code/core/Mage/XmlConnect/Block/Customer/Form/Renderer/Text.php +1 -1
  145. app/code/core/Mage/XmlConnect/Block/Customer/Form/Renderer/Textarea.php +1 -1
  146. app/code/core/Mage/XmlConnect/Block/Customer/GiftcardCheck.php +1 -1
  147. app/code/core/Mage/XmlConnect/Block/Customer/Order/Details.php +1 -1
  148. app/code/core/Mage/XmlConnect/Block/Customer/Order/Item/Renderer/Bundle.php +1 -1
  149. app/code/core/Mage/XmlConnect/Block/Customer/Order/Item/Renderer/Default.php +1 -1
  150. app/code/core/Mage/XmlConnect/Block/Customer/Order/Item/Renderer/Downloadable.php +1 -1
  151. app/code/core/Mage/XmlConnect/Block/Customer/Order/Item/Renderer/Giftcard.php +1 -1
  152. app/code/core/Mage/XmlConnect/Block/Customer/Order/Item/Renderer/Grouped.php +1 -1
  153. app/code/core/Mage/XmlConnect/Block/Customer/Order/Items.php +1 -1
  154. app/code/core/Mage/XmlConnect/Block/Customer/Order/List.php +1 -1
  155. app/code/core/Mage/XmlConnect/Block/Customer/Order/Totals.php +1 -1
  156. app/code/core/Mage/XmlConnect/Block/Customer/Order/Totals/Customerbalance.php +1 -1
  157. app/code/core/Mage/XmlConnect/Block/Customer/Order/Totals/Customerbalance/Refunded.php +1 -1
  158. app/code/core/Mage/XmlConnect/Block/Customer/Order/Totals/Giftcards.php +1 -1
  159. app/code/core/Mage/XmlConnect/Block/Customer/Order/Totals/Tax.php +1 -1
  160. app/code/core/Mage/XmlConnect/Block/Customer/Storecredit.php +1 -1
  161. app/code/core/Mage/XmlConnect/Block/Home.php +1 -1
  162. app/code/core/Mage/XmlConnect/Block/Review/Form.php +1 -1
  163. app/code/core/Mage/XmlConnect/Block/Wishlist.php +1 -1
  164. app/code/core/Mage/XmlConnect/Controller/Action.php +1 -1
  165. app/code/core/Mage/XmlConnect/Helper/Android.php +1 -1
  166. app/code/core/Mage/XmlConnect/Helper/Catalog/Category/Image.php +1 -1
  167. app/code/core/Mage/XmlConnect/Helper/Customer/Form/Renderer.php +1 -1
  168. app/code/core/Mage/XmlConnect/Helper/Customer/Order.php +1 -1
  169. app/code/core/Mage/XmlConnect/Helper/Data.php +1 -1
  170. app/code/core/Mage/XmlConnect/Helper/Image.php +1 -1
  171. app/code/core/Mage/XmlConnect/Helper/Ipad.php +1 -1
  172. app/code/core/Mage/XmlConnect/Helper/Iphone.php +1 -1
  173. app/code/core/Mage/XmlConnect/Helper/Payment.php +1 -1
  174. app/code/core/Mage/XmlConnect/Helper/Theme.php +2 -2
  175. app/code/core/Mage/XmlConnect/Model/Adminhtml/System/Config/Backend/Baseurl.php +1 -1
  176. app/code/core/Mage/XmlConnect/Model/Adminhtml/System/Config/Backend/Currency/Default.php +1 -1
  177. app/code/core/Mage/XmlConnect/Model/Application.php +1 -1
  178. app/code/core/Mage/XmlConnect/Model/Catalog/Category/Image.php +1 -1
  179. app/code/core/Mage/XmlConnect/Model/Catalog/Category/Media/Config.php +1 -1
  180. app/code/core/Mage/XmlConnect/Model/ConfigData.php +1 -1
  181. app/code/core/Mage/XmlConnect/Model/History.php +1 -1
  182. app/code/core/Mage/XmlConnect/Model/Mysql4/Application.php +1 -1
  183. app/code/core/Mage/XmlConnect/Model/Mysql4/Application/Collection.php +1 -1
  184. app/code/core/Mage/XmlConnect/Model/Mysql4/Cms/Page/Collection.php +1 -1
  185. app/code/core/Mage/XmlConnect/Model/Mysql4/ConfigData.php +1 -1
  186. app/code/core/Mage/XmlConnect/Model/Mysql4/ConfigData/Collection.php +1 -1
  187. app/code/core/Mage/XmlConnect/Model/Mysql4/Filter/Collection.php +1 -1
  188. app/code/core/Mage/XmlConnect/Model/Mysql4/History.php +1 -1
  189. app/code/core/Mage/XmlConnect/Model/Mysql4/History/Collection.php +1 -1
  190. app/code/core/Mage/XmlConnect/Model/Mysql4/Queue.php +1 -1
  191. app/code/core/Mage/XmlConnect/Model/Mysql4/Queue/Collection.php +1 -1
  192. app/code/core/Mage/XmlConnect/Model/Mysql4/Setup.php +1 -1
  193. app/code/core/Mage/XmlConnect/Model/Mysql4/Template.php +1 -1
  194. app/code/core/Mage/XmlConnect/Model/Mysql4/Template/Collection.php +1 -1
  195. app/code/core/Mage/XmlConnect/Model/Observer.php +1 -1
  196. app/code/core/Mage/XmlConnect/Model/Payment/Method/Paypal/Config.php +1 -1
  197. app/code/core/Mage/XmlConnect/Model/Payment/Method/Paypal/Mecl.php +1 -1
  198. app/code/core/Mage/XmlConnect/Model/Payment/Method/Paypal/Mep.php +1 -1
  199. app/code/core/Mage/XmlConnect/Model/Paypal/Mecl/Checkout.php +1 -1
  200. app/code/core/Mage/XmlConnect/Model/Paypal/Mep/Checkout.php +1 -1
  201. app/code/core/Mage/XmlConnect/Model/Preview/Abstract.php +1 -1
  202. app/code/core/Mage/XmlConnect/Model/Preview/Android.php +1 -1
  203. app/code/core/Mage/XmlConnect/Model/Preview/Ipad.php +1 -1
  204. app/code/core/Mage/XmlConnect/Model/Preview/Iphone.php +1 -1
  205. app/code/core/Mage/XmlConnect/Model/Queue.php +1 -1
  206. app/code/core/Mage/XmlConnect/Model/Resource/Application.php +1 -1
  207. app/code/core/Mage/XmlConnect/Model/Resource/Application/Collection.php +1 -1
  208. app/code/core/Mage/XmlConnect/Model/Resource/Cms/Page/Collection.php +1 -1
  209. app/code/core/Mage/XmlConnect/Model/Resource/ConfigData.php +1 -1
  210. app/code/core/Mage/XmlConnect/Model/Resource/ConfigData/Collection.php +1 -1
  211. app/code/core/Mage/XmlConnect/Model/Resource/Filter/Collection.php +1 -1
  212. app/code/core/Mage/XmlConnect/Model/Resource/History.php +1 -1
  213. app/code/core/Mage/XmlConnect/Model/Resource/History/Collection.php +1 -1
  214. app/code/core/Mage/XmlConnect/Model/Resource/Queue.php +1 -1
  215. app/code/core/Mage/XmlConnect/Model/Resource/Queue/Collection.php +1 -1
  216. app/code/core/Mage/XmlConnect/Model/Resource/Setup.php +1 -1
  217. app/code/core/Mage/XmlConnect/Model/Resource/Template.php +1 -1
  218. app/code/core/Mage/XmlConnect/Model/Resource/Template/Collection.php +1 -1
  219. app/code/core/Mage/XmlConnect/Model/Simplexml/Element.php +1 -1
  220. app/code/core/Mage/XmlConnect/Model/Simplexml/Form.php +1 -1
  221. app/code/core/Mage/XmlConnect/Model/Simplexml/Form/Abstract.php +1 -1
  222. app/code/core/Mage/XmlConnect/Model/Simplexml/Form/Element/Abstract.php +1 -1
  223. app/code/core/Mage/XmlConnect/Model/Simplexml/Form/Element/Checkbox.php +1 -1
  224. app/code/core/Mage/XmlConnect/Model/Simplexml/Form/Element/Collection.php +1 -1
  225. app/code/core/Mage/XmlConnect/Model/Simplexml/Form/Element/CountryListSelect.php +1 -1
  226. app/code/core/Mage/XmlConnect/Model/Simplexml/Form/Element/Date.php +1 -1
  227. app/code/core/Mage/XmlConnect/Model/Simplexml/Form/Element/Email.php +1 -1
  228. app/code/core/Mage/XmlConnect/Model/Simplexml/Form/Element/Fieldset.php +1 -1
  229. app/code/core/Mage/XmlConnect/Model/Simplexml/Form/Element/File.php +1 -1
  230. app/code/core/Mage/XmlConnect/Model/Simplexml/Form/Element/Image.php +1 -1
  231. app/code/core/Mage/XmlConnect/Model/Simplexml/Form/Element/Multiline.php +1 -1
  232. app/code/core/Mage/XmlConnect/Model/Simplexml/Form/Element/Multiselect.php +1 -1
  233. app/code/core/Mage/XmlConnect/Model/Simplexml/Form/Element/Renderer/Interface.php +1 -1
  234. app/code/core/Mage/XmlConnect/Model/Simplexml/Form/Element/Select.php +1 -1
  235. app/code/core/Mage/XmlConnect/Model/Simplexml/Form/Element/Text.php +1 -1
  236. app/code/core/Mage/XmlConnect/Model/Simplexml/Form/Element/Textarea.php +1 -1
  237. app/code/core/Mage/XmlConnect/Model/Simplexml/Form/Element/Validator.php +1 -1
  238. app/code/core/Mage/XmlConnect/Model/Simplexml/Form/Element/Validator/Abstract.php +1 -1
  239. app/code/core/Mage/XmlConnect/Model/Simplexml/Form/Element/Validator/Rule.php +1 -1
  240. app/code/core/Mage/XmlConnect/Model/Tabs.php +1 -1
  241. app/code/core/Mage/XmlConnect/Model/Template.php +1 -1
  242. app/code/core/Mage/XmlConnect/Model/Theme.php +1 -1
  243. app/code/core/Mage/XmlConnect/controllers/Adminhtml/MobileController.php +3 -4
  244. app/code/core/Mage/XmlConnect/controllers/CartController.php +1 -1
  245. app/code/core/Mage/XmlConnect/controllers/CatalogController.php +1 -1
  246. app/code/core/Mage/XmlConnect/controllers/CheckoutController.php +1 -1
  247. app/code/core/Mage/XmlConnect/controllers/CmsController.php +1 -1
  248. app/code/core/Mage/XmlConnect/controllers/ConfigurationController.php +1 -1
  249. app/code/core/Mage/XmlConnect/controllers/CustomerController.php +1 -1
  250. app/code/core/Mage/XmlConnect/controllers/IndexController.php +1 -1
  251. app/code/core/Mage/XmlConnect/controllers/Paypal/MeclController.php +1 -1
  252. app/code/core/Mage/XmlConnect/controllers/Paypal/MepController.php +1 -1
  253. app/code/core/Mage/XmlConnect/controllers/PbridgeController.php +14 -12
  254. app/code/core/Mage/XmlConnect/controllers/ReviewController.php +1 -1
  255. app/code/core/Mage/XmlConnect/controllers/WishlistController.php +1 -1
  256. app/code/core/Mage/XmlConnect/etc/adminhtml.xml +1 -1
  257. app/code/core/Mage/XmlConnect/etc/config.xml +1 -1
  258. app/code/core/Mage/XmlConnect/etc/system.xml +1 -1
  259. app/code/core/Mage/XmlConnect/etc/themes/custom.xml +1 -1
  260. app/code/core/Mage/XmlConnect/etc/themes/default.xml +1 -1
  261. app/code/core/Mage/XmlConnect/etc/themes/funk_leaf.xml +1 -1
  262. app/code/core/Mage/XmlConnect/etc/themes/hot_red.xml +1 -1
  263. app/code/core/Mage/XmlConnect/etc/themes/sky_blue.xml +1 -1
  264. app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/install-1.6.0.0.php +1 -1
  265. app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/mysql4-data-upgrade-1.4.0.13-1.4.0.14.php +2 -2
  266. app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/mysql4-install-1.4.0.8.php +1 -1
  267. app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/mysql4-upgrade-1.4.0.10-1.4.0.11.php +1 -1
  268. app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/mysql4-upgrade-1.4.0.11-1.4.0.12.php +1 -1
  269. app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/mysql4-upgrade-1.4.0.12-1.4.0.13.php +1 -1
  270. app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/mysql4-upgrade-1.4.0.13-1.4.0.14.php +1 -1
  271. app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/mysql4-upgrade-1.4.0.8-1.4.0.9.php +1 -1
  272. app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/mysql4-upgrade-1.4.0.9-1.4.0.10.php +1 -1
  273. app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/mysql4-upgrade-1.5.9.9-1.6.0.0.php +1 -1
  274. app/design/adminhtml/default/default/layout/xmlconnect.xml +2 -2
  275. app/design/adminhtml/default/default/template/xmlconnect/edit/tab/design.phtml +1 -1
  276. app/design/adminhtml/default/default/template/xmlconnect/edit/tab/design/preview/catalog_android.phtml +1 -1
  277. app/design/adminhtml/default/default/template/xmlconnect/edit/tab/design/preview/catalog_hor_ipad.phtml +1 -1
  278. app/design/adminhtml/default/default/template/xmlconnect/edit/tab/design/preview/catalog_ipad.phtml +1 -1
  279. app/design/adminhtml/default/default/template/xmlconnect/edit/tab/design/preview/catalog_iphone.phtml +1 -1
  280. app/design/adminhtml/default/default/template/xmlconnect/edit/tab/design/preview/home_android.phtml +1 -1
  281. app/design/adminhtml/default/default/template/xmlconnect/edit/tab/design/preview/home_hor_ipad.phtml +1 -1
  282. app/design/adminhtml/default/default/template/xmlconnect/edit/tab/design/preview/home_ipad.phtml +1 -1
  283. app/design/adminhtml/default/default/template/xmlconnect/edit/tab/design/preview/home_iphone.phtml +1 -1
  284. app/design/adminhtml/default/default/template/xmlconnect/edit/tab/design/preview/productinfo_iphone.phtml +1 -1
  285. app/design/adminhtml/default/default/template/xmlconnect/edit/tab/design/preview/tab_items_android.phtml +1 -1
  286. app/design/adminhtml/default/default/template/xmlconnect/edit/tab/design/preview/tab_items_ipad.phtml +1 -1
  287. app/design/adminhtml/default/default/template/xmlconnect/edit/tab/design/preview/tab_items_iphone.phtml +1 -1
  288. app/design/adminhtml/default/default/template/xmlconnect/edit/tab/design/preview_android.phtml +2 -2
  289. app/design/adminhtml/default/default/template/xmlconnect/edit/tab/design/preview_ipad.phtml +3 -3
  290. app/design/adminhtml/default/default/template/xmlconnect/edit/tab/design/preview_iphone.phtml +2 -2
  291. app/design/adminhtml/default/default/template/xmlconnect/form/element/addrow.phtml +3 -3
  292. app/design/adminhtml/default/default/template/xmlconnect/form/element/app_tabs_android.phtml +1 -1
  293. app/design/adminhtml/default/default/template/xmlconnect/form/element/app_tabs_ipad.phtml +1 -1
  294. app/design/adminhtml/default/default/template/xmlconnect/form/element/app_tabs_iphone.phtml +1 -1
  295. app/design/adminhtml/default/default/template/xmlconnect/form/element/country/androidmarket.phtml +1 -1
  296. app/design/adminhtml/default/default/template/xmlconnect/form/element/country/istore.phtml +1 -1
  297. app/design/adminhtml/default/default/template/xmlconnect/form/element/themes.phtml +7 -7
  298. app/design/adminhtml/default/default/template/xmlconnect/mobile/notification_helper.phtml +1 -1
  299. app/design/adminhtml/default/default/template/xmlconnect/submission/app_icons_preview.phtml +1 -1
  300. app/design/adminhtml/default/default/template/xmlconnect/submission/container.phtml +1 -1
  301. app/design/adminhtml/default/default/template/xmlconnect/template/preview.phtml +1 -1
  302. app/design/frontend/base/default/layout/xmlconnect.xml +1 -1
  303. app/design/frontend/base/default/template/xmlconnect/pbridge/result.phtml +2 -2
  304. app/etc/modules/Mage_XmlConnect.xml +1 -1
  305. app/locale/en_US/Mage_XmlConnect.csv +343 -20
  306. package.xml +6 -6
app/code/core/Mage/XmlConnect/Block/Adminhtml/History.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/History/Grid.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Edit.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Edit/Form.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Edit/Submission.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Edit/Tab/Cache.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Edit/Tab/Content.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Edit/Tab/Design.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Edit/Tab/Design/Accordion.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Edit/Tab/Design/Accordion/Images.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Edit/Tab/Design/Accordion/Tabs.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Edit/Tab/Design/Accordion/Themes.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Edit/Tab/Design/Preview.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Edit/Tab/Design/Themes.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Edit/Tab/Flurryanalytics.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Edit/Tab/General.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Edit/Tab/Notification.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Edit/Tab/Payment.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Edit/Tab/Settings.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Edit/Tab/Social.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Edit/Tab/Submission/History.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Edit/Tabs.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Form/Element/Addrow.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
@@ -48,9 +48,9 @@ class Mage_XmlConnect_Block_Adminhtml_Mobile_Form_Element_Addrow
48
  . '" value="'.$this->getEscapedValue()
49
  . '" '
50
  . $this->serialize($this->getHtmlAttributes())
51
- . ' ><span>'
52
  . $this->getEscapedValue()
53
- . '</span></button>'
54
  . $this->getAfterElementHtml();
55
  return $html;
56
  }
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
48
  . '" value="'.$this->getEscapedValue()
49
  . '" '
50
  . $this->serialize($this->getHtmlAttributes())
51
+ . ' ><span><span><span>'
52
  . $this->getEscapedValue()
53
+ . '</span></span></span></button>'
54
  . $this->getAfterElementHtml();
55
  return $html;
56
  }
app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Form/Element/Color.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Form/Element/Country.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Form/Element/Datetime.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Form/Element/Font.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Form/Element/Image.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Form/Element/Page.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
@@ -100,8 +100,8 @@ class Mage_XmlConnect_Block_Adminhtml_Mobile_Form_Element_Page
100
  list($label, $element) = $this->getElements();
101
  return $element->toHtml()
102
  . '</td><td class="label" style="width: 5em">'
103
- . '<button class=" scalable save onclick_button" value="&minus;"><span>'
104
  . Mage::helper('xmlconnect')->__('Delete')
105
- . '</span></button>';
106
  }
107
  }
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
100
  list($label, $element) = $this->getElements();
101
  return $element->toHtml()
102
  . '</td><td class="label" style="width: 5em">'
103
+ . '<button class="scalable save onclick_button" value="&minus;"><span><span><span>'
104
  . Mage::helper('xmlconnect')->__('Delete')
105
+ . '</span></span></span></button>';
106
  }
107
  }
app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Form/Element/Tabs.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Form/Element/Theme.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Grid.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Grid/Renderer/Bool.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Grid/Renderer/Type.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Preview/Content.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Preview/Tabitems.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Submission.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Submission/Form.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Submission/Renderer/Country/Androidmarket.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Submission/Renderer/Country/Istore.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Submission/Tab/Container.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Submission/Tab/Container/Submission.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Submission/Tabs.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Mobile/Widget/Form.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Queue.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Queue/Edit.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Queue/Edit/Form.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Queue/Grid.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Queue/Grid/Renderer/Action.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Queue/Grid/Renderer/Application.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Queue/Grid/Renderer/Id.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Queue/Grid/Renderer/Msgtitle.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Queue/Grid/Renderer/Pushtitle.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Queue/Grid/Renderer/Status.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Queue/Grid/Renderer/Template.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Template.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Template/Edit.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Template/Edit/Form.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Template/Grid.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Template/Grid/Renderer/Application.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Template/Grid/Renderer/Name.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Template/Preview.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Adminhtml/Template/Preview/Form.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Cart.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Cart/Crosssell.php CHANGED
@@ -13,13 +13,14 @@
13
  * to license@magentocommerce.com so we can send you a copy immediately.
14
  *
15
  * DISCLAIMER
 
16
  * Do not edit or add to this file if you wish to upgrade Magento to newer
17
  * versions in the future. If you wish to customize Magento for your
18
  * needs please refer to http://www.magentocommerce.com for more information.
19
  *
20
  * @category Mage
21
  * @package Mage_XmlConnect
22
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
23
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
24
  */
25
 
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 Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Cart/Info.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Cart/Item/Renderer.php CHANGED
@@ -13,13 +13,14 @@
13
  * to license@magentocommerce.com so we can send you a copy immediately.
14
  *
15
  * DISCLAIMER
 
16
  * Do not edit or add to this file if you wish to upgrade Magento to newer
17
  * versions in the future. If you wish to customize Magento for your
18
  * needs please refer to http://www.magentocommerce.com for more information.
19
  *
20
  * @category Mage
21
  * @package Mage_XmlConnect
22
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
23
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
24
  */
25
 
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 Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Cart/Item/Renderer/Configurable.php CHANGED
@@ -13,13 +13,14 @@
13
  * to license@magentocommerce.com so we can send you a copy immediately.
14
  *
15
  * DISCLAIMER
 
16
  * Do not edit or add to this file if you wish to upgrade Magento to newer
17
  * versions in the future. If you wish to customize Magento for your
18
  * needs please refer to http://www.magentocommerce.com for more information.
19
  *
20
  * @category Mage
21
  * @package Mage_XmlConnect
22
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
23
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
24
  */
25
 
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 Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Cart/Item/Renderer/Grouped.php CHANGED
@@ -13,13 +13,14 @@
13
  * to license@magentocommerce.com so we can send you a copy immediately.
14
  *
15
  * DISCLAIMER
 
16
  * Do not edit or add to this file if you wish to upgrade Magento to newer
17
  * versions in the future. If you wish to customize Magento for your
18
  * needs please refer to http://www.magentocommerce.com for more information.
19
  *
20
  * @category Mage
21
  * @package Mage_XmlConnect
22
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
23
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
24
  */
25
 
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 Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Cart/Paypal/Mecl/Details.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Cart/Paypal/Mecl/Review.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Cart/Paypal/Mecl/Shippingmethods.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Cart/Paypal/Mep/Totals.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Cart/Totals.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Catalog.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Catalog/Category.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Catalog/Category/Info.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Catalog/Filters.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Catalog/Product.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Catalog/Product/Attributes.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
@@ -53,7 +53,7 @@ class Mage_XmlConnect_Block_Catalog_Product_Attributes extends Mage_Catalog_Bloc
53
  /** @var $attrXmlObject Mage_XmlConnect_Model_Simplexml_Element */
54
  $attrXmlObject = $attributesXmlObj->addChild('item');
55
  $attrXmlObject->addCustomChild('label', $data['label']);
56
- $attrXmlObject->addCustomChild('value', strip_tags($attribute));
57
  }
58
  }
59
  }
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
53
  /** @var $attrXmlObject Mage_XmlConnect_Model_Simplexml_Element */
54
  $attrXmlObject = $attributesXmlObj->addChild('item');
55
  $attrXmlObject->addCustomChild('label', $data['label']);
56
+ $attrXmlObject->addCustomChild('value', $attribute);
57
  }
58
  }
59
  }
app/code/core/Mage/XmlConnect/Block/Catalog/Product/Gallery.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Catalog/Product/List.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Catalog/Product/Options.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Catalog/Product/Options/Bundle.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Catalog/Product/Options/Configurable.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Catalog/Product/Options/Giftcard.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Catalog/Product/Options/Grouped.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Catalog/Product/Options/Simple.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Catalog/Product/Options/Virtual.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Catalog/Product/Price.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Catalog/Product/Price/Bundle.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Catalog/Product/Price/Default.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Catalog/Product/Price/Giftcard.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Catalog/Product/Related.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Catalog/Product/Review.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Catalog/Product/Review/List.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Catalog/Search.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Catalog/Search/Suggest.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Checkout/Address/Billing.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Checkout/Address/Form.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Checkout/Address/Shipping.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Checkout/Agreements.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Checkout/Order/Review.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Checkout/Order/Review/Info.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Checkout/Payment/Method/Authorizenet.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Checkout/Payment/Method/Ccsave.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Checkout/Payment/Method/Checkmo.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Checkout/Payment/Method/Info/Authorizenet.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Checkout/Payment/Method/Info/Ccsave.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Checkout/Payment/Method/Info/Checkmo.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Checkout/Payment/Method/Info/Free.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Checkout/Payment/Method/Info/Paypal/Abstract.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Checkout/Payment/Method/Info/Paypal/Express.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Checkout/Payment/Method/Info/Paypal/Mecl.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Checkout/Payment/Method/Info/Pbridge/Authorizenet.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Checkout/Payment/Method/Info/Pbridge/Paypal/Direct.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Checkout/Payment/Method/Info/Pbridge/Paypaluk/Direct.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Checkout/Payment/Method/Info/Pbridge/Verisign.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Checkout/Payment/Method/Info/Purchaseorder.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Checkout/Payment/Method/List.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Checkout/Payment/Method/Paypal/Direct.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Checkout/Payment/Method/Paypal/Payflow.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Checkout/Payment/Method/Pbridge/Abstract.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Checkout/Payment/Method/Pbridge/Authorizenet.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Checkout/Payment/Method/Pbridge/Paypal.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Checkout/Payment/Method/Pbridge/Paypaluk.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Checkout/Payment/Method/Pbridge/Verisign.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Checkout/Payment/Method/Purchaseorder.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Checkout/Pbridge/Result.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Checkout/Shipping/Method/Available.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Cms/Page.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Configuration.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Customer/Address/Form.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
@@ -143,7 +143,7 @@ class Mage_XmlConnect_Block_Customer_Address_Form extends Mage_Customer_Block_Ad
143
  ));
144
  $addressFieldset->addField('street_2', 'text', array(
145
  'name' => 'street[]',
146
- 'label' => $this->__('Street Address 2'),
147
  'value' => isset($street2) ? $street2 : ''
148
  ));
149
  $addressFieldset->addField('city', 'text', array(
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
143
  ));
144
  $addressFieldset->addField('street_2', 'text', array(
145
  'name' => 'street[]',
146
+ 'label' => $this->__('Street Address %s', 2),
147
  'value' => isset($street2) ? $street2 : ''
148
  ));
149
  $addressFieldset->addField('city', 'text', array(
app/code/core/Mage/XmlConnect/Block/Customer/Address/List.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Customer/Form.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Customer/Form/Renderer/Boolean.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Customer/Form/Renderer/Date.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Customer/Form/Renderer/File.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Customer/Form/Renderer/Image.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Customer/Form/Renderer/Multiline.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Customer/Form/Renderer/Multiselect.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Customer/Form/Renderer/Select.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Customer/Form/Renderer/Text.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Customer/Form/Renderer/Textarea.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Customer/GiftcardCheck.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Customer/Order/Details.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Customer/Order/Item/Renderer/Bundle.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Customer/Order/Item/Renderer/Default.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Customer/Order/Item/Renderer/Downloadable.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Customer/Order/Item/Renderer/Giftcard.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Customer/Order/Item/Renderer/Grouped.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Customer/Order/Items.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Customer/Order/List.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Customer/Order/Totals.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Customer/Order/Totals/Customerbalance.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Customer/Order/Totals/Customerbalance/Refunded.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Customer/Order/Totals/Giftcards.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Customer/Order/Totals/Tax.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Customer/Storecredit.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Home.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Review/Form.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Block/Wishlist.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Controller/Action.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Helper/Android.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Helper/Catalog/Category/Image.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Helper/Customer/Form/Renderer.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Helper/Customer/Order.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Helper/Data.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Helper/Image.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Helper/Ipad.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Helper/Iphone.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Helper/Payment.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Helper/Theme.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
@@ -382,7 +382,7 @@ EOT;
382
  $result = false;
383
  $ioFile = new Varien_Io_File();
384
  $ioFile->cd($this->getMediaThemePath());
385
- $themeFile = $themeId . '.xml';
386
  if ($ioFile->fileExists($themeFile)) {
387
  $result = $ioFile->rm($themeFile);
388
  }
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
382
  $result = false;
383
  $ioFile = new Varien_Io_File();
384
  $ioFile->cd($this->getMediaThemePath());
385
+ $themeFile = basename($themeId . '.xml');
386
  if ($ioFile->fileExists($themeFile)) {
387
  $result = $ioFile->rm($themeFile);
388
  }
app/code/core/Mage/XmlConnect/Model/Adminhtml/System/Config/Backend/Baseurl.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Adminhtml/System/Config/Backend/Currency/Default.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Application.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Catalog/Category/Image.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Catalog/Category/Media/Config.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/ConfigData.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/History.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Mysql4/Application.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Mysql4/Application/Collection.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Mysql4/Cms/Page/Collection.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Mysql4/ConfigData.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Mysql4/ConfigData/Collection.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Mysql4/Filter/Collection.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Mysql4/History.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Mysql4/History/Collection.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Mysql4/Queue.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Mysql4/Queue/Collection.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Mysql4/Setup.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Mysql4/Template.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Mysql4/Template/Collection.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Observer.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Payment/Method/Paypal/Config.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Payment/Method/Paypal/Mecl.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Payment/Method/Paypal/Mep.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Paypal/Mecl/Checkout.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Paypal/Mep/Checkout.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Preview/Abstract.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Preview/Android.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Preview/Ipad.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Preview/Iphone.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Queue.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Resource/Application.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Resource/Application/Collection.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Resource/Cms/Page/Collection.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Resource/ConfigData.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Resource/ConfigData/Collection.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Resource/Filter/Collection.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Resource/History.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Resource/History/Collection.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Resource/Queue.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Resource/Queue/Collection.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Resource/Setup.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Resource/Template.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Resource/Template/Collection.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Simplexml/Element.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Simplexml/Form.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Simplexml/Form/Abstract.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Simplexml/Form/Element/Abstract.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Simplexml/Form/Element/Checkbox.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Simplexml/Form/Element/Collection.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Simplexml/Form/Element/CountryListSelect.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Simplexml/Form/Element/Date.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Simplexml/Form/Element/Email.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Simplexml/Form/Element/Fieldset.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Simplexml/Form/Element/File.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Simplexml/Form/Element/Image.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Simplexml/Form/Element/Multiline.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Simplexml/Form/Element/Multiselect.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Simplexml/Form/Element/Renderer/Interface.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Simplexml/Form/Element/Select.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Simplexml/Form/Element/Text.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Simplexml/Form/Element/Textarea.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Simplexml/Form/Element/Validator.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Simplexml/Form/Element/Validator/Abstract.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Simplexml/Form/Element/Validator/Rule.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Tabs.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Template.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/Model/Theme.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/controllers/Adminhtml/MobileController.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
@@ -1165,9 +1165,8 @@ class Mage_XmlConnect_Adminhtml_MobileController extends Mage_Adminhtml_Controll
1165
  break;
1166
  }
1167
  if ($temporaryObject->getExecTime()) {
1168
- $message->setExecTime(
1169
- Mage::getSingleton('core/date')->gmtDate(null, $temporaryObject->getExecTime())
1170
- );
1171
  } else {
1172
  $message->setExecTime(new Zend_Db_Expr('NULL'));
1173
  }
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
1165
  break;
1166
  }
1167
  if ($temporaryObject->getExecTime()) {
1168
+ $execTime = Mage::getSingleton('core/date')->gmtDate(null, $temporaryObject->getExecTime());
1169
+ $message->setExecTime($execTime ? $execTime : Mage::getSingleton('core/date')->gmtDate());
 
1170
  } else {
1171
  $message->setExecTime(new Zend_Db_Expr('NULL'));
1172
  }
app/code/core/Mage/XmlConnect/controllers/CartController.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/controllers/CatalogController.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/controllers/CheckoutController.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/controllers/CmsController.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/controllers/ConfigurationController.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/controllers/CustomerController.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/controllers/IndexController.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/controllers/Paypal/MeclController.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/controllers/Paypal/MepController.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/controllers/PbridgeController.php CHANGED
@@ -20,12 +20,12 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
27
  /**
28
- * Pbridge controller
29
  *
30
  * @category Mage
31
  * @package Mage_XmlConnect
@@ -36,7 +36,7 @@ class Mage_XmlConnect_PbridgeController extends Mage_Core_Controller_Front_Actio
36
  /**
37
  * Load only action layout handles
38
  *
39
- * @return Enterprise_Pbridge_PbridgeController
40
  */
41
  protected function _initActionLayout()
42
  {
@@ -91,7 +91,7 @@ class Mage_XmlConnect_PbridgeController extends Mage_Core_Controller_Front_Actio
91
  /**
92
  * Output action with params that was given by payment bridge
93
  *
94
- * @return viod
95
  */
96
  public function outputAction()
97
  {
@@ -100,12 +100,13 @@ class Mage_XmlConnect_PbridgeController extends Mage_Core_Controller_Front_Actio
100
  }
101
  $this->loadLayout(false);
102
 
103
- $method = $this->getRequest()->getParam('method', false);
104
- $originalPaymentMethod = $this->getRequest()->getParam('original_payment_method', false);
105
- $token = $this->getRequest()->getParam('token', false);
106
-
107
- $ccLast4 = $this->getRequest()->getParam('cc_last4', false);
108
- $ccType = $this->getRequest()->getParam('cc_type', false);
 
109
 
110
  if ($originalPaymentMethod && $token && $ccLast4 && $ccType) {
111
  $message = Mage::helper('enterprise_pbridge')->__('Payment Bridge Selected');
@@ -128,7 +129,8 @@ EOT;
128
  </div>
129
  EOT;
130
  }
131
-
132
- $this->getResponse()->setBody(html_entity_decode(Mage::helper('xmlconnect')->htmlize($body)));
 
133
  }
134
  }
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
27
  /**
28
+ * Payment bridge controller
29
  *
30
  * @category Mage
31
  * @package Mage_XmlConnect
36
  /**
37
  * Load only action layout handles
38
  *
39
+ * @return Mage_XmlConnect_PbridgeController
40
  */
41
  protected function _initActionLayout()
42
  {
91
  /**
92
  * Output action with params that was given by payment bridge
93
  *
94
+ * @return null
95
  */
96
  public function outputAction()
97
  {
100
  }
101
  $this->loadLayout(false);
102
 
103
+ /** @var $helper Mage_Core_Helper_Data */
104
+ $helper = Mage::helper('core');
105
+ $method = $helper->escapeHtml($this->getRequest()->getParam('method', false));
106
+ $originalPaymentMethod = $helper->escapeHtml($this->getRequest()->getParam('original_payment_method', false));
107
+ $token = $helper->escapeHtml($this->getRequest()->getParam('token', false));
108
+ $ccLast4 = $helper->escapeHtml($this->getRequest()->getParam('cc_last4', false));
109
+ $ccType = $helper->escapeHtml($this->getRequest()->getParam('cc_type', false));
110
 
111
  if ($originalPaymentMethod && $token && $ccLast4 && $ccType) {
112
  $message = Mage::helper('enterprise_pbridge')->__('Payment Bridge Selected');
129
  </div>
130
  EOT;
131
  }
132
+ $replacePattern = '{{content}}';
133
+ $content = html_entity_decode(Mage::helper('xmlconnect')->htmlize($replacePattern));
134
+ $this->getResponse()->setBody(str_replace($replacePattern, $body, $content));
135
  }
136
  }
app/code/core/Mage/XmlConnect/controllers/ReviewController.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/controllers/WishlistController.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/etc/adminhtml.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category Mage
23
  * @package Mage_XmlConnect
24
- * @copyright Copyright (c) 2010 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 Mage
23
  * @package Mage_XmlConnect
24
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
app/code/core/Mage/XmlConnect/etc/config.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category Mage
23
  * @package Mage_XmlConnect
24
- * @copyright Copyright (c) 2010 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 Mage
23
  * @package Mage_XmlConnect
24
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
app/code/core/Mage/XmlConnect/etc/system.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category Mage
23
  * @package Mage_XmlConnect
24
- * @copyright Copyright (c) 2010 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 Mage
23
  * @package Mage_XmlConnect
24
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
app/code/core/Mage/XmlConnect/etc/themes/custom.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category Mage
23
  * @package Mage_XmlConnect
24
- * @copyright Copyright (c) 2010 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 Mage
23
  * @package Mage_XmlConnect
24
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
app/code/core/Mage/XmlConnect/etc/themes/default.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category Mage
23
  * @package Mage_XmlConnect
24
- * @copyright Copyright (c) 2010 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 Mage
23
  * @package Mage_XmlConnect
24
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
app/code/core/Mage/XmlConnect/etc/themes/funk_leaf.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category Mage
23
  * @package Mage_XmlConnect
24
- * @copyright Copyright (c) 2010 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 Mage
23
  * @package Mage_XmlConnect
24
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
app/code/core/Mage/XmlConnect/etc/themes/hot_red.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category Mage
23
  * @package Mage_XmlConnect
24
- * @copyright Copyright (c) 2010 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 Mage
23
  * @package Mage_XmlConnect
24
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
app/code/core/Mage/XmlConnect/etc/themes/sky_blue.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category Mage
23
  * @package Mage_XmlConnect
24
- * @copyright Copyright (c) 2010 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 Mage
23
  * @package Mage_XmlConnect
24
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/install-1.6.0.0.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/mysql4-data-upgrade-1.4.0.13-1.4.0.14.php CHANGED
@@ -19,8 +19,8 @@
19
  * needs please refer to http://www.magentocommerce.com for more information.
20
  *
21
  * @category Mage
22
- * @package Mage_Xmlconnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
19
  * needs please refer to http://www.magentocommerce.com for more information.
20
  *
21
  * @category Mage
22
+ * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/mysql4-install-1.4.0.8.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/mysql4-upgrade-1.4.0.10-1.4.0.11.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/mysql4-upgrade-1.4.0.11-1.4.0.12.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/mysql4-upgrade-1.4.0.12-1.4.0.13.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/mysql4-upgrade-1.4.0.13-1.4.0.14.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/mysql4-upgrade-1.4.0.8-1.4.0.9.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/mysql4-upgrade-1.4.0.9-1.4.0.10.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/mysql4-upgrade-1.5.9.9-1.6.0.0.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_XmlConnect
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/design/adminhtml/default/default/layout/xmlconnect.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category design
23
  * @package default_default
24
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
@@ -80,7 +80,7 @@
80
  <action method="addJs"><script>mage/adminhtml/browser.js</script></action>
81
  <action method="addJs"><script>prototype/window.js</script></action>
82
  <action method="addItem"><type>js_css</type><name>prototype/windows/themes/default.css</name></action>
83
- <action method="addItem"><type>js_css</type><name>prototype/windows/themes/magento.css</name></action>
84
  </reference>
85
  <reference name="content">
86
  <block type="xmlconnect/adminhtml_template_edit" name="template_edit"/>
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
  -->
80
  <action method="addJs"><script>mage/adminhtml/browser.js</script></action>
81
  <action method="addJs"><script>prototype/window.js</script></action>
82
  <action method="addItem"><type>js_css</type><name>prototype/windows/themes/default.css</name></action>
83
+ <action method="addCss"><name>lib/prototype/windows/themes/magento.css</name></action>
84
  </reference>
85
  <reference name="content">
86
  <block type="xmlconnect/adminhtml_template_edit" name="template_edit"/>
app/design/adminhtml/default/default/template/xmlconnect/edit/tab/design.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/xmlconnect/edit/tab/design/preview/catalog_android.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/xmlconnect/edit/tab/design/preview/catalog_hor_ipad.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/xmlconnect/edit/tab/design/preview/catalog_ipad.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/xmlconnect/edit/tab/design/preview/catalog_iphone.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/xmlconnect/edit/tab/design/preview/home_android.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/xmlconnect/edit/tab/design/preview/home_hor_ipad.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/xmlconnect/edit/tab/design/preview/home_ipad.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/xmlconnect/edit/tab/design/preview/home_iphone.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/xmlconnect/edit/tab/design/preview/productinfo_iphone.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/xmlconnect/edit/tab/design/preview/tab_items_android.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/xmlconnect/edit/tab/design/preview/tab_items_ipad.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/xmlconnect/edit/tab/design/preview/tab_items_iphone.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/xmlconnect/edit/tab/design/preview_android.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2010 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
  <div id="XmlconnectThemePreview"></div>
31
 
32
  <div class="mm-box-blue a-center" style="width:285px;">
33
- <button type="button" class="scalable" onclick="updatePreview()"><span><?php echo $this->__('Update Preview');?></span></button>
34
  <p><br />To preview the newly uploaded images, please save your application first.</p>
35
  </div>
36
  <div class="mm-pager">
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2012 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
  <div id="XmlconnectThemePreview"></div>
31
 
32
  <div class="mm-box-blue a-center" style="width:285px;">
33
+ <button type="button" class="scalable" onclick="updatePreview()"><span><span><span><?php echo $this->__('Update Preview');?></span></span></span></button>
34
  <p><br />To preview the newly uploaded images, please save your application first.</p>
35
  </div>
36
  <div class="mm-pager">
app/design/adminhtml/default/default/template/xmlconnect/edit/tab/design/preview_ipad.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
@@ -39,8 +39,8 @@
39
  <div id="XmlconnectThemePreview" class="ipad-portrait"></div>
40
 
41
  <div id="ipad-tab-orientation" class="mm-box-blue a-center ipad-tab-portrait">
42
- <button type="button" class="scalable" onclick="updatePreview()"><span><?php echo $this->__('Update Preview');?></span></button>
43
- <button type="button" class="scalable" onclick="changeOrientation()"><span><?php echo $this->__('Change Orientation');?></span></button>
44
  <p><br />To preview the newly uploaded images, please save your application first.</p>
45
  </div>
46
  <div class="mm-pager" style="padding-left:60px;">
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
39
  <div id="XmlconnectThemePreview" class="ipad-portrait"></div>
40
 
41
  <div id="ipad-tab-orientation" class="mm-box-blue a-center ipad-tab-portrait">
42
+ <button type="button" class="scalable" onclick="updatePreview()"><span><span><span><?php echo $this->__('Update Preview');?></span></span></span></button>
43
+ <button type="button" class="scalable" onclick="changeOrientation()"><span><span><span><?php echo $this->__('Change Orientation');?></span></span></span></button>
44
  <p><br />To preview the newly uploaded images, please save your application first.</p>
45
  </div>
46
  <div class="mm-pager" style="padding-left:60px;">
app/design/adminhtml/default/default/template/xmlconnect/edit/tab/design/preview_iphone.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2010 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
  <div id="XmlconnectThemePreview"></div>
31
 
32
  <div class="mm-box-blue a-center" style="width:285px;">
33
- <button type="button" class="scalable" onclick="updatePreview()"><span><?php echo $this->__('Update Preview');?></span></button>
34
  <p><br />To preview the newly uploaded images, please save your application first.</p>
35
  </div>
36
  <div class="mm-pager">
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2012 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
  <div id="XmlconnectThemePreview"></div>
31
 
32
  <div class="mm-box-blue a-center" style="width:285px;">
33
+ <button type="button" class="scalable" onclick="updatePreview()"><span><span><span><?php echo $this->__('Update Preview');?></span></span></span></button>
34
  <p><br />To preview the newly uploaded images, please save your application first.</p>
35
  </div>
36
  <div class="mm-pager">
app/design/adminhtml/default/default/template/xmlconnect/form/element/addrow.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2010 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,8 +58,8 @@ function getTdValueInnerHtml() {
58
  * @return string
59
  */
60
  function getTdButtonInnerHtml(id) {
61
- return '<button id="'+id+'" class=" scalable save onclick_button" value="&minus;">'
62
- +'<span><?php echo $this->__('Delete'); ?></span></button>';
63
  }
64
 
65
  /**
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2012 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
  * @return string
59
  */
60
  function getTdButtonInnerHtml(id) {
61
+ return '<button id="'+id+'" class="scalable save onclick_button" value="&minus;">'
62
+ +'<span><span><span><?php echo $this->__('Delete'); ?></span></span></span></button>';
63
  }
64
 
65
  /**
app/design/adminhtml/default/default/template/xmlconnect/form/element/app_tabs_android.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/xmlconnect/form/element/app_tabs_ipad.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/xmlconnect/form/element/app_tabs_iphone.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/xmlconnect/form/element/country/androidmarket.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/xmlconnect/form/element/country/istore.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/xmlconnect/form/element/themes.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
@@ -500,10 +500,10 @@ function deleteTheme() {
500
 
501
  <div class="form-buttons" style="float:right">
502
  <button type="button" class="scalable" id="save_theme" onclick="saveTheme();">
503
- <span><?php echo $this->__('Save Theme'); ?></span>
504
  </button>
505
  <button type="button" class="scalable" id="save_as_theme_init">
506
- <span><?php echo $this->__('Save As'); ?></span>
507
  </button>
508
  </div>
509
 
@@ -516,10 +516,10 @@ function deleteTheme() {
516
  <input id="input_save_as" type="text" class="input-text" name="input_save_as" autocomplete="off" value="" />
517
  <div class="validation-advice" id="advice-required-theme-name" style="display:none;"><?php echo $this->__('Theme label can\'t be empty'); ?></div>
518
  <button type="button" class="scalable save" id="save_as_theme">
519
- <span><?php echo $this->__('Save'); ?></span>
520
  </button>
521
  <button type="button" class="scalable" id="save_as_theme_cancel">
522
- <span><?php echo $this->__('Cancel'); ?></span>
523
  </button>
524
  </div>
525
  </div>
@@ -601,11 +601,11 @@ $id2observe = array();
601
  <div class="reset-theme">
602
 
603
  <button id="reset_theme" type="button" class="scalable">
604
- <span><?php echo $this->__('Reset theme to default'); ?></span>
605
  </button>
606
 
607
  <button id="delete_theme" type="button" class="scalable delete">
608
- <span><?php echo $this->__('Delete theme'); ?></span>
609
  </button>
610
 
611
  <div id="reset_note" style="display:none;"><?php echo $this->__('Only default theme can be reset'); ?></div>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
500
 
501
  <div class="form-buttons" style="float:right">
502
  <button type="button" class="scalable" id="save_theme" onclick="saveTheme();">
503
+ <span><span><span><?php echo $this->__('Save Theme'); ?></span></span></span>
504
  </button>
505
  <button type="button" class="scalable" id="save_as_theme_init">
506
+ <span><span><span><?php echo $this->__('Save As'); ?></span></span></span>
507
  </button>
508
  </div>
509
 
516
  <input id="input_save_as" type="text" class="input-text" name="input_save_as" autocomplete="off" value="" />
517
  <div class="validation-advice" id="advice-required-theme-name" style="display:none;"><?php echo $this->__('Theme label can\'t be empty'); ?></div>
518
  <button type="button" class="scalable save" id="save_as_theme">
519
+ <span><span><span><?php echo $this->__('Save'); ?></span></span></span>
520
  </button>
521
  <button type="button" class="scalable" id="save_as_theme_cancel">
522
+ <span><span><span><?php echo $this->__('Cancel'); ?></span></span></span>
523
  </button>
524
  </div>
525
  </div>
601
  <div class="reset-theme">
602
 
603
  <button id="reset_theme" type="button" class="scalable">
604
+ <span><span><span><?php echo $this->__('Reset theme to default'); ?></span></span></span>
605
  </button>
606
 
607
  <button id="delete_theme" type="button" class="scalable delete">
608
+ <span><span><span><?php echo $this->__('Delete theme'); ?></span></span></span>
609
  </button>
610
 
611
  <div id="reset_note" style="display:none;"><?php echo $this->__('Only default theme can be reset'); ?></div>
app/design/adminhtml/default/default/template/xmlconnect/mobile/notification_helper.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/xmlconnect/submission/app_icons_preview.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/xmlconnect/submission/container.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/adminhtml/default/default/template/xmlconnect/template/preview.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package default_default
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
20
  *
21
  * @category design
22
  * @package default_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/design/frontend/base/default/layout/xmlconnect.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category design
23
  * @package base_default
24
- * @copyright Copyright (c) 2010 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 base_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
  -->
app/design/frontend/base/default/template/xmlconnect/pbridge/result.phtml CHANGED
@@ -19,8 +19,8 @@
19
  * needs please refer to http://www.magentocommerce.com for more information.
20
  *
21
  * @category design
22
- * @package default_default
23
- * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
19
  * needs please refer to http://www.magentocommerce.com for more information.
20
  *
21
  * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
app/etc/modules/Mage_XmlConnect.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category Mage
23
  * @package Mage_XmlConnect
24
- * @copyright Copyright (c) 2010 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 Mage
23
  * @package Mage_XmlConnect
24
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
app/locale/en_US/Mage_XmlConnect.csv CHANGED
@@ -1,19 +1,34 @@
1
  " But cart has some errors."," But cart has some errors."
 
 
 
 
 
2
  "%1$s has been added to your wishlist.","%1$s has been added to your wishlist."
3
  "%1$s incl tax.","%1$s incl tax."
 
 
 
 
4
  "%s has been added to your cart.","%s has been added to your cart."
 
 
5
  "10:40 AM","10:40 AM"
6
  "80px x 80px","80px x 80px"
 
 
7
  "A Catalog Only App will not support functions such as add to cart, add to wishlist, or login.","A Catalog Only App will not support functions such as add to cart, add to wishlist, or login."
8
  "A new password has been sent.","A new password has been sent."
9
  "Account","Account"
10
  "Account confirmation is required. Please check your email for the confirmation link.","Account confirmation is required. Please check your email for the confirmation link."
11
  "Account information has been saved.","Account information has been saved."
 
12
  "Activate","Activate"
13
  "Activate PayPal Checkout","Activate PayPal Checkout"
 
14
  "Activation Key","Activation Key"
15
  "Add App","Add App"
16
- "Add More Templates","Add More Templates"
17
  "Add Page","Add Page"
18
  "Add to Cart","Add to Cart"
19
  "Add to Wishlist","Add to Wishlist"
@@ -26,18 +41,37 @@
26
  "Address has been saved.","Address has been saved."
27
  "Administrative contact for this app and for app submission issues.","Administrative contact for this app and for app submission issues."
28
  "Advanced Settings","Advanced Settings"
 
 
 
 
 
 
 
 
29
  "An account with this email address already exists.","An account with this email address already exists."
30
  "An error occurred while adding item to wishlist.","An error occurred while adding item to wishlist."
31
  "An error occurred while deleting the address.","An error occurred while deleting the address."
 
32
  "An error occurred while loading category filters.","An error occurred while loading category filters."
 
33
  "An error occurred while processing your order. Please contact us or try again later.","An error occurred while processing your order. Please contact us or try again later."
34
  "An error occurred while processing your request.","An error occurred while processing your request."
35
  "An error occurred while removing item from wishlist.","An error occurred while removing item from wishlist."
36
  "An error occurred while removing items from wishlist.","An error occurred while removing items from wishlist."
 
 
 
37
  "App Background","App Background"
 
 
 
 
 
38
  "App Code","App Code"
39
  "App Information","App Information"
40
  "App Name","App Name"
 
41
  "App Submission History","App Submission History"
42
  "App Title","App Title"
43
  "App code required.","App code required."
@@ -47,21 +81,56 @@
47
  "App has been submitted.","App has been submitted."
48
  "App model not loaded.","App model not loaded."
49
  "App with specified code does not exist.","App with specified code does not exist."
50
- "Appears in the info section of your app (example: Copyright 2010 – Your Company, Inc.)","Appears in the info section of your app (example: Copyright 2010 – Your Company, Inc.)"
51
- "Apply Theme","Apply Theme"
 
 
 
 
 
 
 
 
 
 
 
 
52
  "Authentication complete.","Authentication complete."
53
  "Back","Back"
54
  "Back to App Edit","Back to App Edit"
55
  "Background Color","Background Color"
 
 
 
56
  "Banner on Home Screen","Banner on Home Screen"
 
 
 
 
 
 
57
  "Billing address has been set.","Billing address has been set."
58
  "Buy %1$s for %2$s","Buy %1$s for %2$s"
59
  "Buy %1$s for %2$s (%3$s incl. tax) each","Buy %1$s for %2$s (%3$s incl. tax) each"
60
  "Buy %1$s for %2$s each","Buy %1$s for %2$s each"
 
 
 
 
61
  "Can\'t add item to shopping cart.","Can\'t add item to shopping cart."
62
  "Can\'t apply the coupon code.","Can\'t apply the coupon code."
 
63
  "Can\'t create wishlist.","Can\'t create wishlist."
 
 
 
 
 
 
 
 
64
  "Can\'t open submission form.","Can\'t open submission form."
 
65
  "Can\'t remove the item.","Can\'t remove the item."
66
  "Can\'t reset theme.","Can\'t reset theme."
67
  "Can\'t save address.","Can\'t save address."
@@ -72,8 +141,13 @@
72
  "Can\'t submit application.","Can\'t submit application."
73
  "Can\'t update cart.","Can\'t update cart."
74
  "Can\'t write to file ""%s"".","Can\'t write to file ""%s""."
75
- "Can\t copy file ""%s"" to ""%s"".","Can\t copy file ""%s"" to ""%s""."
 
 
 
76
  "Cannot load theme ""%s"".","Cannot load theme ""%s""."
 
 
77
  "Cannot save theme ""%s"". Incorrect data received","Cannot save theme ""%s"". Incorrect data received"
78
  "Card Verification Number","Card Verification Number"
79
  "Card verification number is wrong","Card verification number is wrong"
@@ -82,82 +156,154 @@
82
  "Cart has been updated.","Cart has been updated."
83
  "Cart has some errors.","Cart has some errors."
84
  "Cart is empty.","Cart is empty."
85
- "Cart line items are not eligible for exporting to PayPal API","Cart line items are not eligible for exporting to PayPal API"
86
  "Catalog Only App?","Catalog Only App?"
87
  "Category Button Color","Category Button Color"
88
  "Category Item Background Color","Category Item Background Color"
 
 
89
  "Change Password","Change Password"
 
90
  "Checkout has been initialized.","Checkout has been initialized."
91
  "City","City"
92
- "Code","Code"
93
  "Color Themes","Color Themes"
94
  "Colors","Colors"
95
  "Company","Company"
 
96
  "Confirm New Password","Confirm New Password"
97
  "Confirm Password","Confirm Password"
98
  "Contact Email","Contact Email"
99
  "Contact Information","Contact Information"
 
100
  "Content","Content"
101
  "Copyright","Copyright"
102
  "Copyright Page Logo","Copyright Page Logo"
 
 
103
  "Country","Country"
 
104
  "Coupon code %s is not valid.","Coupon code %s is not valid."
105
  "Coupon code %s was applied.","Coupon code %s was applied."
106
  "Coupon code is empty.","Coupon code is empty."
107
  "Coupon code was canceled.","Coupon code was canceled."
 
 
 
108
  "Credit Card Number","Credit Card Number"
109
  "Credit Card Type","Credit Card Type"
110
  "Credit card number does not match credit card type.","Credit card number does not match credit card type."
 
111
  "Current Password","Current Password"
 
112
  "Custom App Icon","Custom App Icon"
 
113
  "Custom Colors","Custom Colors"
114
  "Customer authentication problem.","Customer authentication problem."
 
 
115
  "Customer email not specified.","Customer email not specified."
116
  "Customer logout problem.","Customer logout problem."
117
  "Customer not logged in.","Customer not logged in."
 
 
 
118
  "Date Submitted","Date Submitted"
 
 
 
119
  "Default Billing Address","Default Billing Address"
120
  "Default Shipping Address","Default Shipping Address"
121
  "Default Theme","Default Theme"
122
  "Delete","Delete"
 
 
123
  "Description","Description"
124
- "Description that appears in the iTunes App Store. 4000 chars maximum. ","Description that appears in the iTunes App Store. 4000 chars maximum. "
 
 
125
  "Design","Design"
126
  "Device","Device"
 
127
  "Device Type","Device Type"
128
- "Disallowed file type.","Disallowed file type."
 
 
 
 
 
129
  "Edit App ""%s""","Edit App ""%s"""
130
  "Edit Filter","Edit Filter"
 
 
131
  "Email","Email"
132
  "Email Address","Email Address"
 
 
 
 
 
133
  "Enable Standard Checkout","Enable Standard Checkout"
 
134
  "Error while processing file ""%s"".","Error while processing file ""%s""."
 
135
  "Error while uploading file ""%s"".","Error while uploading file ""%s""."
136
  "Error while uploading file ""%s"". Disallowed file type. Only ""jpg"", ""jpeg"", ""gif"", ""png"" are allowed.","Error while uploading file ""%s"". Disallowed file type. Only ""jpg"", ""jpeg"", ""gif"", ""png"" are allowed."
137
  "Error.","Error."
138
  "Expiration Date - Month","Expiration Date - Month"
139
  "Expiration Date - Year","Expiration Date - Year"
 
 
 
140
  "FILTERS APPLIED","FILTERS APPLIED"
 
 
141
  "Fax","Fax"
 
 
142
  "First Name","First Name"
 
 
 
143
  "Fonts","Fonts"
144
  "Free","Free"
145
  "Funk Leaf","Funk Leaf"
146
  "General","General"
147
  "Get Content from CMS Page","Get Content from CMS Page"
 
 
 
 
 
 
 
 
148
  "Grand Total (Excl. Tax)","Grand Total (Excl. Tax)"
149
  "Grand Total (Incl. Tax)","Grand Total (Incl. Tax)"
150
  "Guest","Guest"
151
  "Header Background Color","Header Background Color"
152
  "Header Font Color","Header Font Color"
 
153
  "Home","Home"
154
  "Hot Red","Hot Red"
 
 
 
 
 
 
155
  "Icon that will appear on the user’s phone after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple). Recommended size: 57px x 57px at 72 dpi.","Icon that will appear on the user’s phone after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple). Recommended size: 57px x 57px at 72 dpi."
156
  "Icons","Icons"
 
 
157
  "Image file was not found.","Image file was not found."
 
 
158
  "Image that appears on first screen while your app is loading. Required size: 320px x 460px.","Image that appears on first screen while your app is loading. Required size: 320px x 460px."
 
 
159
  "Images","Images"
 
160
  "In Stock","In Stock"
 
161
  "In order to resubmit your app, you need to first purchase a <a href=""%s"" target=""_blank"">%s</a> from MagentoCommerce","In order to resubmit your app, you need to first purchase a <a href=""%s"" target=""_blank"">%s</a> from MagentoCommerce"
162
  "In order to submit your app, you need to first purchase a <a href=""%s"" target=""_blank"">%s</a> from MagentoCommerce","In order to submit your app, you need to first purchase a <a href=""%s"" target=""_blank"">%s</a> from MagentoCommerce"
163
  "Inactive Tabs","Inactive Tabs"
@@ -181,59 +327,126 @@
181
  "Large iTunes Icon","Large iTunes Icon"
182
  "Large icon that appears in the iTunes App Store. You do not need to apply a gradient or soft edges (this is done automatically by Apple). Required size: 512px x 512px.","Large icon that appears in the iTunes App Store. You do not need to apply a gradient or soft edges (this is done automatically by Apple). Required size: 512px x 512px."
183
  "Last Name","Last Name"
 
 
 
184
  "Loader Splash Screen","Loader Splash Screen"
 
 
 
 
 
185
  "Log In","Log In"
186
  "Login and password are required.","Login and password are required."
187
  "Logo in Header","Logo in Header"
 
188
  "Logout complete.","Logout complete."
189
- "MEP is PayPal`s native checkout experience for the iPhone. You can choose to use MEP alongside standard checkout, or use it as your only checkout method for Magento mobile. PayPal MEP requires a <a href=""%s"">PayPal business account</a>","MEP is PayPal`s native checkout experience for the iPhone. You can choose to use MEP alongside standard checkout, or use it as your only checkout method for Magento mobile. PayPal MEP requires a <a href=""%s"">PayPal business account</a>"
 
 
 
190
  "Main Tabs","Main Tabs"
191
  "Make Inactive","Make Inactive"
192
  "Make this app available in the following territories","Make this app available in the following territories"
193
  "Manage Apps","Manage Apps"
194
  "Manage Mobile App","Manage Mobile App"
 
 
195
  "Merchant Label","Merchant Label"
196
- "Messages cannot be sent more than %d times in an hour.","Messages cannot be sent more than %d times in an hour."
 
 
 
 
 
 
 
197
  "Mobile","Mobile"
 
 
 
198
  "More","More"
199
  "More Info","More Info"
200
  "More Tabs","More Tabs"
201
  "Name on Card","Name on Card"
202
- "Name that appears beneath your app when users install it to their device. We recommend choosing a name that is 10-12 characters and that your customers will recognize.","Name that appears beneath your app when users install it to their device. We recommend choosing a name that is 10-12 characters and that your customers will recognize."
 
 
203
  "New App","New App"
204
  "New Password","New Password"
 
 
 
205
  "No items were specifed to update.","No items were specifed to update."
206
  "No items were updated.","No items were updated."
207
  "No product selected.","No product selected."
 
208
  "No such file ""%s"".","No such file ""%s""."
209
  "Not Submitted","Not Submitted"
210
- "One or more keywords that describe your app. Keywords are matched to users` searches in the App Store and help return accurate search results. Separate multiple keywords with commas. 100 chars is maximum.","One or more keywords that describe your app. Keywords are matched to users` searches in the App Store and help return accurate search results. Separate multiple keywords with commas. 100 chars is maximum."
 
211
  "Onepage checkout is disabled.","Onepage checkout is disabled."
 
 
212
  "Only free apps are allowed in this version.","Only free apps are allowed in this version."
 
 
 
 
 
 
 
 
213
  "POST data is not valid.","POST data is not valid."
214
  "Pages","Pages"
215
  "Password","Password"
216
  "Password fields cannot be empty.","Password fields cannot be empty."
 
 
217
  "PayPal Mobile Embedded Payment (MEP)","PayPal Mobile Embedded Payment (MEP)"
 
 
 
 
 
 
 
218
  "Payment Method has been set.","Payment Method has been set."
219
  "Payment Methods","Payment Methods"
220
  "Payment method was successfully set.","Payment method was successfully set."
 
 
 
221
  "Please Select Device Type","Please Select Device Type"
222
  "Please agree to all the terms and conditions before placing the order.","Please agree to all the terms and conditions before placing the order."
 
223
  "Please enter ""App Title"".","Please enter ""App Title""."
 
 
 
224
  "Please enter issue number or start date for switch/solo card type.","Please enter issue number or start date for switch/solo card type."
225
  "Please enter the Activation Key.","Please enter the Activation Key."
226
  "Please enter the Copyright.","Please enter the Copyright."
 
227
  "Please enter the Price.","Please enter the Price."
228
  "Please enter the Resubmission Key.","Please enter the Resubmission Key."
229
  "Please enter the Title.","Please enter the Title."
230
  "Please make sure your passwords match.","Please make sure your passwords match."
 
231
  "Please select at least one country.","Please select at least one country."
 
 
232
  "Please upload an image for ""App Background"" field from Design Tab.","Please upload an image for ""App Background"" field from Design Tab."
 
 
233
  "Please upload an image for ""Banner on Home Screen"" field from Design Tab.","Please upload an image for ""Banner on Home Screen"" field from Design Tab."
234
  "Please upload an image for ""Logo in Header"" field from Design Tab.","Please upload an image for ""Logo in Header"" field from Design Tab."
235
- "Popularity","Popularity"
 
 
 
236
  "Preset Theme","Preset Theme"
 
237
  "Price","Price"
238
  "Price Font Color","Price Font Color"
239
  "Primary Color","Primary Color"
@@ -246,19 +459,38 @@
246
  "Product was not specified.","Product was not specified."
247
  "Product(s) currently out of stock.","Product(s) currently out of stock."
248
  "Purchase Order Number","Purchase Order Number"
 
 
 
 
 
 
 
 
 
249
  "Quote instance is required.","Quote instance is required."
 
 
 
250
  "Recommended size 320px x 230px. Note: Image size affects the performance of your app. Keep your image size below 50 KB for optimal performance.","Recommended size 320px x 230px. Note: Image size affects the performance of your app. Keep your image size below 50 KB for optimal performance."
 
251
  "Recommended size 320px x 367px. Note: Image size affects the performance of your app. Keep your image size below 75 KB for optimal performance.","Recommended size 320px x 367px. Note: Image size affects the performance of your app. Keep your image size below 75 KB for optimal performance."
252
  "Recommended size 35px x 35px.","Recommended size 35px x 35px."
 
 
 
 
253
  "Regular and confirmation passwords must be equal","Regular and confirmation passwords must be equal"
254
  "Related Product Background Color","Related Product Background Color"
255
- "Reset","Reset"
256
- "Reset Successful","Reset Successful"
257
  "Resubmission Key","Resubmission Key"
258
  "Resubmit App","Resubmit App"
259
- "Reviews","Reviews"
 
260
  "SORT BY:","SORT BY:"
261
  "Save","Save"
 
262
  "Save Theme","Save Theme"
263
  "Save and Continue Edit","Save and Continue Edit"
264
  "Save and Submit App","Save and Submit App"
@@ -268,84 +500,175 @@
268
  "Search","Search"
269
  "Secondary Color","Secondary Color"
270
  "Secondary Font Color","Secondary Font Color"
271
- "Select Template","Select Template"
272
  "Selected product is unavailable.","Selected product is unavailable."
 
 
 
 
 
273
  "Shipping address has been set.","Shipping address has been set."
274
  "Shipping method has been set.","Shipping method has been set."
 
 
 
275
  "Shop","Shop"
276
  "Shopping cart is empty.","Shopping cart is empty."
277
  "Sky Blue","Sky Blue"
 
278
  "Some emails were not sent.","Some emails were not sent."
 
279
  "Sorry, no quotes are available for this order at this time.","Sorry, no quotes are available for this order at this time."
 
280
  "Specified address does not exist.","Specified address does not exist."
281
  "Specified invalid app code.","Specified invalid app code."
282
  "Specified invalid data.","Specified invalid data."
283
  "Specified item does not exist in wishlist.","Specified item does not exist in wishlist."
284
  "Standard Checkout","Standard Checkout"
285
  "Standard Checkout uses the checkout methods provided by Magento. Only inline payment methods are supported. (e.g PayPal Direct, Authorize.Net, etc.)","Standard Checkout uses the checkout methods provided by Magento. Only inline payment methods are supported. (e.g PayPal Direct, Authorize.Net, etc.)"
 
286
  "Start Date - Month","Start Date - Month"
287
  "Start Date - Year","Start Date - Year"
288
  "State/Province","State/Province"
289
  "Status","Status"
 
290
  "Store View","Store View"
291
  "Store logo that is displayed on copyright page of app. Preferred size: 100px x 100px.","Store logo that is displayed on copyright page of app. Preferred size: 100px x 100px."
 
292
  "Street Address","Street Address"
293
- "Street Address 2","Street Address 2"
294
  "Submission","Submission"
295
  "Submission Fields","Submission Fields"
296
  "Submission History","Submission History"
297
  "Submit App","Submit App"
298
  "Submit App ""%s""","Submit App ""%s"""
299
  "Submit App failure. %s","Submit App failure. %s"
 
300
  "Submitted","Submitted"
301
  "Subtotal (Excl. Tax)","Subtotal (Excl. Tax)"
302
  "Subtotal (Incl. Tax)","Subtotal (Incl. Tax)"
 
 
303
  "T-Shirts","T-Shirts"
304
  "Tabs","Tabs"
 
305
  "Telephone","Telephone"
306
  "Tell a Friend","Tell a Friend"
307
  "Tell a Friend is disabled.","Tell a Friend is disabled."
308
  "Tell a Friend link has been sent.","Tell a Friend link has been sent."
 
 
309
  "Template Name","Template Name"
 
 
 
 
 
310
  "Thank you for registering!","Thank you for registering!"
311
  "Thank you for your purchase! ","Thank you for your purchase! "
312
- "Theme has been saved.","Theme has been saved."
 
 
 
 
 
 
 
313
  "Theme name is not set.","Theme name is not set."
314
  "There were some problems with the data.","There were some problems with the data."
315
  "This email address was not found in our records.","This email address was not found in our records."
 
316
  "Title","Title"
 
317
  "To activate PayPal MEP payment method activate Express checkout first. ","To activate PayPal MEP payment method activate Express checkout first. "
 
318
  "Total incl. Tax: %1$s","Total incl. Tax: %1$s"
 
 
 
 
 
319
  "Unable to collect cart totals.","Unable to collect cart totals."
 
320
  "Unable to find an app to delete.","Unable to find an app to delete."
 
321
  "Unable to get shipping methods list.","Unable to get shipping methods list."
322
  "Unable to initialize MEP Checkout.","Unable to initialize MEP Checkout."
 
 
 
 
 
323
  "Unable to load application form.","Unable to load application form."
 
 
 
 
 
 
 
324
  "Unable to load product info.","Unable to load product info."
 
 
 
 
 
 
325
  "Unable to place the order.","Unable to place the order."
 
326
  "Unable to process preview.","Unable to process preview."
 
 
 
327
  "Unable to save app.","Unable to save app."
 
328
  "Unable to save shipping address.","Unable to save shipping address."
329
  "Unable to save shipping method.","Unable to save shipping method."
330
- "Unable to set payment method.","Unable to set payment method."
331
  "Unable to start MEP Checkout.","Unable to start MEP Checkout."
 
 
 
332
  "Unknown Error","Unknown Error"
333
  "Unknown Error.","Unknown Error."
 
 
334
  "Update Preview","Update Preview"
 
 
 
335
  "Use as my default billing address","Use as my default billing address"
336
  "Use as my default shipping address","Use as my default shipping address"
337
  "View Details","View Details"
338
  "View Gallery","View Gallery"
 
 
339
  "Wishlist has been cleared.","Wishlist has been cleared."
340
  "Wishlist has been updated.","Wishlist has been updated."
341
  "Wishlist has been updated. But there are accrued some errors while updating some items.","Wishlist has been updated. But there are accrued some errors while updating some items."
 
 
 
342
  "Wrong email format","Wrong email format"
 
343
  "Wrong theme format.","Wrong theme format."
 
 
344
  "You are already logged in.","You are already logged in."
 
 
345
  "You will receive an order confirmation email with details of your order and a link to track its progress.","You will receive an order confirmation email with details of your order and a link to track its progress."
 
346
  "Your order # is: %s. ","Your order # is: %s. "
 
347
  "Zip/Postal Code","Zip/Postal Code"
 
 
 
 
348
  "and","and"
349
  "each","each"
 
350
  "iPhone","iPhone"
351
  "save","save"
 
1
  " But cart has some errors."," But cart has some errors."
2
+ """Description"" is more than %d characters long","""Description"" is more than %d characters long"
3
+ """Title"" is more than %d characters long","""Title"" is more than %d characters long"
4
+ """id"" attribute is required for a ""%s"" field.","""id"" attribute is required for a ""%s"" field."
5
+ """line_count"" attribute is required for ""multiline"" element.","""line_count"" attribute is required for ""multiline"" element."
6
+ """message"" attribute is required for ""%s"" validator rule.","""message"" attribute is required for ""%s"" validator rule."
7
  "%1$s has been added to your wishlist.","%1$s has been added to your wishlist."
8
  "%1$s incl tax.","%1$s incl tax."
9
+ "%s API Key required.","%s API Key required."
10
+ "%s Application ID required.","%s Application ID required."
11
+ "%s Secret Key required.","%s Secret Key required."
12
+ "%s attribute is required.","%s attribute is required."
13
  "%s has been added to your cart.","%s has been added to your cart."
14
+ "(Includes more countries than those listed below. As the application owner, you are responsible for complying with country-specific laws related to the distribution or sale of your application into that country, including your home country.)","(Includes more countries than those listed below. As the application owner, you are responsible for complying with country-specific laws related to the distribution or sale of your application into that country, including your home country.)"
15
+ "*Subject to change","*Subject to change"
16
  "10:40 AM","10:40 AM"
17
  "80px x 80px","80px x 80px"
18
+ "80x80 px","80x80 px"
19
+ "<a href=""%s"" target=""_blank"">Login</a> to Urabn Airship.","<a href=""%s"" target=""_blank"">Login</a> to Urabn Airship."
20
  "A Catalog Only App will not support functions such as add to cart, add to wishlist, or login.","A Catalog Only App will not support functions such as add to cart, add to wishlist, or login."
21
  "A new password has been sent.","A new password has been sent."
22
  "Account","Account"
23
  "Account confirmation is required. Please check your email for the confirmation link.","Account confirmation is required. Please check your email for the confirmation link."
24
  "Account information has been saved.","Account information has been saved."
25
+ "Action","Action"
26
  "Activate","Activate"
27
  "Activate PayPal Checkout","Activate PayPal Checkout"
28
+ "Activate PayPal MECL","Activate PayPal MECL"
29
  "Activation Key","Activation Key"
30
  "Add App","Add App"
31
+ "Add New Template","Add New Template"
32
  "Add Page","Add Page"
33
  "Add to Cart","Add to Cart"
34
  "Add to Wishlist","Add to Wishlist"
41
  "Address has been saved.","Address has been saved."
42
  "Administrative contact for this app and for app submission issues.","Administrative contact for this app and for app submission issues."
43
  "Advanced Settings","Advanced Settings"
44
+ "After submitting the App to Magento, please contact <a href=""mailto:%1$s"">%1$s</a> to receive the Application Key, Application Secret and Application Master Secret.","After submitting the App to Magento, please contact <a href=""mailto:%1$s"">%1$s</a> to receive the Application Key, Application Secret and Application Master Secret."
45
+ "AirMail Message Queue","AirMail Message Queue"
46
+ "AirMail Messages Queue","AirMail Messages Queue"
47
+ "AirMail Template Preview","AirMail Template Preview"
48
+ "AirMail message","AirMail message"
49
+ "AirMail templates","AirMail templates"
50
+ "All Allowed Countries","All Allowed Countries"
51
+ "All locations","All locations"
52
  "An account with this email address already exists.","An account with this email address already exists."
53
  "An error occurred while adding item to wishlist.","An error occurred while adding item to wishlist."
54
  "An error occurred while deleting the address.","An error occurred while deleting the address."
55
+ "An error occurred while loading categories.","An error occurred while loading categories."
56
  "An error occurred while loading category filters.","An error occurred while loading category filters."
57
+ "An error occurred while loading wishlist.","An error occurred while loading wishlist."
58
  "An error occurred while processing your order. Please contact us or try again later.","An error occurred while processing your order. Please contact us or try again later."
59
  "An error occurred while processing your request.","An error occurred while processing your request."
60
  "An error occurred while removing item from wishlist.","An error occurred while removing item from wishlist."
61
  "An error occurred while removing items from wishlist.","An error occurred while removing items from wishlist."
62
+ "Analytics","Analytics"
63
+ "Android","Android"
64
+ "Android doesn\'t support AirMail message type.","Android doesn\'t support AirMail message type."
65
  "App Background","App Background"
66
+ "App Background (landscape mode).","App Background (landscape mode)."
67
+ "App Background (portrait mode).","App Background (portrait mode)."
68
+ "App Background <br />(landscape mode)","App Background <br />(landscape mode)"
69
+ "App Background <br />(portrait mode)","App Background <br />(portrait mode)"
70
+ "App Background image missing.","App Background image missing."
71
  "App Code","App Code"
72
  "App Information","App Information"
73
  "App Name","App Name"
74
+ "App Stores","App Stores"
75
  "App Submission History","App Submission History"
76
  "App Title","App Title"
77
  "App code required.","App code required."
81
  "App has been submitted.","App has been submitted."
82
  "App model not loaded.","App model not loaded."
83
  "App with specified code does not exist.","App with specified code does not exist."
84
+ "Appears in the info section of your app (example: Copyright 2010 – Your Company, Inc.)","Appears in the info section of your app (example: Copyright 2010 – Your Company, Inc.)"
85
+ "Application","Application"
86
+ "Application Key","Application Key"
87
+ "Application Master Secret","Application Master Secret"
88
+ "Application Name","Application Name"
89
+ "Application Secret","Application Secret"
90
+ "Are you sure you want to delete this theme? This change will affect all applications.","Are you sure you want to delete this theme? This change will affect all applications."
91
+ "Are you sure you want to do this?","Are you sure you want to do this?"
92
+ "Are you sure you whant to cancel a message?","Are you sure you whant to cancel a message?"
93
+ "Are you sure you whant to delete a message?","Are you sure you whant to delete a message?"
94
+ "Are you sure you what to cancel selected records?","Are you sure you what to cancel selected records?"
95
+ "Are you sure you what to delete selected records?","Are you sure you what to delete selected records?"
96
+ "As a Magento customer, Urban Airship is offering you unlimited Push Notifications and Rich Push for $100/year* along with a 60 day free trial.","As a Magento customer, Urban Airship is offering you unlimited Push Notifications and Rich Push for $100/year* along with a 60 day free trial."
97
+ "At last one application has to be created.","At last one application has to be created."
98
  "Authentication complete.","Authentication complete."
99
  "Back","Back"
100
  "Back to App Edit","Back to App Edit"
101
  "Background Color","Background Color"
102
+ "Balance","Balance"
103
+ "Balance Change","Balance Change"
104
+ "Balance History","Balance History"
105
  "Banner on Home Screen","Banner on Home Screen"
106
+ "Banner on Home Screen (landscape mode) image missing.","Banner on Home Screen (landscape mode) image missing."
107
+ "Banner on Home Screen (portrait mode) image missing.","Banner on Home Screen (portrait mode) image missing."
108
+ "Banner on Home Screen <br />(landscape mode)","Banner on Home Screen <br />(landscape mode)"
109
+ "Banner on Home Screen <br />(portrait mode)","Banner on Home Screen <br />(portrait mode)"
110
+ "Banner on Home Screen image missing.","Banner on Home Screen image missing."
111
+ "Billing Address","Billing Address"
112
  "Billing address has been set.","Billing address has been set."
113
  "Buy %1$s for %2$s","Buy %1$s for %2$s"
114
  "Buy %1$s for %2$s (%3$s incl. tax) each","Buy %1$s for %2$s (%3$s incl. tax) each"
115
  "Buy %1$s for %2$s each","Buy %1$s for %2$s each"
116
+ "Buy %1$s with %2$s discount each","Buy %1$s with %2$s discount each"
117
+ "Buyer country is not allowed by store.","Buyer country is not allowed by store."
118
+ "Cache Lifetime (seconds)","Cache Lifetime (seconds)"
119
+ "Cache Management","Cache Management"
120
  "Can\'t add item to shopping cart.","Can\'t add item to shopping cart."
121
  "Can\'t apply the coupon code.","Can\'t apply the coupon code."
122
+ "Can\'t copy file ""%s"" to ""%s"".","Can\'t copy file ""%s"" to ""%s""."
123
  "Can\'t create wishlist.","Can\'t create wishlist."
124
+ "Can\'t delete ""%s"" theme.","Can\'t delete ""%s"" theme."
125
+ "Can\'t load XML.","Can\'t load XML."
126
+ "Can\'t load application with id ""%s""","Can\'t load application with id ""%s"""
127
+ "Can\'t load cart info.","Can\'t load cart info."
128
+ "Can\'t load cart.","Can\'t load cart."
129
+ "Can\'t load customer form.","Can\'t load customer form."
130
+ "Can\'t load default themes.","Can\'t load default themes."
131
+ "Can\'t load selected theme. Please check your media folder permissions.","Can\'t load selected theme. Please check your media folder permissions."
132
  "Can\'t open submission form.","Can\'t open submission form."
133
+ "Can\'t read file ""%s"".","Can\'t read file ""%s""."
134
  "Can\'t remove the item.","Can\'t remove the item."
135
  "Can\'t reset theme.","Can\'t reset theme."
136
  "Can\'t save address.","Can\'t save address."
141
  "Can\'t submit application.","Can\'t submit application."
142
  "Can\'t update cart.","Can\'t update cart."
143
  "Can\'t write to file ""%s"".","Can\'t write to file ""%s""."
144
+ "Cancel","Cancel"
145
+ "Canceled","Canceled"
146
+ "Cancelled","Cancelled"
147
+ "Cannot apply gift card.","Cannot apply gift card."
148
  "Cannot load theme ""%s"".","Cannot load theme ""%s""."
149
+ "Cannot redeem Gift Card.","Cannot redeem Gift Card."
150
+ "Cannot remove gift card.","Cannot remove gift card."
151
  "Cannot save theme ""%s"". Incorrect data received","Cannot save theme ""%s"". Incorrect data received"
152
  "Card Verification Number","Card Verification Number"
153
  "Card verification number is wrong","Card verification number is wrong"
156
  "Cart has been updated.","Cart has been updated."
157
  "Cart has some errors.","Cart has some errors."
158
  "Cart is empty.","Cart is empty."
 
159
  "Catalog Only App?","Catalog Only App?"
160
  "Category Button Color","Category Button Color"
161
  "Category Item Background Color","Category Item Background Color"
162
+ "Chairs","Chairs"
163
+ "Change Orientation","Change Orientation"
164
  "Change Password","Change Password"
165
+ "Changes have been saved to theme.","Changes have been saved to theme."
166
  "Checkout has been initialized.","Checkout has been initialized."
167
  "City","City"
 
168
  "Color Themes","Color Themes"
169
  "Colors","Colors"
170
  "Company","Company"
171
+ "Completed","Completed"
172
  "Confirm New Password","Confirm New Password"
173
  "Confirm Password","Confirm Password"
174
  "Contact Email","Contact Email"
175
  "Contact Information","Contact Information"
176
+ "Container is not defined.","Container is not defined."
177
  "Content","Content"
178
  "Copyright","Copyright"
179
  "Copyright Page Logo","Copyright Page Logo"
180
+ "Copyright Page Logo <br />(iPhone 4 retina)","Copyright Page Logo <br />(iPhone 4 retina)"
181
+ "Countries Payment Applicable From","Countries Payment Applicable From"
182
  "Country","Country"
183
+ "Country options don\'t recognized for ""%s"".","Country options don\'t recognized for ""%s""."
184
  "Coupon code %s is not valid.","Coupon code %s is not valid."
185
  "Coupon code %s was applied.","Coupon code %s was applied."
186
  "Coupon code is empty.","Coupon code is empty."
187
  "Coupon code was canceled.","Coupon code was canceled."
188
+ "Creating a Template is allowed only for applications which have device type iPhone.","Creating a Template is allowed only for applications which have device type iPhone."
189
+ "Credit Card","Credit Card"
190
+ "Credit Card %s","Credit Card %s"
191
  "Credit Card Number","Credit Card Number"
192
  "Credit Card Type","Credit Card Type"
193
  "Credit card number does not match credit card type.","Credit card number does not match credit card type."
194
+ "Current Balance: %s","Current Balance: %s"
195
  "Current Password","Current Password"
196
+ "Currently, PayPal MEP is not available for the Android application","Currently, PayPal MEP is not available for the Android application"
197
  "Custom App Icon","Custom App Icon"
198
+ "Custom App Icon <br />(iPhone 4 retina)","Custom App Icon <br />(iPhone 4 retina)"
199
  "Custom Colors","Custom Colors"
200
  "Customer authentication problem.","Customer authentication problem."
201
+ "Customer balance available in enterprise version of Magento only.","Customer balance available in enterprise version of Magento only."
202
+ "Customer balance is disabled for current store","Customer balance is disabled for current store"
203
  "Customer email not specified.","Customer email not specified."
204
  "Customer logout problem.","Customer logout problem."
205
  "Customer not logged in.","Customer not logged in."
206
+ "DD","DD"
207
+ "Date","Date"
208
+ "Date Created","Date Created"
209
  "Date Submitted","Date Submitted"
210
+ "Date Updated","Date Updated"
211
+ "Day","Day"
212
+ "Deeper Messaging and Engagement with Rich Push.","Deeper Messaging and Engagement with Rich Push."
213
  "Default Billing Address","Default Billing Address"
214
  "Default Shipping Address","Default Shipping Address"
215
  "Default Theme","Default Theme"
216
  "Delete","Delete"
217
+ "Delete theme","Delete theme"
218
+ "Deleted","Deleted"
219
  "Description","Description"
220
+ "Description that appears in Android Market. %s chars maximum. ","Description that appears in Android Market. %s chars maximum. "
221
+ "Description that appears in the iTunes App Store. %s chars maximum. ","Description that appears in the iTunes App Store. %s chars maximum. "
222
+ "Deselect All","Deselect All"
223
  "Design","Design"
224
  "Device","Device"
225
+ "Device Information","Device Information"
226
  "Device Type","Device Type"
227
+ "Device doesn\'t recognized. Unable to load a template.","Device doesn\'t recognized. Unable to load a template."
228
+ "Device doesn\'t recognized: ""%s"". Unable to load a helper.","Device doesn\'t recognized: ""%s"". Unable to load a helper."
229
+ "Device doesn\'t recognized: ""%s"". Unable to load preview model.","Device doesn\'t recognized: ""%s"". Unable to load preview model."
230
+ "Edit","Edit"
231
+ "Edit AirMail Message","Edit AirMail Message"
232
+ "Edit AirMail Message Queue #%s","Edit AirMail Message Queue #%s"
233
  "Edit App ""%s""","Edit App ""%s"""
234
  "Edit Filter","Edit Filter"
235
+ "Edit Template ""%s""","Edit Template ""%s"""
236
+ "Element with id %s already exists","Element with id %s already exists"
237
  "Email","Email"
238
  "Email Address","Email Address"
239
+ "Enable AirMail Message Push notification","Enable AirMail Message Push notification"
240
+ "Enable Facebook","Enable Facebook"
241
+ "Enable Flurry Analytics","Enable Flurry Analytics"
242
+ "Enable Flurry Analytics for the merchant.","Enable Flurry Analytics for the merchant."
243
+ "Enable LinkedIn","Enable LinkedIn"
244
  "Enable Standard Checkout","Enable Standard Checkout"
245
+ "Enable Twitter","Enable Twitter"
246
  "Error while processing file ""%s"".","Error while processing file ""%s""."
247
+ "Error while reading data from Payment Bridge. Please, try again.","Error while reading data from Payment Bridge. Please, try again."
248
  "Error while uploading file ""%s"".","Error while uploading file ""%s""."
249
  "Error while uploading file ""%s"". Disallowed file type. Only ""jpg"", ""jpeg"", ""gif"", ""png"" are allowed.","Error while uploading file ""%s"". Disallowed file type. Only ""jpg"", ""jpeg"", ""gif"", ""png"" are allowed."
250
  "Error.","Error."
251
  "Expiration Date - Month","Expiration Date - Month"
252
  "Expiration Date - Year","Expiration Date - Year"
253
+ "Expires: %s","Expires: %s"
254
+ "Extend the life of your app with Urban Airship Push Notifications.","Extend the life of your app with Urban Airship Push Notifications."
255
+ "Extensions","Extensions"
256
  "FILTERS APPLIED","FILTERS APPLIED"
257
+ "Facebook API","Facebook API"
258
+ "Facebook Application ID","Facebook Application ID"
259
  "Fax","Fax"
260
+ "File can\'t be uploaded.","File can\'t be uploaded."
261
+ "File doesn\'t exist ""%s"".","File doesn\'t exist ""%s""."
262
  "First Name","First Name"
263
+ "Flurry API Code","Flurry API Code"
264
+ "Flurry Analytics","Flurry Analytics"
265
+ "Flurry Analytics Site","Flurry Analytics Site"
266
  "Fonts","Fonts"
267
  "Free","Free"
268
  "Funk Leaf","Funk Leaf"
269
  "General","General"
270
  "Get Content from CMS Page","Get Content from CMS Page"
271
+ "Gift Card ""%s"" was added.","Gift Card ""%s"" was added."
272
+ "Gift Card ""%s"" was redeemed.","Gift Card ""%s"" was redeemed."
273
+ "Gift Card ""%s"" was removed.","Gift Card ""%s"" was removed."
274
+ "Gift Card (%s)","Gift Card (%s)"
275
+ "Gift Card amount applied to order: %s","Gift Card amount applied to order: %s"
276
+ "Gift Card code is empty.","Gift Card code is empty."
277
+ "Gift Card: %s","Gift Card: %s"
278
+ "Gift card account available in enterprise version of Magento only.","Gift card account available in enterprise version of Magento only."
279
  "Grand Total (Excl. Tax)","Grand Total (Excl. Tax)"
280
  "Grand Total (Incl. Tax)","Grand Total (Incl. Tax)"
281
  "Guest","Guest"
282
  "Header Background Color","Header Background Color"
283
  "Header Font Color","Header Font Color"
284
+ "High Resolution Application Icon","High Resolution Application Icon"
285
  "Home","Home"
286
  "Hot Red","Hot Red"
287
+ "How do you rate this product?","How do you rate this product?"
288
+ "How to incorporate Urban Airship within your application:","How to incorporate Urban Airship within your application:"
289
+ "ID","ID"
290
+ "Icon that will appear on the user\'s device after they download your app. Recommended size: 48px x 48px.","Icon that will appear on the user\'s device after they download your app. Recommended size: 48px x 48px."
291
+ "Icon that will appear on the user\'s device after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple). Recommended size: 72px x 72px.","Icon that will appear on the user\'s device after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple). Recommended size: 72px x 72px."
292
+ "Icon that will appear on the user\'s phone after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple). Recommended size: 114px x 114px.","Icon that will appear on the user\'s phone after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple). Recommended size: 114px x 114px."
293
  "Icon that will appear on the user’s phone after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple). Recommended size: 57px x 57px at 72 dpi.","Icon that will appear on the user’s phone after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple). Recommended size: 57px x 57px at 72 dpi."
294
  "Icons","Icons"
295
+ "If leave this field empty, the message will be sent immediately","If leave this field empty, the message will be sent immediately"
296
+ "If you want to disable the cache on the application side, leave the field empty. Warning! When disabling cache, the application will take time to load each page.","If you want to disable the cache on the application side, leave the field empty. Warning! When disabling cache, the application will take time to load each page."
297
  "Image file was not found.","Image file was not found."
298
+ "Image that appears on first screen while your app is loading. Required size: 1024px x 768px.","Image that appears on first screen while your app is loading. Required size: 1024px x 768px."
299
+ "Image that appears on first screen while your app is loading. Required size: 320px x 455px.","Image that appears on first screen while your app is loading. Required size: 320px x 455px."
300
  "Image that appears on first screen while your app is loading. Required size: 320px x 460px.","Image that appears on first screen while your app is loading. Required size: 320px x 460px."
301
+ "Image that appears on first screen while your app is loading. Required size: 640px x 920px.","Image that appears on first screen while your app is loading. Required size: 640px x 920px."
302
+ "Image that appears on first screen while your app is loading. Required size: 768px x 1024px.","Image that appears on first screen while your app is loading. Required size: 768px x 1024px."
303
  "Images","Images"
304
+ "In Queue","In Queue"
305
  "In Stock","In Stock"
306
+ "In addition, click here to review Urban Airship\'s Terms of Service: <a href=""%s"" target=""_blank"">click here</a>.","In addition, click here to review Urban Airship\'s Terms of Service: <a href=""%s"" target=""_blank"">click here</a>."
307
  "In order to resubmit your app, you need to first purchase a <a href=""%s"" target=""_blank"">%s</a> from MagentoCommerce","In order to resubmit your app, you need to first purchase a <a href=""%s"" target=""_blank"">%s</a> from MagentoCommerce"
308
  "In order to submit your app, you need to first purchase a <a href=""%s"" target=""_blank"">%s</a> from MagentoCommerce","In order to submit your app, you need to first purchase a <a href=""%s"" target=""_blank"">%s</a> from MagentoCommerce"
309
  "Inactive Tabs","Inactive Tabs"
327
  "Large iTunes Icon","Large iTunes Icon"
328
  "Large icon that appears in the iTunes App Store. You do not need to apply a gradient or soft edges (this is done automatically by Apple). Required size: 512px x 512px.","Large icon that appears in the iTunes App Store. You do not need to apply a gradient or soft edges (this is done automatically by Apple). Required size: 512px x 512px."
329
  "Last Name","Last Name"
330
+ "LinkedIn API","LinkedIn API"
331
+ "LinkedIn API Key","LinkedIn API Key"
332
+ "LinkedIn Secret Key","LinkedIn Secret Key"
333
  "Loader Splash Screen","Loader Splash Screen"
334
+ "Loader Splash Screen <br />(iPhone 4 retina)","Loader Splash Screen <br />(iPhone 4 retina)"
335
+ "Loader Splash Screen <br />(landscape mode)","Loader Splash Screen <br />(landscape mode)"
336
+ "Loader Splash Screen <br />(portrait mode)","Loader Splash Screen <br />(portrait mode)"
337
+ "Loading Preview...","Loading Preview..."
338
+ "Locations","Locations"
339
  "Log In","Log In"
340
  "Login and password are required.","Login and password are required."
341
  "Logo in Header","Logo in Header"
342
+ "Logo in Header image missing.","Logo in Header image missing."
343
  "Logout complete.","Logout complete."
344
+ "M.I.","M.I."
345
+ "MEP is PayPal\'s native checkout experience for the iPhone. You can choose to use MEP alongside standard checkout, or use it as your only checkout method for Magento mobile. PayPal MEP requires a <a href=""%s"">PayPal business account</a>","MEP is PayPal\'s native checkout experience for the iPhone. You can choose to use MEP alongside standard checkout, or use it as your only checkout method for Magento mobile. PayPal MEP requires a <a href=""%s"">PayPal business account</a>"
346
+ "MM","MM"
347
+ "Mailbox title","Mailbox title"
348
  "Main Tabs","Main Tabs"
349
  "Make Inactive","Make Inactive"
350
  "Make this app available in the following territories","Make this app available in the following territories"
351
  "Manage Apps","Manage Apps"
352
  "Manage Mobile App","Manage Mobile App"
353
+ "Maximum length is 140","Maximum length is 140"
354
+ "Maximum length is 255","Maximum length is 255"
355
  "Merchant Label","Merchant Label"
356
+ "Message Queue","Message Queue"
357
+ "Message Settings","Message Settings"
358
+ "Message Templates","Message Templates"
359
+ "Message Title","Message Title"
360
+ "Message Type","Message Type"
361
+ "Message can be edited when status of the message is ""In Queue"" only.","Message can be edited when status of the message is ""In Queue"" only."
362
+ "Message content","Message content"
363
+ "Message title","Message title"
364
  "Mobile","Mobile"
365
+ "Mobile Express Checkout has been canceled.","Mobile Express Checkout has been canceled."
366
+ "Mobile Express Checkout processed successfully.","Mobile Express Checkout processed successfully."
367
+ "Month","Month"
368
  "More","More"
369
  "More Info","More Info"
370
  "More Tabs","More Tabs"
371
  "Name on Card","Name on Card"
372
+ "Name that appears beneath your app when users install it to their device. We recommend choosing a name that is 10-12 characters and that your customers will recognize. %s chars max.","Name that appears beneath your app when users install it to their device. We recommend choosing a name that is 10-12 characters and that your customers will recognize. %s chars max."
373
+ "New AirMail Message","New AirMail Message"
374
+ "New AirMail Message Queue","New AirMail Message Queue"
375
  "New App","New App"
376
  "New Password","New Password"
377
+ "New Template","New Template"
378
+ "Nickname","Nickname"
379
+ "No Payment Information Required","No Payment Information Required"
380
  "No items were specifed to update.","No items were specifed to update."
381
  "No items were updated.","No items were updated."
382
  "No product selected.","No product selected."
383
+ "No shipping method required.","No shipping method required."
384
  "No such file ""%s"".","No such file ""%s""."
385
  "Not Submitted","Not Submitted"
386
+ "Notice","Notice"
387
+ "One or more keywords that describe your app. Keywords are matched to users\' searches in the App Store and help return accurate search results. Separate multiple keywords with commas. 100 chars is maximum.","One or more keywords that describe your app. Keywords are matched to users\' searches in the App Store and help return accurate search results. Separate multiple keywords with commas. 100 chars is maximum."
388
  "Onepage checkout is disabled.","Onepage checkout is disabled."
389
+ "Only custom theme can be deleted","Only custom theme can be deleted"
390
+ "Only default theme can be reset","Only default theme can be reset"
391
  "Only free apps are allowed in this version.","Only free apps are allowed in this version."
392
+ "Only registered users can write reviews. Please, log in or register.","Only registered users can write reviews. Please, log in or register."
393
+ "Options menu items","Options menu items"
394
+ "Order #%s - %s","Order #%s - %s"
395
+ "Order Date: %s","Order Date: %s"
396
+ "Order id is not specified.","Order id is not specified."
397
+ "Order is not available.","Order is not available."
398
+ "Ordered","Ordered"
399
+ "Output format is not specified. Please, specify ""format"" key in constructor, or set it using setFormat().","Output format is not specified. Please, specify ""format"" key in constructor, or set it using setFormat()."
400
  "POST data is not valid.","POST data is not valid."
401
  "Pages","Pages"
402
  "Password","Password"
403
  "Password fields cannot be empty.","Password fields cannot be empty."
404
+ "PayPal MECL is the mobile version of PayPal\'s Express Checkout service. You can choose to use MECL alongside standard checkout, or use it as your only checkout method for Magento Mobile.","PayPal MECL is the mobile version of PayPal\'s Express Checkout service. You can choose to use MECL alongside standard checkout, or use it as your only checkout method for Magento Mobile."
405
+ "PayPal MEP","PayPal MEP"
406
  "PayPal Mobile Embedded Payment (MEP)","PayPal Mobile Embedded Payment (MEP)"
407
+ "PayPal Mobile Express Checkout","PayPal Mobile Express Checkout"
408
+ "PayPal Mobile Express Checkout Library (MECL)","PayPal Mobile Express Checkout Library (MECL)"
409
+ "PayPal Mobile Express Checkout Token does not exist.","PayPal Mobile Express Checkout Token does not exist."
410
+ "Payer Email: %s","Payer Email: %s"
411
+ "Payment Applicable From","Payment Applicable From"
412
+ "Payment Bridge module unavailable.","Payment Bridge module unavailable."
413
+ "Payment Method","Payment Method"
414
  "Payment Method has been set.","Payment Method has been set."
415
  "Payment Methods","Payment Methods"
416
  "Payment method was successfully set.","Payment method was successfully set."
417
+ "Paypal MEP doesn\'t support checkout with any discount.","Paypal MEP doesn\'t support checkout with any discount."
418
+ "Please <a href=""%s"" target=""_blank"">click here</a> to see how to setup and retrieve API credentials.","Please <a href=""%s"" target=""_blank"">click here</a> to see how to setup and retrieve API credentials."
419
+ "Please Select Application","Please Select Application"
420
  "Please Select Device Type","Please Select Device Type"
421
  "Please agree to all the terms and conditions before placing the order.","Please agree to all the terms and conditions before placing the order."
422
+ "Please create and save an application first.","Please create and save an application first."
423
  "Please enter ""App Title"".","Please enter ""App Title""."
424
+ "Please enter a valid URL. Protocol is required (http://, https:// or ftp://)","Please enter a valid URL. Protocol is required (http://, https:// or ftp://)"
425
+ "Please enter a valid date.","Please enter a valid date."
426
+ "Please enter a valid email address. For example johndoe@domain.com.","Please enter a valid email address. For example johndoe@domain.com."
427
  "Please enter issue number or start date for switch/solo card type.","Please enter issue number or start date for switch/solo card type."
428
  "Please enter the Activation Key.","Please enter the Activation Key."
429
  "Please enter the Copyright.","Please enter the Copyright."
430
+ "Please enter the Description.","Please enter the Description."
431
  "Please enter the Price.","Please enter the Price."
432
  "Please enter the Resubmission Key.","Please enter the Resubmission Key."
433
  "Please enter the Title.","Please enter the Title."
434
  "Please make sure your passwords match.","Please make sure your passwords match."
435
+ "Please select an option.","Please select an option."
436
  "Please select at least one country.","Please select at least one country."
437
+ "Please upload an image for ""App Background (landscape mode)"" field from Design Tab.","Please upload an image for ""App Background (landscape mode)"" field from Design Tab."
438
+ "Please upload an image for ""App Background (portrait mode)"" field from Design Tab.","Please upload an image for ""App Background (portrait mode)"" field from Design Tab."
439
  "Please upload an image for ""App Background"" field from Design Tab.","Please upload an image for ""App Background"" field from Design Tab."
440
+ "Please upload an image for ""Banner on Home Screen (landscape mode)"" field from Design Tab.","Please upload an image for ""Banner on Home Screen (landscape mode)"" field from Design Tab."
441
+ "Please upload an image for ""Banner on Home Screen (portrait mode)"" field from Design Tab.","Please upload an image for ""Banner on Home Screen (portrait mode)"" field from Design Tab."
442
  "Please upload an image for ""Banner on Home Screen"" field from Design Tab.","Please upload an image for ""Banner on Home Screen"" field from Design Tab."
443
  "Please upload an image for ""Logo in Header"" field from Design Tab.","Please upload an image for ""Logo in Header"" field from Design Tab."
444
+ "Please use letters only (a-z or A-Z) in this field.","Please use letters only (a-z or A-Z) in this field."
445
+ "Please use numbers only in this field. Please avoid spaces or other characters such as dots or commas.","Please use numbers only in this field. Please avoid spaces or other characters such as dots or commas."
446
+ "Please use only letters (a-z or A-Z) or numbers (0-9) only in this field. No spaces or other characters are allowed.","Please use only letters (a-z or A-Z) or numbers (0-9) only in this field. No spaces or other characters are allowed."
447
+ "Prefix","Prefix"
448
  "Preset Theme","Preset Theme"
449
+ "Preview","Preview"
450
  "Price","Price"
451
  "Price Font Color","Price Font Color"
452
  "Primary Color","Primary Color"
459
  "Product was not specified.","Product was not specified."
460
  "Product(s) currently out of stock.","Product(s) currently out of stock."
461
  "Purchase Order Number","Purchase Order Number"
462
+ "Push Notification","Push Notification"
463
+ "Push Notifications allow you to send messages directly to the people who have installed your app on their device. Send messages to your full audience even when your app is closed. Push Notifications are one of the best ways to keep your app active by delivering valuable content directly to your customers. Learn more about Push Notifications - <a href=""%1$s"" target=""_blank"">%1$s</a>","Push Notifications allow you to send messages directly to the people who have installed your app on their device. Send messages to your full audience even when your app is closed. Push Notifications are one of the best ways to keep your app active by delivering valuable content directly to your customers. Learn more about Push Notifications - <a href=""%1$s"" target=""_blank"">%1$s</a>"
464
+ "Push Title","Push Title"
465
+ "Push message","Push message"
466
+ "Push title","Push title"
467
+ "Queue Date","Queue Date"
468
+ "Queue Message","Queue Message"
469
+ "Queue does not exist.","Queue does not exist."
470
+ "Queue is allowed only for applications with enabled Push Notification.","Queue is allowed only for applications with enabled Push Notification."
471
  "Quote instance is required.","Quote instance is required."
472
+ "Recipient Information","Recipient Information"
473
+ "Recommended size 1024px x 344px. Note: Image size affects the performance of your app.","Recommended size 1024px x 344px. Note: Image size affects the performance of your app."
474
+ "Recommended size 1024px x 704px. Note: Image size affects the performance of your app.","Recommended size 1024px x 704px. Note: Image size affects the performance of your app."
475
  "Recommended size 320px x 230px. Note: Image size affects the performance of your app. Keep your image size below 50 KB for optimal performance.","Recommended size 320px x 230px. Note: Image size affects the performance of your app. Keep your image size below 50 KB for optimal performance."
476
+ "Recommended size 320px x 258px. Note: Image size affects the performance of your app. Keep your image size below 50 KB for optimal performance.","Recommended size 320px x 258px. Note: Image size affects the performance of your app. Keep your image size below 50 KB for optimal performance."
477
  "Recommended size 320px x 367px. Note: Image size affects the performance of your app. Keep your image size below 75 KB for optimal performance.","Recommended size 320px x 367px. Note: Image size affects the performance of your app. Keep your image size below 75 KB for optimal performance."
478
  "Recommended size 35px x 35px.","Recommended size 35px x 35px."
479
+ "Recommended size 768px x 294px. Note: Image size affects the performance of your app.","Recommended size 768px x 294px. Note: Image size affects the performance of your app."
480
+ "Recommended size 768px x 960px. Note: Image size affects the performance of your app.","Recommended size 768px x 960px. Note: Image size affects the performance of your app."
481
+ "Redemption functionality is disabled.","Redemption functionality is disabled."
482
+ "Refunded","Refunded"
483
  "Regular and confirmation passwords must be equal","Regular and confirmation passwords must be equal"
484
  "Related Product Background Color","Related Product Background Color"
485
+ "Request internal error.","Request internal error."
486
+ "Reset theme to default","Reset theme to default"
487
  "Resubmission Key","Resubmission Key"
488
  "Resubmit App","Resubmit App"
489
+ "Review","Review"
490
+ "Rich Push allows you to create and send engaging experiences by adding HTML and other rich media components to your push notifications. Moving beyond alerts and badge updates, Rich Push takes users into the app while displaying content in a customizable WebKit view. Create branded messages that engage your users with new content and information, all without having to update your app. Learn more about Rich Push - <a href=""%1$s"" target=""_blank"">%1$s</a>","Rich Push allows you to create and send engaging experiences by adding HTML and other rich media components to your push notifications. Moving beyond alerts and badge updates, Rich Push takes users into the app while displaying content in a customizable WebKit view. Create branded messages that engage your users with new content and information, all without having to update your app. Learn more about Rich Push - <a href=""%1$s"" target=""_blank"">%1$s</a>"
491
  "SORT BY:","SORT BY:"
492
  "Save","Save"
493
+ "Save As","Save As"
494
  "Save Theme","Save Theme"
495
  "Save and Continue Edit","Save and Continue Edit"
496
  "Save and Submit App","Save and Submit App"
500
  "Search","Search"
501
  "Secondary Color","Secondary Color"
502
  "Secondary Font Color","Secondary Font Color"
503
+ "Select All","Select All"
504
  "Selected product is unavailable.","Selected product is unavailable."
505
+ "Sender Information","Sender Information"
506
+ "Settings","Settings"
507
+ "Shipped","Shipped"
508
+ "Shipping Address","Shipping Address"
509
+ "Shipping Method","Shipping Method"
510
  "Shipping address has been set.","Shipping address has been set."
511
  "Shipping method has been set.","Shipping method has been set."
512
+ "Shipping method is required","Shipping method is required"
513
+ "Shipping method successfully updated","Shipping method successfully updated"
514
+ "Shipping to this address is not possible.","Shipping to this address is not possible."
515
  "Shop","Shop"
516
  "Shopping cart is empty.","Shopping cart is empty."
517
  "Sky Blue","Sky Blue"
518
+ "Social Networking","Social Networking"
519
  "Some emails were not sent.","Some emails were not sent."
520
+ "Sorry, no payment options are available for this order at this time.","Sorry, no payment options are available for this order at this time."
521
  "Sorry, no quotes are available for this order at this time.","Sorry, no quotes are available for this order at this time."
522
+ "Specific Countries","Specific Countries"
523
  "Specified address does not exist.","Specified address does not exist."
524
  "Specified invalid app code.","Specified invalid app code."
525
  "Specified invalid data.","Specified invalid data."
526
  "Specified item does not exist in wishlist.","Specified item does not exist in wishlist."
527
  "Standard Checkout","Standard Checkout"
528
  "Standard Checkout uses the checkout methods provided by Magento. Only inline payment methods are supported. (e.g PayPal Direct, Authorize.Net, etc.)","Standard Checkout uses the checkout methods provided by Magento. Only inline payment methods are supported. (e.g PayPal Direct, Authorize.Net, etc.)"
529
+ "Start Date","Start Date"
530
  "Start Date - Month","Start Date - Month"
531
  "Start Date - Year","Start Date - Year"
532
  "State/Province","State/Province"
533
  "Status","Status"
534
+ "Store Credit payment is not being used in your shopping cart.","Store Credit payment is not being used in your shopping cart."
535
  "Store View","Store View"
536
  "Store logo that is displayed on copyright page of app. Preferred size: 100px x 100px.","Store logo that is displayed on copyright page of app. Preferred size: 100px x 100px."
537
+ "Store logo that is displayed on copyright page of app. Preferred size: 200px x 200px.","Store logo that is displayed on copyright page of app. Preferred size: 200px x 200px."
538
  "Street Address","Street Address"
539
+ "Street Address %s","Street Address %s"
540
  "Submission","Submission"
541
  "Submission Fields","Submission Fields"
542
  "Submission History","Submission History"
543
  "Submit App","Submit App"
544
  "Submit App ""%s""","Submit App ""%s"""
545
  "Submit App failure. %s","Submit App failure. %s"
546
+ "Submit App failure. Invalid activation key provided","Submit App failure. Invalid activation key provided"
547
  "Submitted","Submitted"
548
  "Subtotal (Excl. Tax)","Subtotal (Excl. Tax)"
549
  "Subtotal (Incl. Tax)","Subtotal (Incl. Tax)"
550
+ "Suffix","Suffix"
551
+ "Summary of Your Review","Summary of Your Review"
552
  "T-Shirts","T-Shirts"
553
  "Tabs","Tabs"
554
+ "Tax","Tax"
555
  "Telephone","Telephone"
556
  "Tell a Friend","Tell a Friend"
557
  "Tell a Friend is disabled.","Tell a Friend is disabled."
558
  "Tell a Friend link has been sent.","Tell a Friend link has been sent."
559
+ "Template","Template"
560
+ "Template Content","Template Content"
561
  "Template Name","Template Name"
562
+ "Template does not exist.","Template does not exist."
563
+ "Template for new AirMail Message does not exist.","Template for new AirMail Message does not exist."
564
+ "Template has been deleted.","Template has been deleted."
565
+ "Text length does not satisfy specified max text range.","Text length does not satisfy specified max text range."
566
+ "Text length does not satisfy specified min text range.","Text length does not satisfy specified min text range."
567
  "Thank you for registering!","Thank you for registering!"
568
  "Thank you for your purchase! ","Thank you for your purchase! "
569
+ "The Mailbox title will be shown in the More Info tab. To understand more about the title, please <a target=""_blank"" href=""http://www.magentocommerce.com/img/product/mobile/helpers/mail_box_title.png"">click here</a>","The Mailbox title will be shown in the More Info tab. To understand more about the title, please <a target=""_blank"" href=""http://www.magentocommerce.com/img/product/mobile/helpers/mail_box_title.png"">click here</a>"
570
+ "The icon that appears in the Android Market. Recommended size: 512px x 512px. Maximum size: 1024 KB.","The icon that appears in the Android Market. Recommended size: 512px x 512px. Maximum size: 1024 KB."
571
+ "The store credit payment has been removed from shopping cart.","The store credit payment has been removed from shopping cart."
572
+ "Theme configurations are successfully reset.","Theme configurations are successfully reset."
573
+ "Theme has been created.","Theme has been created."
574
+ "Theme has been delete.","Theme has been delete."
575
+ "Theme label can\'t be empty","Theme label can\'t be empty"
576
+ "Theme label:","Theme label:"
577
  "Theme name is not set.","Theme name is not set."
578
  "There were some problems with the data.","There were some problems with the data."
579
  "This email address was not found in our records.","This email address was not found in our records."
580
+ "This is a required field.","This is a required field."
581
  "Title","Title"
582
+ "Title bar","Title bar"
583
  "To activate PayPal MEP payment method activate Express checkout first. ","To activate PayPal MEP payment method activate Express checkout first. "
584
+ "Token has not been set.","Token has not been set."
585
  "Total incl. Tax: %1$s","Total incl. Tax: %1$s"
586
+ "Twitter API","Twitter API"
587
+ "Twitter API Key","Twitter API Key"
588
+ "Twitter Secret Key","Twitter Secret Key"
589
+ "Unable to cancel Mobile Express Checkout.","Unable to cancel Mobile Express Checkout."
590
+ "Unable to cancel queue.","Unable to cancel queue."
591
  "Unable to collect cart totals.","Unable to collect cart totals."
592
+ "Unable to delete queue.","Unable to delete queue."
593
  "Unable to find an app to delete.","Unable to find an app to delete."
594
+ "Unable to find template to delete.","Unable to find template to delete."
595
  "Unable to get shipping methods list.","Unable to get shipping methods list."
596
  "Unable to initialize MEP Checkout.","Unable to initialize MEP Checkout."
597
+ "Unable to initialize PayPal Mobile Express Checkout.","Unable to initialize PayPal Mobile Express Checkout."
598
+ "Unable to initialize express checkout review.","Unable to initialize express checkout review."
599
+ "Unable to initialize express checkout shipping method list.","Unable to initialize express checkout shipping method list."
600
+ "Unable to initialize return action.","Unable to initialize return action."
601
+ "Unable to load addresses.","Unable to load addresses."
602
  "Unable to load application form.","Unable to load application form."
603
+ "Unable to load billing address form.","Unable to load billing address form."
604
+ "Unable to load billing address.","Unable to load billing address."
605
+ "Unable to load categories.","Unable to load categories."
606
+ "Unable to load checkout.","Unable to load checkout."
607
+ "Unable to load order list.","Unable to load order list."
608
+ "Unable to load order review.","Unable to load order review."
609
+ "Unable to load product gallery.","Unable to load product gallery."
610
  "Unable to load product info.","Unable to load product info."
611
+ "Unable to load product options.","Unable to load product options."
612
+ "Unable to load product review.","Unable to load product review."
613
+ "Unable to load product reviews.","Unable to load product reviews."
614
+ "Unable to load review form.","Unable to load review form."
615
+ "Unable to load search.","Unable to load search."
616
+ "Unable to load shipping address form.","Unable to load shipping address form."
617
  "Unable to place the order.","Unable to place the order."
618
+ "Unable to post the review.","Unable to post the review."
619
  "Unable to process preview.","Unable to process preview."
620
+ "Unable to render a gift card account.","Unable to render a gift card account."
621
+ "Unable to render an order.","Unable to render an order."
622
+ "Unable to render the store credits.","Unable to render the store credits."
623
  "Unable to save app.","Unable to save app."
624
+ "Unable to save message.","Unable to save message."
625
  "Unable to save shipping address.","Unable to save shipping address."
626
  "Unable to save shipping method.","Unable to save shipping method."
627
+ "Unable to save template.","Unable to save template."
628
  "Unable to start MEP Checkout.","Unable to start MEP Checkout."
629
+ "Unable to start Mobile Express Checkout.","Unable to start Mobile Express Checkout."
630
+ "Unable to update shipping method.","Unable to update shipping method."
631
+ "Undefined","Undefined"
632
  "Unknown Error","Unknown Error"
633
  "Unknown Error.","Unknown Error."
634
+ "Unsupported character in path: ""%s""","Unsupported character in path: ""%s"""
635
+ "Unsupported value type received","Unsupported value type received"
636
  "Update Preview","Update Preview"
637
+ "Upon receiving these credentials, please fill in the corresponding fields.","Upon receiving these credentials, please fill in the corresponding fields."
638
+ "Urban Airship Push Notification","Urban Airship Push Notification"
639
+ "Use Store Credit (%s available)","Use Store Credit (%s available)"
640
  "Use as my default billing address","Use as my default billing address"
641
  "Use as my default shipping address","Use as my default shipping address"
642
  "View Details","View Details"
643
  "View Gallery","View Gallery"
644
+ "Warning: All related AirMail messages will be deleted!","Warning: All related AirMail messages will be deleted!"
645
+ "Website is offline.","Website is offline."
646
  "Wishlist has been cleared.","Wishlist has been cleared."
647
  "Wishlist has been updated.","Wishlist has been updated."
648
  "Wishlist has been updated. But there are accrued some errors while updating some items.","Wishlist has been updated. But there are accrued some errors while updating some items."
649
+ "Wrong Ipad background image orientation has been specified: ""%s"".","Wrong Ipad background image orientation has been specified: ""%s""."
650
+ "Wrong PayPal Mobile Express Checkout Token specified.","Wrong PayPal Mobile Express Checkout Token specified."
651
+ "Wrong device type.","Wrong device type."
652
  "Wrong email format","Wrong email format"
653
+ "Wrong or expired Gift Card Code.","Wrong or expired Gift Card Code."
654
  "Wrong theme format.","Wrong theme format."
655
+ "YYYY","YYYY"
656
+ "Year","Year"
657
  "You are already logged in.","You are already logged in."
658
+ "You can watch statistics here.","You can watch statistics here."
659
+ "You need to enable PayPal Express Checkout first from the Payment configuration before enabling PayPal MECL.","You need to enable PayPal Express Checkout first from the Payment configuration before enabling PayPal MECL."
660
  "You will receive an order confirmation email with details of your order and a link to track its progress.","You will receive an order confirmation email with details of your order and a link to track its progress."
661
+ "Your current balance is:","Your current balance is:"
662
  "Your order # is: %s. ","Your order # is: %s. "
663
+ "Your review has been accepted for moderation.","Your review has been accepted for moderation."
664
  "Zip/Postal Code","Zip/Postal Code"
665
+ "\'%s\' exceeds the allowed file size: %d (bytes)","\'%s\' exceeds the allowed file size: %d (bytes)"
666
+ "\'%s\' height exceeds allowed value of %d px","\'%s\' height exceeds allowed value of %d px"
667
+ "\'%s\' is not a valid file extension. Allowed extensions: %s","\'%s\' is not a valid file extension. Allowed extensions: %s"
668
+ "\'%s\' width exceeds allowed value of %d px","\'%s\' width exceeds allowed value of %d px"
669
  "and","and"
670
  "each","each"
671
+ "iPad","iPad"
672
  "iPhone","iPhone"
673
  "save","save"
674
+ "ver. %s","ver. %s"
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Magento_Mobile</name>
4
- <version>1.7.0.0.22.1</version>
5
  <stability>stable</stability>
6
  <license>mixed</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Magento Mobile Xml Interface</summary>
10
  <description>An integration Magento with mobile applications (e.g. iPhone, Android, iPad)</description>
11
- <notes>1.7.0.0.22.1 version of package internal svn revision #121425</notes>
12
  <authors><author><name>Magento Core Team</name><user>core</user><email>core@magentocommerce.com</email></author></authors>
13
- <date>2012-06-15</date>
14
- <time>14:20:16</time>
15
- <contents><target name="magecore"><dir name="Mage"><dir name="XmlConnect"><dir><dir name="Block"><dir name="Adminhtml"><dir name="History"><file name="Grid.php" hash="6308d26ad2e05740eb6991e3257000bb"/></dir><file name="History.php" hash="d00a4acfccbd558e64ffe4eecb731d9a"/><dir name="Mobile"><dir name="Edit"><file name="Form.php" hash="9e9957b476bbd1fb3952c4e4b706b2df"/><file name="Submission.php" hash="029403d08204bd9f964adc98af0d435a"/><dir name="Tab"><file name="Cache.php" hash="607618d233c5dab9415475b4ad61bb59"/><file name="Content.php" hash="2e67d807374eecdafac94823cfdc63cb"/><dir name="Design"><dir name="Accordion"><file name="Images.php" hash="5229cee37fc9cc89dbd8f32b3a4434e6"/><file name="Tabs.php" hash="caf8302b277ea18303213d43764ed28e"/><file name="Themes.php" hash="9d6dec2260396ad8798202ee1ba6eddc"/></dir><file name="Accordion.php" hash="daf3ddb3a6c9229dad32279e4b691b1a"/><file name="Preview.php" hash="dd1c33fc43745d2158a29fe542233b44"/><file name="Themes.php" hash="6ae0e49f82cc094f5dd9315887f9e14d"/></dir><file name="Design.php" hash="f90d65ffa27e94916da616afc8e221f2"/><file name="Flurryanalytics.php" hash="89ad25f1adf60b1e4232ba29f7f5ad64"/><file name="General.php" hash="4bf60b4d629f4b9952998ae4070ab623"/><file name="Notification.php" hash="beae607b96d8b6f98cd7022185cc8bdd"/><file name="Payment.php" hash="0b7f6bd130dcab67f25f6e91450d2c65"/><file name="Settings.php" hash="82c672adcaafe6e795268fe86340925f"/><file name="Social.php" hash="995bb1c3f994ca89bc71d1d2aaadf0d7"/><dir name="Submission"><file name="History.php" hash="1bf1ca22e91880a17bd0020baecd4c8f"/></dir></dir><file name="Tabs.php" hash="0d72c2e64a1173c2992c7a8f3dbf11f8"/></dir><file name="Edit.php" hash="083bdaffece7d75a645fcaa25d4e6b8e"/><dir name="Form"><dir name="Element"><file name="Addrow.php" hash="71e222b534aa23880065618cda412260"/><file name="Color.php" hash="24c6b153ce8f2649b1a05477f4c3e7b8"/><file name="Country.php" hash="e063d0ee7e62be71380d4c7de6ddeaa4"/><file name="Datetime.php" hash="92cf9dfafa11da7d8ab75c9423925bd5"/><file name="Font.php" hash="dec4888c88e4c6dbbf76486267e38518"/><file name="Image.php" hash="cf494edb2cc4527d622a8091247d304a"/><file name="Page.php" hash="825acf20d00a34454c66a4c951452b69"/><file name="Tabs.php" hash="6115f3e6782e47c8949c55be4475bdd7"/><file name="Theme.php" hash="21fee731b3a652cf71f08abbff175c05"/></dir></dir><dir name="Grid"><dir name="Renderer"><file name="Bool.php" hash="f1baaf5e240ca3cc63a6da9935175790"/><file name="Type.php" hash="b6337cfe77db1a45ff431143055e405f"/></dir></dir><file name="Grid.php" hash="8ca26959087f2a12d5f9aa3bf1fc650b"/><dir name="Preview"><file name="Content.php" hash="771869a996b1630b8bba3293eae9d768"/><file name="Tabitems.php" hash="b9e66e1c2d30c70b353fcbbddabcd13a"/></dir><dir name="Submission"><file name="Form.php" hash="aa5991aeba94abc34a4818afb8b6cf8d"/><dir name="Renderer"><dir name="Country"><file name="Androidmarket.php" hash="cc5322cad4892b477d23ff8798ac885d"/><file name="Istore.php" hash="83f84cf61a3b2dab063773c57270c215"/></dir></dir><dir name="Tab"><dir name="Container"><file name="Submission.php" hash="94ec8a46ff9c9271c03df4850690ca89"/></dir><file name="Container.php" hash="bd10d3d94dbe4d422e84be6fe2c1ace6"/></dir><file name="Tabs.php" hash="030ddf84029b44dd6093fad755d4e7e9"/></dir><file name="Submission.php" hash="f15232c6891c6699dfc89b826b54c74d"/><dir name="Widget"><file name="Form.php" hash="2bd91c9af96eaf42d1484b263857772b"/></dir></dir><file name="Mobile.php" hash="8b65767102a85340128f9388a96b6cf2"/><dir name="Queue"><dir name="Edit"><file name="Form.php" hash="b19085649fc95114bb14f9e2770f84ce"/></dir><file name="Edit.php" hash="7b835f7247160ca048e28dffa976ce01"/><dir name="Grid"><dir name="Renderer"><file name="Action.php" hash="06c1c06834fad162e09badd802066148"/><file name="Application.php" hash="c563b1f5d6cb4fff511bc6cbfdcebe7c"/><file name="Id.php" hash="5a3bd6f7130ff4354884635d1246452c"/><file name="Msgtitle.php" hash="4d89f7f6a6252260f61b673c6cac1e34"/><file name="Pushtitle.php" hash="c411360431127611c84da7690b5c48c2"/><file name="Status.php" hash="78c46092eb556a263dfca7d5bc4941db"/><file name="Template.php" hash="a36ed9dcdc7f3f331452cee2bb508482"/></dir></dir><file name="Grid.php" hash="c21e2f659fae94041dd85f2cf8311440"/></dir><file name="Queue.php" hash="e13f7f2fa44867d5580b7d0e38542bae"/><dir name="Template"><dir name="Edit"><file name="Form.php" hash="d8376335dfd08945ed420d358d55c718"/></dir><file name="Edit.php" hash="3a9d98efc35de2dcd2873b3e8c85c669"/><dir name="Grid"><dir name="Renderer"><file name="Application.php" hash="95ae4bd5b89f3892a5c5ad56c3bdb01a"/><file name="Name.php" hash="19d2a32db0812cde722596ba77da7d4a"/></dir></dir><file name="Grid.php" hash="86953da0489ccb85af67d65ae90c1914"/><dir name="Preview"><file name="Form.php" hash="1e374a00f79d85e3f14c7342577dcef7"/></dir><file name="Preview.php" hash="891acec6c53c94b2f2dbc892c9fb80dc"/></dir><file name="Template.php" hash="2a577c9a452528e44f69b730cef9f9a1"/></dir><dir name="Cart"><file name="Crosssell.php" hash="cac5b576fbcd5a63939a489fe18ace18"/><file name="Info.php" hash="fd227e03835a46895163bda3d5f2d957"/><dir name="Item"><dir name="Renderer"><file name="Configurable.php" hash="4cd9ea96f9d65dd832cc457cf66af8df"/><file name="Grouped.php" hash="46290fe4e7338f0640022f591f0dfb25"/></dir><file name="Renderer.php" hash="51ec2a5cca0555f176896b6fbd190a0a"/></dir><dir name="Paypal"><dir name="Mecl"><file name="Details.php" hash="0d51b2e7ba7db3f59e35177ceda93b4b"/><file name="Review.php" hash="4248999c6f9365485a7dd70f50a6d397"/><file name="Shippingmethods.php" hash="341086f8de7e34ca0daddf366e328c1c"/></dir><dir name="Mep"><file name="Totals.php" hash="93443d605d376447177cdb541561801f"/></dir></dir><file name="Totals.php" hash="85618be93e74263e8dc3bf7af4f88b1f"/></dir><file name="Cart.php" hash="2e7f2c5d8882d6fff434591377a0a185"/><dir name="Catalog"><dir name="Category"><file name="Info.php" hash="9dd1d0109dd30edb081e8102c0edc0ab"/></dir><file name="Category.php" hash="d7b72224fcd7d12dfdac5328637cdfa6"/><file name="Filters.php" hash="7b127377b15ab68802f8a923fe12457f"/><dir name="Product"><file name="Attributes.php" hash="c7c402bdc9dd92c7638e2bde8e457e27"/><file name="Gallery.php" hash="ab473c894636e20bb2316f592c8b03ac"/><file name="List.php" hash="ee6888e02e82b1558d1bd6eeec764d88"/><dir name="Options"><file name="Bundle.php" hash="444e284a6817caca17f224d69d717568"/><file name="Configurable.php" hash="374f3a24529d09aca806d78c2ec900b1"/><file name="Giftcard.php" hash="83cb56ff4b9158489c321a79061e4754"/><file name="Grouped.php" hash="6d154aa3e2bb5d804c7a174b63da7ddd"/><file name="Simple.php" hash="848290eb597b773baf7232dbd3a06d5c"/><file name="Virtual.php" hash="4748e41479698b19e9532226707394cd"/></dir><file name="Options.php" hash="1d93727beb71508dc76de0574007200a"/><dir name="Price"><file name="Bundle.php" hash="e85ea1191bffc6baaa93f063cf882d0e"/><file name="Default.php" hash="110ebd7cbd008ee6a5c05c7790237a3c"/><file name="Giftcard.php" hash="4f6fefdda02ccc0dddbfe2cf56d12ee8"/></dir><file name="Price.php" hash="0d2a385ad233ddc0d8396b5ca518c1f7"/><file name="Related.php" hash="fb814245fdbffc47647be133f67351f9"/><dir name="Review"><file name="List.php" hash="69da6bc8d8b7f24a789b68f579d467d9"/></dir><file name="Review.php" hash="0e55734f9e238366bac7f0afb5b87086"/></dir><file name="Product.php" hash="8d6746dbc28c14c987923cad5fefdc32"/><dir name="Search"><file name="Suggest.php" hash="694a443827045d13f36faf1ccd5a209f"/></dir><file name="Search.php" hash="5257d8e0f5bf7d0ad6587e3cf419811b"/></dir><file name="Catalog.php" hash="afcbc956ff73bc85bc4611e0c500e23e"/><dir name="Checkout"><dir name="Address"><file name="Billing.php" hash="a2689122a497d47fe6ecba7b08394115"/><file name="Form.php" hash="94511f6d88221175b2ec13b7ef6b3ce4"/><file name="Shipping.php" hash="4ea2e1b74eea75c067402e874698284f"/></dir><file name="Agreements.php" hash="9d24bd41e1b1d444ef7baa6e57735102"/><dir name="Order"><dir name="Review"><file name="Info.php" hash="499f4f3ddf8e44d1cfc0df76abe176e9"/></dir><file name="Review.php" hash="8ff677073d7ed80c5b3a614f081525c3"/></dir><dir name="Payment"><dir name="Method"><file name="Authorizenet.php" hash="b5759b2cc22e8a3af770d30ab2a5e4a5"/><file name="Ccsave.php" hash="390cf89e313fe26c3c2b233f8e05a5b6"/><file name="Checkmo.php" hash="58f6daa861715458e1cfcb78367c9058"/><dir name="Info"><file name="Authorizenet.php" hash="e49ef865c9f3b91d6ad8c49520e4730c"/><file name="Ccsave.php" hash="402de4bc500ec54bcba710ff056d7466"/><file name="Checkmo.php" hash="b867d702932f0cc5b967e013ae11849a"/><file name="Free.php" hash="034edad300ff336fd44e38eeef1603b5"/><dir name="Paypal"><file name="Abstract.php" hash="cd63d870f51754c4f5a0a60fc08426e0"/><file name="Express.php" hash="39ca54d07363a21ebf229aaebec3b43b"/><file name="Mecl.php" hash="b9b729c007d612130a18f5dc7ba86ffc"/></dir><dir name="Pbridge"><file name="Authorizenet.php" hash="cf5211dedc06d6b04846afbb4b4d4d63"/><dir name="Paypal"><file name="Direct.php" hash="11e9b36e36405e189d1c06fec7636c1f"/></dir><dir name="Paypaluk"><file name="Direct.php" hash="c38fcd3cd36895aa497f1219a6dec898"/></dir><file name="Verisign.php" hash="e434a4cd17e0e1b54d90472b02cfde3c"/></dir><file name="Purchaseorder.php" hash="70cc06eaeda3046c298377763b657524"/></dir><file name="List.php" hash="4d9beec40811559a658a124d242c8b19"/><dir name="Paypal"><file name="Direct.php" hash="05c0d9c1b3d8f57517b884840df0e3bb"/><file name="Payflow.php" hash="6cb58928782e3216e6f497cb26d2cd15"/></dir><dir name="Pbridge"><file name="Abstract.php" hash="dbb02cdcb87999369b4a1943b6bc937b"/><file name="Authorizenet.php" hash="162304f1a2fcfb2bc9c92dc237609c7e"/><file name="Paypal.php" hash="696dc7a3f6c2ae3dbfeed07d202950b8"/><file name="Paypaluk.php" hash="0a536fb05595ca453f61206460290673"/><file name="Verisign.php" hash="ac966ac970a2682f5a2e6550b38234b4"/></dir><file name="Purchaseorder.php" hash="69d66e0bc581777757fcf21eb7c83fe5"/></dir></dir><dir name="Pbridge"><file name="Result.php" hash="36e50da241533ff7b6a1723f9380955c"/></dir><dir name="Shipping"><dir name="Method"><file name="Available.php" hash="1b7a437e6178fd11499e49d9e04c9499"/></dir></dir></dir><dir name="Cms"><file name="Page.php" hash="c313dfacd7ec573fd368dd16f6b27e77"/></dir><file name="Configuration.php" hash="6a73ed59b14d287aeb2447b43e1e2f3b"/><dir name="Customer"><dir name="Address"><file name="Form.php" hash="cd10a1321650ed3c719a6086d4e73405"/><file name="List.php" hash="1038364f6c300d3eb8edccc87df1692a"/></dir><dir name="Form"><dir name="Renderer"><file name="Boolean.php" hash="97984783ca2e5725e0ee874a79b5d494"/><file name="Date.php" hash="781af40c78356a698ea5e0fdc4479672"/><file name="File.php" hash="38fca3a34090531ab380f6de0293407e"/><file name="Image.php" hash="b08fd3111a864ae9c8d968060796d83c"/><file name="Multiline.php" hash="39e37db8c8cf4aa12ef1f01c6922a315"/><file name="Multiselect.php" hash="42593dfde88fccbef918f3fbc251857b"/><file name="Select.php" hash="b0f2ebeef7c9eb0f5497ceea29f41500"/><file name="Textarea.php" hash="08d59b7ee634b548833a6ba3db6e10ad"/><file name="Text.php" hash="9c792fe96299bb8a5b4d0b4df6de5e6f"/></dir></dir><file name="Form.php" hash="657a4d5b50a9772cf9ca186cd3a417d3"/><file name="GiftcardCheck.php" hash="8d9e4127a7d7345664e4807793132516"/><dir name="Order"><file name="Details.php" hash="194fae111f3ecb0211be154d476cf815"/><dir name="Item"><dir name="Renderer"><file name="Bundle.php" hash="146de9b6053367906f89031d8f315dfc"/><file name="Default.php" hash="6a2fcfdc614478276c7d537db3f18e4a"/><file name="Downloadable.php" hash="e9c462638be4a7b034a7763a387cc82b"/><file name="Giftcard.php" hash="abe0acdf1c4a7e5a26f0d17c049d72ae"/><file name="Grouped.php" hash="3c3b69b38025ec1fab8b17160773da09"/></dir></dir><file name="Items.php" hash="2dc24fc0ccf791c25b1cf7294ea38009"/><file name="List.php" hash="3f0f27444b2f6d7949a71d5a02c53a54"/><dir name="Totals"><dir name="Customerbalance"><file name="Refunded.php" hash="107d4ff65cd45ab0b73007dd826aa4b2"/></dir><file name="Customerbalance.php" hash="3b69cdb3f1e6ae4cd05c2466a07f2dbc"/><file name="Giftcards.php" hash="0db91f73284e2768ca8e4ec82723158d"/><file name="Tax.php" hash="e7f45c089a4d6e7e268ba738823450a7"/></dir><file name="Totals.php" hash="1af69d55001469d3417b56ca61bc31d4"/></dir><file name="Storecredit.php" hash="6ea2a1a98edde6d90d0214888c1a6243"/></dir><file name="Home.php" hash="14b402ad2c47948f54de3050a20254d8"/><dir name="Review"><file name="Form.php" hash="c348b7840a95095d9a75f1ea68d24cc6"/></dir><file name="Wishlist.php" hash="4fd0b6b39ed2727818e688025d94eb3c"/></dir><dir name="Controller"><file name="Action.php" hash="2fedac2aacb526dca5994d2e4f0dbe9a"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="MobileController.php" hash="3f6b99da83b9e9be508bc009a040d7c1"/></dir><file name="CartController.php" hash="3464bb367e2e949ee556b64daf05d762"/><file name="CatalogController.php" hash="2f436f155f6a6790dc62791367e30b89"/><file name="CheckoutController.php" hash="c5b6ba7a60cb87c0abd6c6fe4e782942"/><file name="CmsController.php" hash="eca4c018f12bc4d2b01f7d2ebf5482f1"/><file name="ConfigurationController.php" hash="62fb3d3c122dc99238e4f0ec14a2a077"/><file name="CustomerController.php" hash="bdc5acadd27778ce1d48cbd09562258a"/><file name="IndexController.php" hash="5aa7a5b60904e3e693bc43285a6b6b5b"/><dir name="Paypal"><file name="MeclController.php" hash="37ab1181560f49f6f90e4e2c3932037d"/><file name="MepController.php" hash="60fcd82aa32d2d8eec42605ba1e0568c"/></dir><file name="PbridgeController.php" hash="d32081a1af606b64b9f535360d473215"/><file name="ReviewController.php" hash="bfd0de81d2f10e13749966248149968a"/><file name="WishlistController.php" hash="6b205a1af4eeaee52accd4cb63489dc9"/></dir><dir name="etc"><file name="adminhtml.xml" hash="33642773574f36356937e18a3043589f"/><file name="config.xml" hash="e83320e77dfb4138907b56724cd91bd1"/><file name="system.xml" hash="759fbe862cf96d79eca093de0dd68320"/><dir name="themes"><file name="custom.xml" hash="cba253341e035e5892cc3ed577fae710"/><file name="default.xml" hash="7a23e5840bd5a7a1f3cf4b9d16c30d63"/><file name="funk_leaf.xml" hash="d143fb6570214bdf5489e5f53770eded"/><file name="hot_red.xml" hash="f6480993958f16e4206048172985ca06"/><file name="sky_blue.xml" hash="cb128be3f0ef9088b23d3947daf29cf8"/></dir></dir><dir name="Helper"><file name="Android.php" hash="9ab19ea2f88a3683bdb61092c077eed2"/><dir name="Catalog"><dir name="Category"><file name="Image.php" hash="daffc47fbf00270a89db7225160d898e"/></dir></dir><dir name="Customer"><dir name="Form"><file name="Renderer.php" hash="53f4dd72b728dd49cd8587731ff5ea92"/></dir><file name="Order.php" hash="0e5ebdb10c4f055ccdbc21099785cec9"/></dir><file name="Data.php" hash="706e275d84b8ec7487c77f2e510d8c9d"/><file name="Image.php" hash="e2c8c17a6e3e015238a6db4f74dd859e"/><file name="Ipad.php" hash="74558f39c00c3553ac7be9f25aeab88c"/><file name="Iphone.php" hash="c89f688aaf523a98787e80e27d920ce7"/><file name="Payment.php" hash="5b54eccc95ea5c57d8c9ef5d934bc094"/><file name="Theme.php" hash="0d9dfae90dccf14ae2c34a752a9e166b"/></dir><dir name="Model"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Backend"><file name="Baseurl.php" hash="5e015aa79db0e904d816064bc242147f"/><dir name="Currency"><file name="Default.php" hash="758caf789cef878fb21f4551d7858463"/></dir></dir></dir></dir></dir><file name="Application.php" hash="087b32f6b59663f14f172da328a0792b"/><dir name="Catalog"><dir name="Category"><file name="Image.php" hash="131c6944ee81ee9c2dd3bffc13afd7a6"/><dir name="Media"><file name="Config.php" hash="fd88aeb90a45d8c0c6392cf5f8f70dc8"/></dir></dir></dir><file name="ConfigData.php" hash="c6ab2c7f16c2793af3fc9a6abf49a2da"/><file name="History.php" hash="2b94c8e2485261230b94da52217fe7cd"/><dir name="Mysql4"><dir name="Application"><file name="Collection.php" hash="22fbd44c97d1341eec2316d88cdd615e"/></dir><file name="Application.php" hash="1cdcd21de7029fb1465bca854950f493"/><dir name="Cms"><dir name="Page"><file name="Collection.php" hash="160796a17f43a0c9008f644d2f940fbf"/></dir></dir><dir name="ConfigData"><file name="Collection.php" hash="daa0613586622c3cdd862f89c5cf6c32"/></dir><file name="ConfigData.php" hash="336e3efe5a1b04350d4c7ca0f73326b9"/><dir name="Filter"><file name="Collection.php" hash="3b820fa4fc65de422b40b90479ddd977"/></dir><dir name="History"><file name="Collection.php" hash="8d478c591ea67fff6a179f4e5bd96ec5"/></dir><file name="History.php" hash="b8265853f335e44fba51ea1fbc7e7d18"/><dir name="Queue"><file name="Collection.php" hash="5d975b1556e1f692e3e3ee8d4c3ae400"/></dir><file name="Queue.php" hash="5a8fc030e809b0382f5c016a147d577f"/><file name="Setup.php" hash="779fbf35b0332d076c940013fd480777"/><dir name="Template"><file name="Collection.php" hash="b9937ca4d53b92e3a40a8e21bfd19a00"/></dir><file name="Template.php" hash="7aa204a046c07ad13ba86e6ef2405bae"/></dir><file name="Observer.php" hash="88d0692e699b1a8ba10bc37998b941a9"/><dir name="Payment"><dir name="Method"><dir name="Paypal"><file name="Config.php" hash="528016e55c272aa5a76d5ab71dc60eec"/><file name="Mecl.php" hash="ca1326816719d3b4ecb8eec0740febf1"/><file name="Mep.php" hash="ce4386c3e4220c6c3fe7143763468a50"/></dir></dir></dir><dir name="Paypal"><dir name="Mecl"><file name="Checkout.php" hash="7ade034912745974e1e13f2013064249"/></dir><dir name="Mep"><file name="Checkout.php" hash="363013017df11a413f7cc1425bc9984e"/></dir></dir><dir name="Preview"><file name="Abstract.php" hash="6605fdd2ddbdf1c8f2141960623ac489"/><file name="Android.php" hash="e5274a740dc0afaedd881f6479ffbdef"/><file name="Ipad.php" hash="98200566632dde66b5ac40991a781d18"/><file name="Iphone.php" hash="9739bf1fd78c1377faa91042af30a045"/></dir><file name="Queue.php" hash="2dec0aab1b04d2f1bbc558e416a1961f"/><dir name="Resource"><dir name="Application"><file name="Collection.php" hash="f469b9311eed1869ab4771cd4644e8a4"/></dir><file name="Application.php" hash="f7e9a61d30a09125aecda1777f7f8217"/><dir name="Cms"><dir name="Page"><file name="Collection.php" hash="17d2490c388ebadb2e9e244d2a6c92f6"/></dir></dir><dir name="ConfigData"><file name="Collection.php" hash="b888d531f6aabead186e779278a32e45"/></dir><file name="ConfigData.php" hash="c2dfceb2a45d593bed08b71c084fb030"/><dir name="Filter"><file name="Collection.php" hash="65b01b209cca1026eecbc36a449820c4"/></dir><dir name="History"><file name="Collection.php" hash="d5cd90983aca3be9fef61fcf79ff4f44"/></dir><file name="History.php" hash="6cddea9286759842a8fe94eab64d9e2c"/><dir name="Queue"><file name="Collection.php" hash="dea2416240c3c53bb38fa2823bda72fd"/></dir><file name="Queue.php" hash="48ccc6046d3ed25da49f199725d1b415"/><file name="Setup.php" hash="f008ca344a6728ae65eeba8bee9688f1"/><dir name="Template"><file name="Collection.php" hash="fda2222cd56b29f6354c3dcf6cb307cb"/></dir><file name="Template.php" hash="733e6fed1873e296f86635690ce5d90f"/></dir><dir name="Simplexml"><file name="Element.php" hash="f92da3a42e833abacf2adf513465d601"/><dir name="Form"><file name="Abstract.php" hash="26e5bfc74f30d067f34598d7504a4572"/><dir name="Element"><file name="Abstract.php" hash="2cfe9056ca9ff57198170a14c98c656d"/><file name="Checkbox.php" hash="9de46a951f58eaf77328589b91da2fef"/><file name="Collection.php" hash="7ee2575d3dfd6800da0df80bfeab55f5"/><file name="CountryListSelect.php" hash="0035b48f6151a299455c23587c20324f"/><file name="Date.php" hash="6fe4f1fb15550526221d7030fafea071"/><file name="Email.php" hash="2bff11cf0cd07abf6ea042e414d6d899"/><file name="Fieldset.php" hash="f94aba784f49207a683398907960233f"/><file name="File.php" hash="d089c6caee1a04a3a9a0b5af84caf154"/><file name="Image.php" hash="500204087a9c2b3eff2ae603be71552d"/><file name="Multiline.php" hash="eead4b85fa6985e571f2aae2417bc7b7"/><file name="Multiselect.php" hash="8e39e8857c8e359c21ee4be3ded9eef1"/><dir name="Renderer"><file name="Interface.php" hash="9b314b65fe1eeb81ccfc6ed6047c8e5e"/></dir><file name="Select.php" hash="94da9503599604da1dbf2dbc03af9c72"/><file name="Textarea.php" hash="e82df346b8046ae24a8efe23ea965069"/><file name="Text.php" hash="d6a4b452f7219cc5da07867fd3d8cc48"/><dir name="Validator"><file name="Abstract.php" hash="c7183c507611fb44750db227caeaeee8"/><file name="Rule.php" hash="c632915311d7f0913ef76b1d40fac395"/></dir><file name="Validator.php" hash="00870fbba161e9a2d49a69d4f3229d1d"/></dir></dir><file name="Form.php" hash="3e97ee0391c9ad88a8e3f5ef54fe0348"/></dir><file name="Tabs.php" hash="2b6ea4c0c21dc059990aa2216172412d"/><file name="Template.php" hash="042438993d8155852d741f0febe16dbb"/><file name="Theme.php" hash="266c8d57f1eada059472c8fe4970403f"/></dir><dir name="sql"><dir name="xmlconnect_setup"><file name="install-1.6.0.0.php" hash="d9e1d20675ff0991563c1370875374fc"/><file name="mysql4-data-upgrade-1.4.0.13-1.4.0.14.php" hash="4080ff59c5bea460530f4eeaa5ab1e4b"/><file name="mysql4-install-1.4.0.8.php" hash="d722f3f741af029773ebaf514c522b0f"/><file name="mysql4-upgrade-1.4.0.10-1.4.0.11.php" hash="cf2afadfee0b21d1c2d02071303edfc1"/><file name="mysql4-upgrade-1.4.0.11-1.4.0.12.php" hash="a1333a0c415cbc398cdd0671ab539102"/><file name="mysql4-upgrade-1.4.0.12-1.4.0.13.php" hash="a07f66c79bb1df1208c9000c3496ada1"/><file name="mysql4-upgrade-1.4.0.13-1.4.0.14.php" hash="043c912700fea0211cf58f012630b865"/><file name="mysql4-upgrade-1.4.0.8-1.4.0.9.php" hash="7f6bc966e741f00c44919aa6d4307b8c"/><file name="mysql4-upgrade-1.4.0.9-1.4.0.10.php" hash="4b49d5535e48255c793acd3b73e9aaf8"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="25e7959cddaf8de00b5cbef34bb84a0b"/></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="xmlconnect.xml" hash="ea972c3a22b447b702eec153a3f3a874"/></dir><dir name="template"><dir name="xmlconnect"><dir><dir name="pbridge"><file name="result.phtml" hash="412b98ba988d6049098414f8cbce09b6"/></dir></dir></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="xmlconnect.xml" hash="3bcc520298d90ea72c85de89a44e607b"/></dir><dir name="template"><dir name="xmlconnect"><dir><dir name="edit"><dir name="tab"><dir name="design"><dir name="preview"><file name="catalog_android.phtml" hash="591050ccc493b364fb895055c986cd86"/><file name="catalog_hor_ipad.phtml" hash="a289faccee351af884d5628ecb07a5c3"/><file name="catalog_ipad.phtml" hash="ebe5ed4da38c4b16263c1f3b5d3c95c4"/><file name="catalog_iphone.phtml" hash="3446aa0942ef6e1fd4846b68c0141ae1"/><file name="home_android.phtml" hash="f3ec85295af00953503dd0dfd3b07715"/><file name="home_hor_ipad.phtml" hash="bb06939e0ce07a268a09c6fb62c6e368"/><file name="home_ipad.phtml" hash="fc1622ae6ce681b96e5f9394259f57a6"/><file name="home_iphone.phtml" hash="55f8d4382b9c55787f4b8f7645c92b70"/><file name="productinfo_iphone.phtml" hash="99c2fd2107ad06e625384b56182fd316"/><file name="tab_items_android.phtml" hash="d0b925bbc89f510aac004ffc1b33062a"/><file name="tab_items_ipad.phtml" hash="8ca8d864408bb880b6f6a9999b0e4d26"/><file name="tab_items_iphone.phtml" hash="406b98b55565fb58c1a3e3dc90922d6e"/></dir><file name="preview_android.phtml" hash="665e283d03607df92a19b704a6249091"/><file name="preview_ipad.phtml" hash="65ffa0ca65f4ec79cae7fc0ccc26455b"/><file name="preview_iphone.phtml" hash="bf8058aeec27e381c3843d239ac82180"/></dir><file name="design.phtml" hash="78814e106947fefd781c9d25de89ace2"/></dir></dir><dir name="form"><dir name="element"><file name="addrow.phtml" hash="46fddf6c4b452a6c529499de2c2f1323"/><file name="app_tabs_android.phtml" hash="92df75ceecedd911eed98ae8703ac83a"/><file name="app_tabs_ipad.phtml" hash="43649f88a29fe3691e5525d5c32756fe"/><file name="app_tabs_iphone.phtml" hash="4936c1e64fe3da857b1108ab44a8598d"/><dir name="country"><file name="androidmarket.phtml" hash="053e69572e7b8850f3f96f22c5d5f9f7"/><file name="istore.phtml" hash="275af872365061838828011b0398db02"/></dir><file name="themes.phtml" hash="9eb56bd1ce4651b28fe8f40fcdde48ed"/></dir></dir><dir name="mobile"><file name="notification_helper.phtml" hash="db58d2fce2f496bfdaa7d04954627efd"/></dir><dir name="submission"><file name="app_icons_preview.phtml" hash="4d4f0f78338338d15605777df69be0e7"/><file name="container.phtml" hash="c576009dd87ddd55ce8b023587128806"/></dir><dir name="template"><file name="preview.phtml" hash="bd26b9a350f430e4a6905133db031bfc"/></dir></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Mage_XmlConnect.xml" hash="f57b14eccad90152c221e4f090a8801b"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Mage_XmlConnect.csv" hash="29db96ab0fe9b5ec94dac6542a3ab618"/></dir></target><target name="magemedia"><dir name="xmlconnect"><dir><dir name="custom"><file name="ok.gif" hash="398f81b3983f802a99932eaf97ee0806"/></dir><dir name="original"><file name="ok.gif" hash="398f81b3983f802a99932eaf97ee0806"/></dir><dir name="system"><file name="ok.gif" hash="398f81b3983f802a99932eaf97ee0806"/></dir></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="xmlconnect"><file name="boxes.css" hash="9afcff3669e4286e565894da7f7ee4e3"/><file name="dropdown.css" hash="e5388a1fd90df2a2e3860516adef0367"/><dir><dir name="fonts"><file name="android_icons-webfont.eot" hash="2fc917efbfb3c933ccfddc108ef05f33"/><file name="android_icons-webfont.svg" hash="e8cb2b5ef019bbc2885c97ed0caaf2a0"/><file name="android_icons-webfont.ttf" hash="bc567dd7a381093fbb652c58cbad9430"/><file name="android_icons-webfont.woff" hash="8310b54d55bf84a8a3f3a86c22a51aef"/><file name="stars-webfont.eot" hash="019beb4b8ec19447657cf3106138bbe3"/><file name="stars-webfont.svg" hash="20cf0312c0b951d173d4531ea18abc6f"/><file name="stars-webfont.ttf" hash="d63d95e9adaf775f410437535622bf60"/><file name="stars-webfont.woff" hash="526d9756131c94139f0f1df5272197fd"/></dir></dir><file name="mobile-android.css" hash="c932d2898a1ffd5545cfd76699260125"/><file name="mobile-catalog.css" hash="ca7c4c2c7643ca1249e00bbd45980fd2"/><file name="mobile-home.css" hash="b10c97acf5ac07c40d1db72b9d413841"/><file name="mobile-ipad-catalog.css" hash="2b35f47bb153c659640dd37beac277f1"/><file name="mobile-ipad-home.css" hash="270c8e4c8111de6c6173f9b6883c85ec"/><file name="styles.css" hash="c87a56ddc3001a2e357d648695855f5f"/></dir><dir name="images"><dir name="xmlconnect"><dir><dir name="design_default"><file name="accordion_open_android_l.png" hash="bc27688afbfd866c618477ea2c7bf0ee"/><file name="accordion_open_android.png" hash="7ef2f1d193990c3f4c2c90aae9ab3281"/><file name="accordion_open_android_p.png" hash="2e4549cba575c12ef2a39c12e9ffe173"/><file name="accordion_open_ipad_l.png" hash="dcdda97da6556393b972d6dae8d6bac5"/><file name="accordion_open_ipad_p.png" hash="55cca08a0ab79047961858789ff8c3a7"/><file name="accordion_open.png" hash="4c89d903ebbc61ee295ef64a60724b10"/><file name="banner_1_2.png" hash="0637d31df6b5a434c9a332ee46122ef4"/><file name="banner_android.png" hash="02695661b8e50e1a001c3369622f322f"/><file name="banner_ipad_l.png" hash="04e850d481a9ae902f33fd8c1f89cbf0"/><file name="banner_ipad.png" hash="c1d59a6ec67da1bb76c5142453da7acf"/><file name="smallIcon_1_6.png" hash="c1ce9e289eaf2c0504d502928693bd89"/></dir><dir name="mobile_preview"><file name="1.gif" hash="817fd84187db3eee00799b0acf316457"/><file name="2.gif" hash="1a842d8f3ac25cfcdeab6c86dd8fea89"/><file name="3.gif" hash="207cd55e968c284bd52c86efdcdda1c7"/><file name="actionsBackground.png" hash="11faa8baee72f3e6a9a02a83915c8658"/><file name="actionsBg.png" hash="9acccd1980f17006942d74a718ebd7da"/><dir name="android"><file name="background_home_landscape.jpg" hash="1f79a1f42ca4e2cf6010ab6c3ef66aa4"/><file name="background_portrait.jpg" hash="197b15e6455ad1a85e1bad6595371fa3"/><file name="bg_button_up.gif" hash="204f590a88933c930b7fc92963accfab"/><file name="bg_catalog_filters.png" hash="7464191ebaf576b73a3c021eb1cfcc25"/><file name="bg_catalog_filters_shadow.png" hash="5021ad60917190026d85fae1d33bdaa9"/><file name="bg_cat_item.png" hash="2859b45c387b66243d4af2ba973b2ae1"/><file name="bg_content.jpg" hash="70ddfc8959d878d1231dc7cbee4a063c"/><file name="bg_frame.gif" hash="7062ed9b7563fc658f49ce7cfdd34f1c"/><file name="bg_header_catalog.png" hash="c1080cd18a89e21da18fdc6955bf6230"/><file name="bg_header_home.png" hash="dfce0445ca7c7a45c7914a986b596ce0"/><file name="bg_header.png" hash="d4a46c8850d1d89259921b1c28b5bce1"/><file name="bg_home_content.jpg" hash="1d55a198279e4f2b163c98c18f699646"/><file name="bg_home_header.png" hash="8bc1887a0c5760cc47b77b8a7a320426"/><file name="bg_logo.png" hash="02695661b8e50e1a001c3369622f322f"/><file name="bg_page.png" hash="d65f1d123655c2eaf3bb4a1e6035a08d"/><file name="bg_star_empty.png" hash="3f0421fb8c8f6c4be6ca501168a881e8"/><file name="bg_star.png" hash="fc6de6c4e0ed3478b8840e1ab81da725"/><file name="bg_status_bar.png" hash="52b41106451ac34672f82338bbc5370c"/><file name="ico_account.png" hash="c1fd338c74fcf483155acbd37c430807"/><file name="ico_home.png" hash="2de37f640463b354d68945320bfe3e4f"/><file name="ico_search.png" hash="8b0dd17a3e9c3328e66204fe379c66aa"/><file name="logo_big.png" hash="693bb9d118155a146b21ce9fcfba08da"/><file name="product_image_1.jpg" hash="8994979d4dcc1f339c73cd1f44398a7d"/><file name="product_image_2.jpg" hash="26d6599bdb35d80b25a1e903b40cfa19"/><file name="product_image_3.jpg" hash="d7c6d05196a84341afe0025d01b9dc61"/><file name="product_image_4.jpg" hash="2a88ead3dbbeff1d40168db692841f2f"/><file name="product_image.png" hash="dd975b128ba303e0ae2adc9772e0433c"/></dir><file name="arrow.png" hash="837259a7c365e46034dca728bffe9070"/><file name="background.gif" hash="bd92833eb2eb32e4a0282cea153ac13f"/><file name="background.png" hash="3717f4b4ba725701e2a0604129a3a815"/><file name="banner.png" hash="0637d31df6b5a434c9a332ee46122ef4"/><file name="btn-l.png" hash="92b2454528e9d39119038777cf53329c"/><file name="btn-r.png" hash="8c6aa9fd9203bc10822e0505f11e0c4d"/><file name="buttons.php" hash="a04839d41cf73d4c70b498ec75ff2bd4"/><file name="circle.png" hash="f4c116cb0554bf936d3b9ee38b7f3d1f"/><dir name="custom_icons"><file name="account.png" hash="0498d73e47ed47179e5546dc15c17dc7"/><file name="actionsBg.jpg" hash="ee3db742cbec9a436ba46118c8a01303"/><file name="addToCart.png" hash="e33876648546e99d875ca92bd2cd78e9"/><file name="addToWishlist.png" hash="1018602b7c5e0e11f0427ace96fd7d52"/><file name="background.gif" hash="bd92833eb2eb32e4a0282cea153ac13f"/><file name="buttons.gif" hash="0cd19a9d9178976906161ea100cba958"/><file name="cart.png" hash="815b4c64fae21b4c162525ece76dc44d"/><file name="home.png" hash="9e473791b022b7c2dfc7d29b1b6de887"/><file name="image-bg.png" hash="14bde5cf8b00dc5f6c60e52a0fa964dc"/><file name="logo-small.png" hash="9b3477a4552bcb878b4943aae5351622"/><file name="rowBgIcon.gif" hash="9ee89b961ae2bb047672ba5d2d2677c6"/><file name="search.png" hash="10bfa7ec3361ce7cbcc5d25087f181eb"/><file name="shop.png" hash="e6639a9fdc143363da82a7d78e126f1c"/><file name="star-active.png" hash="d4ab959a92bda610527a3e3942c4c0b0"/><file name="star-inactive.png" hash="f7fb99710be4c03ac23b1206f20e761d"/><file name="tellAFriend.png" hash="46f8ef48b29f245977d66d9312d87e70"/><file name="viewDetails.png" hash="9bacc63bcc483d3db5614a026d9391f6"/><file name="viewGallery.png" hash="304f3d03949d07055bc056359fe17763"/></dir><dir name="gradients"><file name="footer.png" hash="31a2feed50ef9c8637b412c4211f8300"/><file name="header2.png" hash="ad5a2dc6ec93914e925cfe2d43fb30a2"/><file name="header3.png" hash="920ad8c6903e90323a57fb02dca37280"/><file name="header.png" hash="5386da930a944cd75562216249cce08a"/><file name="item-bg.png" hash="a14886d1f9e14284ac6b4f1b61e68646"/><file name="sort-bg.png" hash="b8053bb772e849909e5b87e4fd1ebbe4"/></dir><file name="grid.png" hash="23faa3f5572cdeb597c2bceedd93a7f8"/><dir name="icons"><file name="account.png" hash="0498d73e47ed47179e5546dc15c17dc7"/><file name="cart.png" hash="815b4c64fae21b4c162525ece76dc44d"/><file name="home.png" hash="9e473791b022b7c2dfc7d29b1b6de887"/><file name="more.png" hash="f3662ae29923b87eba3a729192aa3df3"/><file name="page.png" hash="2291d77f21de042040bc0864be40138b"/><file name="search.png" hash="10bfa7ec3361ce7cbcc5d25087f181eb"/><file name="shop.png" hash="e6639a9fdc143363da82a7d78e126f1c"/></dir><file name="image-bg.png" hash="a588b9cced95a25fc18e28c775d9a001"/><file name="imageFrame.php" hash="f5a1298dfc6cb70cb486b55820f5ab21"/><file name="info.png" hash="3f0d2ed85b81e8251f294457c6bfa404"/><dir name="ipad"><file name="background_home_landscape.jpg" hash="9e3ef117985113b804531142d539b60a"/><file name="background_portrait.jpg" hash="bdf9e034fd30b923086e6c622ea10451"/><file name="banner_image_l.png" hash="a070a40d57610b5cc7160fe894482a1c"/><file name="banner_image.png" hash="693bb9d118155a146b21ce9fcfba08da"/><file name="bg_catalog_header_hor.png" hash="f61a67aa288e1b8a8df7b4d4527c662e"/><file name="bg_content.jpg" hash="70ddfc8959d878d1231dc7cbee4a063c"/><file name="bg_filter_button.png" hash="728f1cd358446881ffd863eff12204a1"/><file name="bg_filters_buttons.png" hash="02fcb0ed7a7268e9f64ebaf06235bc09"/><file name="bg_filters_tooltip.png" hash="3b05ca6e585acd3d766be01eeaa23d47"/><file name="bg_filters_wrap.png" hash="31288784fe95c67de9b45b44458b4155"/><file name="bg_header.png" hash="e2cf5a575a27e6e4533e3c85e3472a82"/><file name="bg_home_content.jpg" hash="1d55a198279e4f2b163c98c18f699646"/><file name="bg_home_header_hor.png" hash="9bfef728ece003d5b3433d2623ea168c"/><file name="bg_home_header.png" hash="00f2fbf96d2b915dcbcd921b0301ef3f"/><file name="bg_home_products.png" hash="ac6a8a79b959a0c8298b1f607c0f0af8"/><file name="bg_home_shadow_hor.png" hash="0d21a99c5c749d0e5070e3585ff4a23f"/><file name="bg_home_shadow.png" hash="c54b071ca3e97a6ee67588ef74b7b44e"/><file name="bg_product_image.png" hash="4da74325c1a4ee1ca19b414e5d590f75"/><file name="bg_search.png" hash="6ee08d05d0c4ef9ed64b9914b821f408"/><file name="bg_sections.jpg" hash="0ee90005663aced09a9ce6385bdbce2c"/><file name="bg_status_bar_hor.png" hash="bd4a9f11ecb1c896145267731d8a951d"/><file name="bg_status_bar.png" hash="17124d9d392bb8e37b202c80a595df54"/><file name="i_cart.png" hash="1bbe0a0e54eed5bb14b9bfcce83da758"/><file name="i_info.png" hash="3f0fda8b294b67bf698badbcaa99150b"/><file name="i_login.png" hash="deb4089bdc61582c78c90ef192d577e8"/><file name="i_remove.png" hash="4923eb5e76b3c6ba6df5c667db816a0c"/><file name="logo_big.png" hash="693bb9d118155a146b21ce9fcfba08da"/><file name="logo.png" hash="49c19f59b459b6c0b3b99daa3fe7f932"/><file name="product_image.jpg" hash="2bb6c69129bcb18dc93e9f48605647c6"/><file name="sections_arrow.png" hash="7db7144083a31882e8a62cb9579f478f"/><file name="stars.png" hash="70d38cd9883d70e4f6b21ac4874b9868"/></dir><file name="lightStar2.png" hash="75928926a6112540c9cb073157cb7d95"/><file name="lightStar.php" hash="cba0a7c5f28a1bbc764761f4fc581fe3"/><file name="lightStar.png" hash="b5dc40d5b793dae6a069357f49cccc24"/><file name="lines-h.png" hash="ea3d95812c9838affc6df2f3a3cb1977"/><file name="lines-v.png" hash="9e3ffee29ba28477d50da9642019bc0a"/><file name="login-btn-left-alt.png" hash="71bb6c7d24252aace27bee711d7616f4"/><file name="login-btn-left.png" hash="cbbf9afc6e9fc433f57270e88b63f351"/><file name="login-btn.png" hash="051ee2c1a8ce3f7b8de3293cd2e2ed85"/><file name="login-btn-right.png" hash="438fcc598d012bf6d33184e95accfd24"/><file name="logo_25.png" hash="ba41ed568d916175c32803b614442447"/><file name="logo-small.png" hash="9b3477a4552bcb878b4943aae5351622"/><file name="men.png" hash="46d7d1773118ef0a27353e8a9f6719fe"/><file name="mm-frame.gif" hash="eebf30806f1dbf2118e7ec39a016c86d"/><file name="mobile-catalog.css" hash="80cbd74984354df2d86f4ad68b9123a3"/><file name="mobile-home.css" hash="b57641c73c4eae08e0a02cd7291d9465"/><file name="rowBgIcon.gif" hash="9ee89b961ae2bb047672ba5d2d2677c6"/><dir name="slider"><file name="actionsBg.jpg" hash="ee3db742cbec9a436ba46118c8a01303"/><file name="addToCart.png" hash="2a146be4bc63713df19cc353e030d44f"/><file name="addToWishlist.png" hash="9b23a4e0d9acfc79f314e9082f14c4de"/><file name="tellAFriend.png" hash="b7600fa2ae52bdb1d6bb86fe4d9f1773"/><file name="viewDetails.png" hash="90cf37c6dbbee1861350b4c05469e3ae"/><file name="viewGallery.png" hash="304f3d03949d07055bc056359fe17763"/></dir><file name="slider.gif" hash="c6b87bf15b85b18c0515e2cbefaabe60"/><file name="smallIcon.png" hash="e76d2a6364042f41b3f35fc8cdc9c0ee"/><dir name="sort_buttons"><file name="bg_button.png" hash="87d0f1b123f01c3aea3cb8a2b146306e"/><file name="buttons.gif" hash="2f14f1a3f0fb38790779c992a58654ae"/><file name="buttons.png" hash="b4a3f17370e03bf5d2a5cdf7800c25a7"/><file name="button_up.gif" hash="7ad527f99b9975d5634fb2d5cc99e6b3"/><file name="center-active.png" hash="5903988cd458cd794f23a212d51aa725"/><file name="center-inactive.png" hash="135b46aaa5c3b131a5a7e9c45c004e06"/><file name="filters.png" hash="3837ab6fcfe959833dd998533db1ca7f"/><file name="left-active.png" hash="86e94441b96a0d27d0b0a7e5108f86ed"/><file name="left-inactive.png" hash="0ddcb75aa9971cca39a5a65b4bdff8c4"/><file name="right-active.png" hash="320740ff608187301b06a96eab2f9e8e"/><file name="right-inactive.png" hash="cac4b39ab380353ffd5fdbcedb6e0a0a"/></dir><file name="star-active.png" hash="d4ab959a92bda610527a3e3942c4c0b0"/><file name="star-inactive.png" hash="f7fb99710be4c03ac23b1206f20e761d"/><file name="t-shirt.gif" hash="7505efdaabf13c4f8e26f7cfe15c8c96"/><file name="t-shirt.png" hash="46d7d1773118ef0a27353e8a9f6719fe"/><file name="women.png" hash="46d7d1773118ef0a27353e8a9f6719fe"/><file name="youth.png" hash="46d7d1773118ef0a27353e8a9f6719fe"/></dir></dir><file name="dropdown-arrow.gif" hash="332e99ca6b4d1e0d39972e04fb0b2395"/><file name="empty.png" hash="23dc9dc3c4751f83c2df7a5c42668824"/><file name="full-arrow.gif" hash="36ddff0fca1c7d8900cb3633e0a30cea"/><file name="full-arrow-left.gif" hash="8ec91b60d38d1a16cba7670f2088a5c7"/><file name="gel_green.png" hash="591959d831e8e42c9175d12a88f0bae2"/><file name="gel_red.png" hash="db442c023014df9da32b84bc1bb5a39f"/><file name="l-arrow.gif" hash="ee49f7eab64657b5131953acef0238fd"/><file name="loading.gif" hash="5d25806dac7cbee5f894b13144783866"/><file name="r-arrow.gif" hash="d0429a9781e915fc9d9ca8875c470d32"/><file name="small_logo.gif" hash="d5c8be7c0f16aac2549759c0228492d6"/><file name="swatch_black.gif" hash="fd31d6a3a435c8ad1f7c43f346bb47e4"/><file name="swatch_custom.gif" hash="fb34791a48366957a141e12b563888c2"/><file name="swatch_default.gif" hash="fb34791a48366957a141e12b563888c2"/><file name="swatch_funk_leaf.gif" hash="f1d3ba87efb742b47da879a6f48909c4"/><file name="swatch_hot_red.gif" hash="d9363d45dc2993c2fdc3ea43c5b6f71c"/><file name="swatch_sky_blue.gif" hash="ded1455db119d09a3aedd7474fd1875a"/><file name="swatch_user_custom.gif" hash="a24f31421a1ff56d1be0845f9a7c7020"/><file name="switch-arrow.gif" hash="dc7243962b341f366cd072d486687e6a"/><file name="tab_account_android.png" hash="77605cbc87f75ca17e91a5393765ceb1"/><file name="tab_account_ipad.png" hash="2997de5402195d0720309b73c6446fab"/><file name="tab_account.png" hash="27101fbaa78a07426be4768acc4c53ff"/><file name="tab_cart_android.png" hash="477e97f8d03ea8aa674e952709f86578"/><file name="tab_cart.png" hash="e803f760ee81cb35183f1122f388b774"/><file name="tab_empty.png" hash="bdd4cc355566e8861b2c45424ad94516"/><file name="tab_home_active.png" hash="bba5eb9bb724c84c1ede9e6f4bec3575"/><file name="tab_home_android.png" hash="1fefc6b070cc21b31b43194a7d85f9d9"/><file name="tab_home.png" hash="dfa104e4da74e4a55d3c98d6ee0f7122"/><file name="tab_info_android.png" hash="67fc19d8d926f7aede482f5a7083fc71"/><file name="tab_more.png" hash="2803359cb3e795bf67457e727aa16020"/><file name="tab_page.png" hash="ca05dbc42f944b8d4255f6675f6dd93a"/><file name="tab_search_android.png" hash="932c2c568872fd9e119367c887f0539a"/><file name="tab_search.png" hash="2cf29dbe325558353621b4241543204f"/><file name="tab_shop_active.png" hash="de907d6a52d477d4319649f9b0e2e4aa"/><file name="tab_shop_android.png" hash="e119fcd20f8cba856d550a64d775ddbb"/><file name="tab_shop.png" hash="f36be0d3d27f2b37626247d3f6a55e2a"/><file name="tmp-icon.gif" hash="58b759aecf3bdae26d5aaff7a0be5c90"/><file name="xmlconnect_tab.png" hash="cd99a7e01a42a6c82d866f7684faeb95"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="images"><dir name="xmlconnect"><dir><dir name="catalog"><dir name="category"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir></dir><file name="tab_account.png" hash="0498d73e47ed47179e5546dc15c17dc7"/><file name="tab_cart.png" hash="9055ba76e256a51d3fee53a8c41d5226"/><file name="tab_home.png" hash="07d0af93e167b9366d3d4fb3d6cdb31c"/><file name="tab_more.png" hash="b9fc21feb8d7655bc9c2985c37b0de2f"/><file name="tab_page.png" hash="ca05dbc42f944b8d4255f6675f6dd93a"/><file name="tab_search.png" hash="25e880eb2a4d06828e2e1c3f32d22400"/><file name="tab_shop.png" hash="fe602fc2e7093efef5ecc0b027a32d91"/></dir></dir></dir></dir></dir></target><target name="mageweb"><dir name="js"><dir name="jscolor"><file name="arrow.gif" hash="5034704a76cd55c1cbcbc58ea6bf523f"/><file name="cross.gif" hash="ba9a274b9323753cd95bc3b1eb2f4e5f"/><file name="demo.html" hash="edf71251cb2be20322d2efb00aee86a6"/><file name="hs.png" hash="fefa1a03d92ebad25c88dca94a0b63db"/><file name="hv.png" hash="990d71cada17da100653636cf8490884"/><file name="jscolor.js" hash="b65a1505390592ac6c0177d6b84774e0"/></dir></dir></target></contents>
16
  <compatible/>
17
- <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.7.0.0</min><max>1.7.1.0</max></package></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Magento_Mobile</name>
4
+ <version>1.7.0.1.22.1</version>
5
  <stability>stable</stability>
6
  <license>mixed</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Magento Mobile Xml Interface</summary>
10
  <description>An integration Magento with mobile applications (e.g. iPhone, Android, iPad)</description>
11
+ <notes>1.7.0.1.22.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:27:21</time>
15
+ <contents><target name="magecore"><dir name="Mage"><dir name="XmlConnect"><dir><dir name="Block"><dir name="Adminhtml"><dir name="History"><file name="Grid.php" hash="e5b6d03ebc9253c7cdba3c2d70781175"/></dir><file name="History.php" hash="e5dd8a0d50273d0dc3a750541737e262"/><dir name="Mobile"><dir name="Edit"><file name="Form.php" hash="853e06053910eedc0d3c64c206798950"/><file name="Submission.php" hash="eb37f76f0f933a4091e27585856bc724"/><dir name="Tab"><file name="Cache.php" hash="3e502ec775b6ea7a28110d40616ae9d5"/><file name="Content.php" hash="8edc30373c0f7d613b87dcf49c34a172"/><dir name="Design"><dir name="Accordion"><file name="Images.php" hash="b721dd9117f5d0ca1e81ae207e20820e"/><file name="Tabs.php" hash="cfe7626d84e83ee78b544df592334f9b"/><file name="Themes.php" hash="f338f7367d6924d42fd7a4da01fa7af9"/></dir><file name="Accordion.php" hash="32b38ea82fc8d555b4abf28639167c4a"/><file name="Preview.php" hash="9b7347b0e683edd2b1b8558711ead18f"/><file name="Themes.php" hash="eb603107078cabef531b4d7ecf3e3ce6"/></dir><file name="Design.php" hash="5bc370955fb587607c0a208b78fbce92"/><file name="Flurryanalytics.php" hash="65781e348ec166ba14aca9bcc81ad5a1"/><file name="General.php" hash="7a9f3a1b38179b8011073b9e78f51501"/><file name="Notification.php" hash="46b70a3f4d881700df0866baf707009b"/><file name="Payment.php" hash="652e0cb530da6ce1cce186efa78073f7"/><file name="Settings.php" hash="b742a48f0b813a2515f3ebd02c6c52af"/><file name="Social.php" hash="e731b66a9685a8019874af3487cb218e"/><dir name="Submission"><file name="History.php" hash="9ab05a977cbc019c65904510d18e64a2"/></dir></dir><file name="Tabs.php" hash="fbf5b308bd9f9aee113630113afb6f92"/></dir><file name="Edit.php" hash="bbe8bf202a46ac90b8654b1f6e9f8797"/><dir name="Form"><dir name="Element"><file name="Addrow.php" hash="8089fd1164d261c703b3cf11511bd0e7"/><file name="Color.php" hash="ea85d11eb492a01002d41f69d39a86df"/><file name="Country.php" hash="94ff10f39d8eeeaca9f9c9c08ae7f3e9"/><file name="Datetime.php" hash="e1e649e349880078e20dfb6547ad3648"/><file name="Font.php" hash="9d229f8aab9259ad1cdaf7e3c7de03aa"/><file name="Image.php" hash="105887f07ca75b05568121bf1959d287"/><file name="Page.php" hash="784a1d91a5b86d0fe16384a3948264ae"/><file name="Tabs.php" hash="964780ca9b3e5a64822b4064cd676707"/><file name="Theme.php" hash="fe79809aea8872d950ccb649b1c4a147"/></dir></dir><dir name="Grid"><dir name="Renderer"><file name="Bool.php" hash="6b3556ccfbef495688cdd0ab2471f631"/><file name="Type.php" hash="3c2e326e7694b9163857e421dc34e54a"/></dir></dir><file name="Grid.php" hash="644736cb425a41f4cf27ee56ed7ab73b"/><dir name="Preview"><file name="Content.php" hash="920c5385574c76a9fed12efd3b919009"/><file name="Tabitems.php" hash="8a76c1980e58806de5197c1e9a149263"/></dir><dir name="Submission"><file name="Form.php" hash="6f943187143a6c6103daed3a41d85312"/><dir name="Renderer"><dir name="Country"><file name="Androidmarket.php" hash="fc78749f971495273e65f2ee695b3015"/><file name="Istore.php" hash="f0f959634d0df5fed428b8f1da52202d"/></dir></dir><dir name="Tab"><dir name="Container"><file name="Submission.php" hash="06f217e36ad0e2723af4b5d1b80e76c1"/></dir><file name="Container.php" hash="b31a2838b5fab37b84bd5fbf83827239"/></dir><file name="Tabs.php" hash="ce3ea618350c7f21f7ee0ba43ea31869"/></dir><file name="Submission.php" hash="79b816366aba11cafc2d474374c3ead0"/><dir name="Widget"><file name="Form.php" hash="89bd39eb5135c951edf6d8b5b2d75b61"/></dir></dir><file name="Mobile.php" hash="1860c8802fddf8a785d1860b5c8a65a4"/><dir name="Queue"><dir name="Edit"><file name="Form.php" hash="855aeda28c22e2c43cf4b84f5df585c0"/></dir><file name="Edit.php" hash="c142c33884b46580dcc485ec8c05b306"/><dir name="Grid"><dir name="Renderer"><file name="Action.php" hash="496ab1d5535b9cc9d356c1b931d02d22"/><file name="Application.php" hash="147e4480f192a888cdefed877b6bae87"/><file name="Id.php" hash="2cbe030dcfa02bcf927cc4365a8f61ff"/><file name="Msgtitle.php" hash="f0a06032256341f3236b6e0cbed66336"/><file name="Pushtitle.php" hash="282727b751c1dcc47b42caedc9a9ffd2"/><file name="Status.php" hash="22284ca06da95307b8b8ab35912a636b"/><file name="Template.php" hash="dd8891ff76b1a1d82537aa2c5d03eb2a"/></dir></dir><file name="Grid.php" hash="56e69f5b7858536ac227e0c0ab925375"/></dir><file name="Queue.php" hash="9c42b8413ccc3fffcb57209ba218b4ef"/><dir name="Template"><dir name="Edit"><file name="Form.php" hash="e8ac58de95514e6b6d3931aaadd722d4"/></dir><file name="Edit.php" hash="caf591c17602ff1c81901e281c157736"/><dir name="Grid"><dir name="Renderer"><file name="Application.php" hash="f0121eb384ec9a4e5e6308989ebadf3e"/><file name="Name.php" hash="7a13ab6c67763f2410136c37ec2876f7"/></dir></dir><file name="Grid.php" hash="84a842ce33b5ff5903b1b86190a11c96"/><dir name="Preview"><file name="Form.php" hash="cd91c40cc38a57adf790de15703e3505"/></dir><file name="Preview.php" hash="2782613c71b3096cb8e1310eaed5ff91"/></dir><file name="Template.php" hash="ad47ab9c18e1bbec6b8d248178ea0f59"/></dir><dir name="Cart"><file name="Crosssell.php" hash="d7131a56db7f3c65db8befdcbfb47d3a"/><file name="Info.php" hash="539fc275968b2ea1a2e70fa5f814e0b7"/><dir name="Item"><dir name="Renderer"><file name="Configurable.php" hash="2f78662a3a5990162a5fcbba72f9500e"/><file name="Grouped.php" hash="9313c80f49d2cb9170a2879924210140"/></dir><file name="Renderer.php" hash="7f855864632b6d5fcd99eecdbb33fa7b"/></dir><dir name="Paypal"><dir name="Mecl"><file name="Details.php" hash="91752f42a70a5e9efa66566045c52fef"/><file name="Review.php" hash="f1aa93c5057e1be86b3ae78abe3f6962"/><file name="Shippingmethods.php" hash="2d266db1bee4854dab40f98ce1c3cb20"/></dir><dir name="Mep"><file name="Totals.php" hash="75f22a229d887518365e89cd3223fefd"/></dir></dir><file name="Totals.php" hash="15211fc7b3767ba7a248e1cbd9515713"/></dir><file name="Cart.php" hash="eaa3b6c5eec0ff749efc366afa202eb7"/><dir name="Catalog"><dir name="Category"><file name="Info.php" hash="1ea3dffe808920f4a67d4c410e7ab438"/></dir><file name="Category.php" hash="17ff777abcd9a6d84e37aa9ea42d2d4d"/><file name="Filters.php" hash="c4419a97ee6551d0576e86c701bbceb3"/><dir name="Product"><file name="Attributes.php" hash="d68fd97f119d22eb9a4c665023dadddc"/><file name="Gallery.php" hash="01bc194bfaf5070de5d7fa98c2a922a0"/><file name="List.php" hash="5468d67525e456f365a29b6fc97da06d"/><dir name="Options"><file name="Bundle.php" hash="a7a05e375dc97ac9483f8c1d84b8b5fe"/><file name="Configurable.php" hash="b289a8479635fec0e29f06de3365df96"/><file name="Giftcard.php" hash="8c89a6145019b492dd96bd1d04758773"/><file name="Grouped.php" hash="28710134048b05f61019c931d377fdc8"/><file name="Simple.php" hash="01b002ced2f82522415ddfea5849dc3d"/><file name="Virtual.php" hash="c9be5cbf3afe13d714ee77573db008eb"/></dir><file name="Options.php" hash="9bb396878f94e748ace58977f5ead997"/><dir name="Price"><file name="Bundle.php" hash="85e8ebf57471afb9852c65b6dcb0f03f"/><file name="Default.php" hash="2f43f7068ca30e03298e04424b8d1dda"/><file name="Giftcard.php" hash="fdfee58ac083497afd64eca469893796"/></dir><file name="Price.php" hash="034b9d8d69ec4f6067d6550c0a5ca923"/><file name="Related.php" hash="79caf950e0e92ba2d033b91eb9e88b33"/><dir name="Review"><file name="List.php" hash="f7c5c7afc0cff83605e788846f490f96"/></dir><file name="Review.php" hash="d71641a0b8d687606f75d7ba99aaf637"/></dir><file name="Product.php" hash="c2b18d9cb6e76319d1e7d14558257b64"/><dir name="Search"><file name="Suggest.php" hash="0099adcb53d72cb3a74819a2b71c25a2"/></dir><file name="Search.php" hash="1bd193f40348db6d79264201523482e8"/></dir><file name="Catalog.php" hash="d4474156a69cdfe44303225d3b0c9b24"/><dir name="Checkout"><dir name="Address"><file name="Billing.php" hash="f99752a6c28d2b86c310dac3ebeacaaa"/><file name="Form.php" hash="6be95fb7ae10240157005af777b45fe7"/><file name="Shipping.php" hash="483354fe86a5e2483d59e2146bf9073d"/></dir><file name="Agreements.php" hash="84859516302e2e72e1a8481b380aa73c"/><dir name="Order"><dir name="Review"><file name="Info.php" hash="81cdd0966c2d5092d8efe693576e9e7e"/></dir><file name="Review.php" hash="5d33ecd676b007471cf3235ab658f606"/></dir><dir name="Payment"><dir name="Method"><file name="Authorizenet.php" hash="834a46f23c31807b60a07e4e145430ab"/><file name="Ccsave.php" hash="92ff6e59c4ab3b3b9e5435dd173ea65f"/><file name="Checkmo.php" hash="dab238ec0cfe0fcdc7d7b4bdc62d5362"/><dir name="Info"><file name="Authorizenet.php" hash="4d8e6b84b39afb783952a655492d432f"/><file name="Ccsave.php" hash="5aeb5b470bfc2e2ee2f9348be26da962"/><file name="Checkmo.php" hash="8ff0688b719fc02d2b8251ac6c28268d"/><file name="Free.php" hash="9365abec83a38f350df45050f7da2ebc"/><dir name="Paypal"><file name="Abstract.php" hash="1667fd80f65d237d9602d0aa86b1d872"/><file name="Express.php" hash="6be203902c18353a385cc90ed9e2727e"/><file name="Mecl.php" hash="3a16f5942b381e500dc484a0bcb51d5e"/></dir><dir name="Pbridge"><file name="Authorizenet.php" hash="92c09d5e489c56a1eb391e20f3a38ef7"/><dir name="Paypal"><file name="Direct.php" hash="3234526849b928e821293b9a7874ae20"/></dir><dir name="Paypaluk"><file name="Direct.php" hash="3fea9cab6ed6d0a56bc25e997e10c29c"/></dir><file name="Verisign.php" hash="729e9c8a67fffb9959aa25d3eb428506"/></dir><file name="Purchaseorder.php" hash="ad84173ac4c5eeadd8ae36809538066d"/></dir><file name="List.php" hash="65b74c92c5c431d0782d44591a4a7206"/><dir name="Paypal"><file name="Direct.php" hash="91e2ec84d9ab6d66666e406ef7e49876"/><file name="Payflow.php" hash="50783e33e67c5d3586b7b562d02dca9c"/></dir><dir name="Pbridge"><file name="Abstract.php" hash="63e4d1a1e76a3c2fcc3fcfbb9e6aa7a2"/><file name="Authorizenet.php" hash="fc52536293559fff385db2c44b5e4abf"/><file name="Paypal.php" hash="d7051103d8d3658348d45c125a94a9cb"/><file name="Paypaluk.php" hash="d74ec8c0572d72344e15cc046f3f930d"/><file name="Verisign.php" hash="c44c3abd0c4701916b6afea2aa4a0350"/></dir><file name="Purchaseorder.php" hash="030fe6853ec1daefe5254c1d3202d9fd"/></dir></dir><dir name="Pbridge"><file name="Result.php" hash="227f74ed7b8c70356c871c13da3b0d90"/></dir><dir name="Shipping"><dir name="Method"><file name="Available.php" hash="aa0daeaeab350879e8a35b39cce17c07"/></dir></dir></dir><dir name="Cms"><file name="Page.php" hash="65bfdcd55e655a32f4c8edc693ee96ce"/></dir><file name="Configuration.php" hash="8b45cb1feb7b57b92737409995199b78"/><dir name="Customer"><dir name="Address"><file name="Form.php" hash="bd407f232cfdd54b3883adcc296e5e42"/><file name="List.php" hash="f1977709d996a5220034dc53ba43736c"/></dir><dir name="Form"><dir name="Renderer"><file name="Boolean.php" hash="cab872062cc2fa850481a8071ff8430e"/><file name="Date.php" hash="eaca6e9dfdf8237676b4712edd2dc0eb"/><file name="File.php" hash="50c0ebb699d06dada23d54947773ba6f"/><file name="Image.php" hash="716abb89783afd92d611570366007a56"/><file name="Multiline.php" hash="3f6e229ada3b24de411fa2a92e884098"/><file name="Multiselect.php" hash="7c022e5bf3ca94c9bb079195ca8ac7fb"/><file name="Select.php" hash="7bde5f164cc5f2f6315d97cdd616a375"/><file name="Textarea.php" hash="7bc59536f99d5916c784a4af8637dd63"/><file name="Text.php" hash="99a66a85a0381c5008faa17d2e36649c"/></dir></dir><file name="Form.php" hash="4a8949cae299fdc0a301b61044ba9aeb"/><file name="GiftcardCheck.php" hash="00f5369bfa7d2acaf19721d9d30d8b90"/><dir name="Order"><file name="Details.php" hash="c8a61d5415317938dc24fc86836869c9"/><dir name="Item"><dir name="Renderer"><file name="Bundle.php" hash="54f8f4a62e3bd4d5e8760163def72bb6"/><file name="Default.php" hash="2d9dd37da81801ec3cfa66f4a03d93ba"/><file name="Downloadable.php" hash="968cbff891bd091a1bccde15f8775269"/><file name="Giftcard.php" hash="4b204fe2ab927d4fdf3b4ae4799397d9"/><file name="Grouped.php" hash="9d59db3c55b197ad9b92502c87e6705c"/></dir></dir><file name="Items.php" hash="60a686534f153802fdef91ac791cfff4"/><file name="List.php" hash="abc72def2351966ab94636fe07974c39"/><dir name="Totals"><dir name="Customerbalance"><file name="Refunded.php" hash="a816b23e4da0bb06cccda60b75d9c160"/></dir><file name="Customerbalance.php" hash="4be8bcf48e98f4fdec292b9bfc392361"/><file name="Giftcards.php" hash="a3fd1023a1f749cbda5bf61bea14c3b3"/><file name="Tax.php" hash="78a6978eebbb19c31b1e2c49130e18f6"/></dir><file name="Totals.php" hash="6ef5af54f8de5bb1952f2e4ba8fbe8bb"/></dir><file name="Storecredit.php" hash="330e09754566641bc5d4bbbdc81fe2ed"/></dir><file name="Home.php" hash="e9fdfc9cf01e344e77e2935f3665bfbb"/><dir name="Review"><file name="Form.php" hash="ff957aeb3f12cc7cf914226b0b8f9e13"/></dir><file name="Wishlist.php" hash="bd07249df4cd43d125c204efb26183a1"/></dir><dir name="Controller"><file name="Action.php" hash="2f10510fb23f982f58a8c19dda1d9a31"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="MobileController.php" hash="9d6e880d11de18dfb448622d6af1b29f"/></dir><file name="CartController.php" hash="a8ad01caf591c1a77b837ddeb6cbf529"/><file name="CatalogController.php" hash="879da35d1b9a0b2c73504e04e5c37f8c"/><file name="CheckoutController.php" hash="2b86a77b22985b3973afdc4108e1af25"/><file name="CmsController.php" hash="0ab39f5a7c11008bb9ce459bd6d1991a"/><file name="ConfigurationController.php" hash="d5138f74bc522db21ee2d89bdb8bdc73"/><file name="CustomerController.php" hash="4765ac136384ac95dd137d6a2aa38e2d"/><file name="IndexController.php" hash="860a7254ed07c3870e3ecd111e531e7d"/><dir name="Paypal"><file name="MeclController.php" hash="dca173681b825168b5f9eec5bca411e9"/><file name="MepController.php" hash="fba62b0fc2cabc225052fb8d6961b345"/></dir><file name="PbridgeController.php" hash="a7d2b1505b3143ee726086f733962c10"/><file name="ReviewController.php" hash="270163ed4a299a4ec47d2f1aa94d7e26"/><file name="WishlistController.php" hash="cc7caf57ca41c5b020ab4a7b41a39df9"/></dir><dir name="etc"><file name="adminhtml.xml" hash="e9e09a3189add51e2dd0779b7c30e335"/><file name="config.xml" hash="a84c7b07a579b273d75776b99565cd1f"/><file name="system.xml" hash="2fd8d90b6122bc0f9c4504ebed3564a2"/><dir name="themes"><file name="custom.xml" hash="27d78f2c4b3f2d57a748a42632f9f6ba"/><file name="default.xml" hash="bed50da27aab7561f096d68963f69594"/><file name="funk_leaf.xml" hash="18dccaaf6105f90517d36b17ade60c23"/><file name="hot_red.xml" hash="9d84c71d8a9c408e1d11ba73c4541f39"/><file name="sky_blue.xml" hash="690985d2d6675d4c745739ceed3ad3d4"/></dir></dir><dir name="Helper"><file name="Android.php" hash="dff2ea1e836e0c4b2967412b51082f00"/><dir name="Catalog"><dir name="Category"><file name="Image.php" hash="a51a34bd2ca3f25eb727c628b1cc8993"/></dir></dir><dir name="Customer"><dir name="Form"><file name="Renderer.php" hash="5f1bfef1039091f9d80d1626b882b93d"/></dir><file name="Order.php" hash="7bea5dfaaadc3b0499b30d1878c143f6"/></dir><file name="Data.php" hash="a2121b23488aea183c29d77f36af905f"/><file name="Image.php" hash="adb62d7c2d3c8ab240880ca9638f0603"/><file name="Ipad.php" hash="187ea7f6ce0898d6ae5a2411acdbca50"/><file name="Iphone.php" hash="81d843abe9e9775b37dbaaa997c8bd4b"/><file name="Payment.php" hash="f31000aad0648194f37bd4146e98b914"/><file name="Theme.php" hash="1bb1535e26e7335270b358bf6abbf5fd"/></dir><dir name="Model"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Backend"><file name="Baseurl.php" hash="4587945a7ca9325b24bdefbbbad7ef98"/><dir name="Currency"><file name="Default.php" hash="8feaf9aa3726f20c5b9ef7eb61873e8a"/></dir></dir></dir></dir></dir><file name="Application.php" hash="fda3ad88709c245406284abf54e021b0"/><dir name="Catalog"><dir name="Category"><file name="Image.php" hash="d2fb57dc5bb068316171beecb58a213e"/><dir name="Media"><file name="Config.php" hash="fb1d4cf18f3ecd69dd1f2b7752a9fd11"/></dir></dir></dir><file name="ConfigData.php" hash="0ff829dbc5a75fb8667c0b06c5542b94"/><file name="History.php" hash="c4abc0b37431627454f67afbd666d3c5"/><dir name="Mysql4"><dir name="Application"><file name="Collection.php" hash="9c44e18d57b36832a99172ffe1d274c8"/></dir><file name="Application.php" hash="950da9f00c5890178e8198daa121b146"/><dir name="Cms"><dir name="Page"><file name="Collection.php" hash="d75cd642ba87fedcdc0d4921f0e8baec"/></dir></dir><dir name="ConfigData"><file name="Collection.php" hash="09638326c98f141c0f3faaf1ba32b721"/></dir><file name="ConfigData.php" hash="84babb355a61b33aa106f8d13d9df6b5"/><dir name="Filter"><file name="Collection.php" hash="e968eac0ed6539ac055676161d66a8a9"/></dir><dir name="History"><file name="Collection.php" hash="cca1c63fe6f10f3b62453bed38382dc3"/></dir><file name="History.php" hash="f175e662e34d86d64ce97d661afe51e8"/><dir name="Queue"><file name="Collection.php" hash="fee45e59839f696497a81c2e585be7f9"/></dir><file name="Queue.php" hash="cc55d5b556841a1de5e2a3199b304daa"/><file name="Setup.php" hash="a2cb636fc2966355047c4f83392ddac4"/><dir name="Template"><file name="Collection.php" hash="469adbd24dfc6995af7453c3933e139e"/></dir><file name="Template.php" hash="c6c3b6c3de89b7f02de54b64402bab5b"/></dir><file name="Observer.php" hash="20431d2271b4d251f14331514653610f"/><dir name="Payment"><dir name="Method"><dir name="Paypal"><file name="Config.php" hash="9d12d5485515707549a7ae2f9915df21"/><file name="Mecl.php" hash="58ec303269e8e518eeee90939f6a19ed"/><file name="Mep.php" hash="caff45a9fc81524a55a631c9fddf3310"/></dir></dir></dir><dir name="Paypal"><dir name="Mecl"><file name="Checkout.php" hash="2755930c50a86d9254ee3d3c49335d2a"/></dir><dir name="Mep"><file name="Checkout.php" hash="1c7aafcd04dd2199bbf97ca4d52343fa"/></dir></dir><dir name="Preview"><file name="Abstract.php" hash="5f345cacf32845c96d5ccc97287e6c79"/><file name="Android.php" hash="a8635cebc05393bfd341b337c76029a9"/><file name="Ipad.php" hash="8d834168c93ea4fefc89264530138a9f"/><file name="Iphone.php" hash="e0c75a057b1aaf20f96bace047e7ae5a"/></dir><file name="Queue.php" hash="b38232ea29fd3af2814d9844ade227d9"/><dir name="Resource"><dir name="Application"><file name="Collection.php" hash="2ccec0dbbe6546891b98f324678c8fa5"/></dir><file name="Application.php" hash="9e0d728b9ccd3c5e0e818d5c125b2411"/><dir name="Cms"><dir name="Page"><file name="Collection.php" hash="7e9fe51d084fe64208406be205af9064"/></dir></dir><dir name="ConfigData"><file name="Collection.php" hash="5451a70c25084f0ea6671f8abb844eb6"/></dir><file name="ConfigData.php" hash="45326e059663ba5fc84c4f9facc0cdba"/><dir name="Filter"><file name="Collection.php" hash="13687cf6a185e02bc6662344697064d7"/></dir><dir name="History"><file name="Collection.php" hash="0d14fb1150c30f54d6a1754fde85b6a5"/></dir><file name="History.php" hash="5e8ee2beeee2b4fe13f3f066b64e9aa9"/><dir name="Queue"><file name="Collection.php" hash="51be06a41852ec59ad29330a59d6520a"/></dir><file name="Queue.php" hash="47bedd69da48e160a66264d5f2ad72e0"/><file name="Setup.php" hash="3d303dee9280b7a1e92711e3d692897d"/><dir name="Template"><file name="Collection.php" hash="c18efa228448ab8101218862552245b2"/></dir><file name="Template.php" hash="eda63b64a6fec9bedb94106956b3e9e9"/></dir><dir name="Simplexml"><file name="Element.php" hash="7372747e3d41d2defccc66405a908b20"/><dir name="Form"><file name="Abstract.php" hash="bdc3c81c2fbba8ebd5c0af035806daed"/><dir name="Element"><file name="Abstract.php" hash="b3e25a8cfa11d5342c0f176d612c85ae"/><file name="Checkbox.php" hash="8832210a674e82520f3c832e08bf3ef6"/><file name="Collection.php" hash="8a9718a9f533dcbe92f67804ff55a18c"/><file name="CountryListSelect.php" hash="40931255a3f0875c3b0963d102b80dcd"/><file name="Date.php" hash="a7e0bb97171e0ebd4b127d472ecf7abb"/><file name="Email.php" hash="623f78336de07b3afc515ccf675bcc7d"/><file name="Fieldset.php" hash="9ffbcedd7573069a99150787355dd4fa"/><file name="File.php" hash="0d3534364e2b341418c160e49a8b1222"/><file name="Image.php" hash="849f9b13c0ec9adf15676c81ce469caf"/><file name="Multiline.php" hash="c33a8d80b196f0f58b111869e208e7f9"/><file name="Multiselect.php" hash="b30ccd5936d62efaf3fc28c2f413abb4"/><dir name="Renderer"><file name="Interface.php" hash="fc26957334a4a186fe1966b89532d192"/></dir><file name="Select.php" hash="07c49d7be14d0cff043720684baf7784"/><file name="Textarea.php" hash="d52ab3187cf824336b8ce3c54ec87c10"/><file name="Text.php" hash="9243bdbed5e46b03bb034095ad2c9917"/><dir name="Validator"><file name="Abstract.php" hash="480fcff191b6bcaf515c35ef9c0600fe"/><file name="Rule.php" hash="4f45d785bc68dce282c83a1513ccb898"/></dir><file name="Validator.php" hash="9f7276a9684576f6121cb7afeef445fb"/></dir></dir><file name="Form.php" hash="c8d860968adcf1828ada74ca5bf45ef2"/></dir><file name="Tabs.php" hash="e497f6c2411dfe5acf6d05baddc0c5d1"/><file name="Template.php" hash="db309d342558819dc55589f2d75250e8"/><file name="Theme.php" hash="cab157784ebdc13d5904897e79ba666f"/></dir><dir name="sql"><dir name="xmlconnect_setup"><file name="install-1.6.0.0.php" hash="7e671904af029f7b7f66bfe0f94b6f70"/><file name="mysql4-data-upgrade-1.4.0.13-1.4.0.14.php" hash="dbeee8be90ad555f94dde1698507361d"/><file name="mysql4-install-1.4.0.8.php" hash="f8464695a5646905db0c93853e46f8c3"/><file name="mysql4-upgrade-1.4.0.10-1.4.0.11.php" hash="75f132c4f7557f4742151132151bdeda"/><file name="mysql4-upgrade-1.4.0.11-1.4.0.12.php" hash="2e60de0df2d1b13866df22f0c6d5a142"/><file name="mysql4-upgrade-1.4.0.12-1.4.0.13.php" hash="5e8d3ad5a698293204cbf56447af3c14"/><file name="mysql4-upgrade-1.4.0.13-1.4.0.14.php" hash="8aaadee45c409878e09ef52f14ac63f3"/><file name="mysql4-upgrade-1.4.0.8-1.4.0.9.php" hash="9eedd23079d62be3ffd6ef88776aa569"/><file name="mysql4-upgrade-1.4.0.9-1.4.0.10.php" hash="02655587297aabbee8e533c5566a96c5"/><file name="mysql4-upgrade-1.5.9.9-1.6.0.0.php" hash="51910371ffb0d37964e4fec4131b9df2"/></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="xmlconnect.xml" hash="99a8bca3324539306b43f8ea233e8cf3"/></dir><dir name="template"><dir name="xmlconnect"><dir><dir name="pbridge"><file name="result.phtml" hash="e495c79e95d36c443c66c326271b9c94"/></dir></dir></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="xmlconnect.xml" hash="8185b05da52cfd213d1e46e6a7762d2c"/></dir><dir name="template"><dir name="xmlconnect"><dir><dir name="edit"><dir name="tab"><dir name="design"><dir name="preview"><file name="catalog_android.phtml" hash="06672d88af2a0d5d1d50989b37be8c3d"/><file name="catalog_hor_ipad.phtml" hash="26d43d92b9db2b37bbe85b56c3a319d2"/><file name="catalog_ipad.phtml" hash="c74b43ee9818dfb9c58721b1a8dbb35b"/><file name="catalog_iphone.phtml" hash="005272a37fab56b4621aa992b6fdb539"/><file name="home_android.phtml" hash="78e2342ad4192ce350e2816551871180"/><file name="home_hor_ipad.phtml" hash="3e083775f447ac5f6651b15ac0e99882"/><file name="home_ipad.phtml" hash="d265615898c85cbb2fdc8e1bcb42cd19"/><file name="home_iphone.phtml" hash="39bca5d630cca1fab7afc9c607d650bc"/><file name="productinfo_iphone.phtml" hash="5759588802a14f3a5bfb384ef2ba8968"/><file name="tab_items_android.phtml" hash="386151d774d22bb6b73fb1f910f9e32c"/><file name="tab_items_ipad.phtml" hash="49e6313b12dc41dc789552b984950992"/><file name="tab_items_iphone.phtml" hash="82f84ffba34bf0423f28783813c3574a"/></dir><file name="preview_android.phtml" hash="118790ab9c4b0ce796ce2b28e0288160"/><file name="preview_ipad.phtml" hash="71a2e63ee9e8ba7ba7a10001bae44070"/><file name="preview_iphone.phtml" hash="c03dab63a0d5582b200e0e1d6c3c7367"/></dir><file name="design.phtml" hash="26838ef2b2e18f67f4d66434d521adbe"/></dir></dir><dir name="form"><dir name="element"><file name="addrow.phtml" hash="3fce3f5ac4150e0291d9e2e16f751a9a"/><file name="app_tabs_android.phtml" hash="4d970f3727c3b94a31bec1c102b337a2"/><file name="app_tabs_ipad.phtml" hash="963a06e9e8957c92ea26548ddca759db"/><file name="app_tabs_iphone.phtml" hash="d56d0ae2c352141786ebd76a88a406ab"/><dir name="country"><file name="androidmarket.phtml" hash="60c2b6a79ea6614101ef4627ec1bcf58"/><file name="istore.phtml" hash="6dde4c2c1cb30c3caaf22fb99c253b96"/></dir><file name="themes.phtml" hash="cec0d80d0d228ce9e93f42a841d03119"/></dir></dir><dir name="mobile"><file name="notification_helper.phtml" hash="3dd74d1934830b684568ec5c18fe5a7d"/></dir><dir name="submission"><file name="app_icons_preview.phtml" hash="175b11c14d699fce9c786c24326e9533"/><file name="container.phtml" hash="281a387964caf100959301f0097cee06"/></dir><dir name="template"><file name="preview.phtml" hash="310d5ec068cdfd59293d6eebc613ce44"/></dir></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Mage_XmlConnect.xml" hash="c6176612e733ca95ee95780cd8afde50"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Mage_XmlConnect.csv" hash="a54857e900115054e52f0ab59b7088dc"/></dir></target><target name="magemedia"><dir name="xmlconnect"><dir><dir name="custom"><file name="ok.gif" hash="398f81b3983f802a99932eaf97ee0806"/></dir><dir name="original"><file name="ok.gif" hash="398f81b3983f802a99932eaf97ee0806"/></dir><dir name="system"><file name="ok.gif" hash="398f81b3983f802a99932eaf97ee0806"/></dir></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="xmlconnect"><file name="boxes.css" hash="9afcff3669e4286e565894da7f7ee4e3"/><file name="dropdown.css" hash="e5388a1fd90df2a2e3860516adef0367"/><dir><dir name="fonts"><file name="android_icons-webfont.eot" hash="2fc917efbfb3c933ccfddc108ef05f33"/><file name="android_icons-webfont.svg" hash="e8cb2b5ef019bbc2885c97ed0caaf2a0"/><file name="android_icons-webfont.ttf" hash="bc567dd7a381093fbb652c58cbad9430"/><file name="android_icons-webfont.woff" hash="8310b54d55bf84a8a3f3a86c22a51aef"/><file name="stars-webfont.eot" hash="019beb4b8ec19447657cf3106138bbe3"/><file name="stars-webfont.svg" hash="20cf0312c0b951d173d4531ea18abc6f"/><file name="stars-webfont.ttf" hash="d63d95e9adaf775f410437535622bf60"/><file name="stars-webfont.woff" hash="526d9756131c94139f0f1df5272197fd"/></dir></dir><file name="mobile-android.css" hash="c932d2898a1ffd5545cfd76699260125"/><file name="mobile-catalog.css" hash="ca7c4c2c7643ca1249e00bbd45980fd2"/><file name="mobile-home.css" hash="b10c97acf5ac07c40d1db72b9d413841"/><file name="mobile-ipad-catalog.css" hash="2b35f47bb153c659640dd37beac277f1"/><file name="mobile-ipad-home.css" hash="270c8e4c8111de6c6173f9b6883c85ec"/><file name="styles.css" hash="c87a56ddc3001a2e357d648695855f5f"/></dir><dir name="images"><dir name="xmlconnect"><dir><dir name="design_default"><file name="accordion_open_android_l.png" hash="bc27688afbfd866c618477ea2c7bf0ee"/><file name="accordion_open_android.png" hash="7ef2f1d193990c3f4c2c90aae9ab3281"/><file name="accordion_open_android_p.png" hash="2e4549cba575c12ef2a39c12e9ffe173"/><file name="accordion_open_ipad_l.png" hash="dcdda97da6556393b972d6dae8d6bac5"/><file name="accordion_open_ipad_p.png" hash="55cca08a0ab79047961858789ff8c3a7"/><file name="accordion_open.png" hash="4c89d903ebbc61ee295ef64a60724b10"/><file name="banner_1_2.png" hash="0637d31df6b5a434c9a332ee46122ef4"/><file name="banner_android.png" hash="02695661b8e50e1a001c3369622f322f"/><file name="banner_ipad_l.png" hash="04e850d481a9ae902f33fd8c1f89cbf0"/><file name="banner_ipad.png" hash="c1d59a6ec67da1bb76c5142453da7acf"/><file name="smallIcon_1_6.png" hash="c1ce9e289eaf2c0504d502928693bd89"/></dir><dir name="mobile_preview"><file name="1.gif" hash="817fd84187db3eee00799b0acf316457"/><file name="2.gif" hash="1a842d8f3ac25cfcdeab6c86dd8fea89"/><file name="3.gif" hash="207cd55e968c284bd52c86efdcdda1c7"/><file name="actionsBackground.png" hash="11faa8baee72f3e6a9a02a83915c8658"/><file name="actionsBg.png" hash="9acccd1980f17006942d74a718ebd7da"/><dir name="android"><file name="background_home_landscape.jpg" hash="1f79a1f42ca4e2cf6010ab6c3ef66aa4"/><file name="background_portrait.jpg" hash="197b15e6455ad1a85e1bad6595371fa3"/><file name="bg_button_up.gif" hash="204f590a88933c930b7fc92963accfab"/><file name="bg_catalog_filters.png" hash="7464191ebaf576b73a3c021eb1cfcc25"/><file name="bg_catalog_filters_shadow.png" hash="5021ad60917190026d85fae1d33bdaa9"/><file name="bg_cat_item.png" hash="2859b45c387b66243d4af2ba973b2ae1"/><file name="bg_content.jpg" hash="70ddfc8959d878d1231dc7cbee4a063c"/><file name="bg_frame.gif" hash="7062ed9b7563fc658f49ce7cfdd34f1c"/><file name="bg_header_catalog.png" hash="c1080cd18a89e21da18fdc6955bf6230"/><file name="bg_header_home.png" hash="dfce0445ca7c7a45c7914a986b596ce0"/><file name="bg_header.png" hash="d4a46c8850d1d89259921b1c28b5bce1"/><file name="bg_home_content.jpg" hash="1d55a198279e4f2b163c98c18f699646"/><file name="bg_home_header.png" hash="8bc1887a0c5760cc47b77b8a7a320426"/><file name="bg_logo.png" hash="02695661b8e50e1a001c3369622f322f"/><file name="bg_page.png" hash="d65f1d123655c2eaf3bb4a1e6035a08d"/><file name="bg_star_empty.png" hash="3f0421fb8c8f6c4be6ca501168a881e8"/><file name="bg_star.png" hash="fc6de6c4e0ed3478b8840e1ab81da725"/><file name="bg_status_bar.png" hash="52b41106451ac34672f82338bbc5370c"/><file name="ico_account.png" hash="c1fd338c74fcf483155acbd37c430807"/><file name="ico_home.png" hash="2de37f640463b354d68945320bfe3e4f"/><file name="ico_search.png" hash="8b0dd17a3e9c3328e66204fe379c66aa"/><file name="logo_big.png" hash="693bb9d118155a146b21ce9fcfba08da"/><file name="product_image_1.jpg" hash="8994979d4dcc1f339c73cd1f44398a7d"/><file name="product_image_2.jpg" hash="26d6599bdb35d80b25a1e903b40cfa19"/><file name="product_image_3.jpg" hash="d7c6d05196a84341afe0025d01b9dc61"/><file name="product_image_4.jpg" hash="2a88ead3dbbeff1d40168db692841f2f"/><file name="product_image.png" hash="dd975b128ba303e0ae2adc9772e0433c"/></dir><file name="arrow.png" hash="837259a7c365e46034dca728bffe9070"/><file name="background.gif" hash="bd92833eb2eb32e4a0282cea153ac13f"/><file name="background.png" hash="3717f4b4ba725701e2a0604129a3a815"/><file name="banner.png" hash="0637d31df6b5a434c9a332ee46122ef4"/><file name="btn-l.png" hash="92b2454528e9d39119038777cf53329c"/><file name="btn-r.png" hash="8c6aa9fd9203bc10822e0505f11e0c4d"/><file name="buttons.php" hash="a04839d41cf73d4c70b498ec75ff2bd4"/><file name="circle.png" hash="f4c116cb0554bf936d3b9ee38b7f3d1f"/><dir name="custom_icons"><file name="account.png" hash="0498d73e47ed47179e5546dc15c17dc7"/><file name="actionsBg.jpg" hash="ee3db742cbec9a436ba46118c8a01303"/><file name="addToCart.png" hash="e33876648546e99d875ca92bd2cd78e9"/><file name="addToWishlist.png" hash="1018602b7c5e0e11f0427ace96fd7d52"/><file name="background.gif" hash="bd92833eb2eb32e4a0282cea153ac13f"/><file name="buttons.gif" hash="0cd19a9d9178976906161ea100cba958"/><file name="cart.png" hash="815b4c64fae21b4c162525ece76dc44d"/><file name="home.png" hash="9e473791b022b7c2dfc7d29b1b6de887"/><file name="image-bg.png" hash="14bde5cf8b00dc5f6c60e52a0fa964dc"/><file name="logo-small.png" hash="9b3477a4552bcb878b4943aae5351622"/><file name="rowBgIcon.gif" hash="9ee89b961ae2bb047672ba5d2d2677c6"/><file name="search.png" hash="10bfa7ec3361ce7cbcc5d25087f181eb"/><file name="shop.png" hash="e6639a9fdc143363da82a7d78e126f1c"/><file name="star-active.png" hash="d4ab959a92bda610527a3e3942c4c0b0"/><file name="star-inactive.png" hash="f7fb99710be4c03ac23b1206f20e761d"/><file name="tellAFriend.png" hash="46f8ef48b29f245977d66d9312d87e70"/><file name="viewDetails.png" hash="9bacc63bcc483d3db5614a026d9391f6"/><file name="viewGallery.png" hash="304f3d03949d07055bc056359fe17763"/></dir><dir name="gradients"><file name="footer.png" hash="31a2feed50ef9c8637b412c4211f8300"/><file name="header2.png" hash="ad5a2dc6ec93914e925cfe2d43fb30a2"/><file name="header3.png" hash="920ad8c6903e90323a57fb02dca37280"/><file name="header.png" hash="5386da930a944cd75562216249cce08a"/><file name="item-bg.png" hash="a14886d1f9e14284ac6b4f1b61e68646"/><file name="sort-bg.png" hash="b8053bb772e849909e5b87e4fd1ebbe4"/></dir><file name="grid.png" hash="23faa3f5572cdeb597c2bceedd93a7f8"/><dir name="icons"><file name="account.png" hash="0498d73e47ed47179e5546dc15c17dc7"/><file name="cart.png" hash="815b4c64fae21b4c162525ece76dc44d"/><file name="home.png" hash="9e473791b022b7c2dfc7d29b1b6de887"/><file name="more.png" hash="f3662ae29923b87eba3a729192aa3df3"/><file name="page.png" hash="2291d77f21de042040bc0864be40138b"/><file name="search.png" hash="10bfa7ec3361ce7cbcc5d25087f181eb"/><file name="shop.png" hash="e6639a9fdc143363da82a7d78e126f1c"/></dir><file name="image-bg.png" hash="a588b9cced95a25fc18e28c775d9a001"/><file name="imageFrame.php" hash="f5a1298dfc6cb70cb486b55820f5ab21"/><file name="info.png" hash="3f0d2ed85b81e8251f294457c6bfa404"/><dir name="ipad"><file name="background_home_landscape.jpg" hash="9e3ef117985113b804531142d539b60a"/><file name="background_portrait.jpg" hash="bdf9e034fd30b923086e6c622ea10451"/><file name="banner_image_l.png" hash="a070a40d57610b5cc7160fe894482a1c"/><file name="banner_image.png" hash="693bb9d118155a146b21ce9fcfba08da"/><file name="bg_catalog_header_hor.png" hash="f61a67aa288e1b8a8df7b4d4527c662e"/><file name="bg_content.jpg" hash="70ddfc8959d878d1231dc7cbee4a063c"/><file name="bg_filter_button.png" hash="728f1cd358446881ffd863eff12204a1"/><file name="bg_filters_buttons.png" hash="02fcb0ed7a7268e9f64ebaf06235bc09"/><file name="bg_filters_tooltip.png" hash="3b05ca6e585acd3d766be01eeaa23d47"/><file name="bg_filters_wrap.png" hash="31288784fe95c67de9b45b44458b4155"/><file name="bg_header.png" hash="e2cf5a575a27e6e4533e3c85e3472a82"/><file name="bg_home_content.jpg" hash="1d55a198279e4f2b163c98c18f699646"/><file name="bg_home_header_hor.png" hash="9bfef728ece003d5b3433d2623ea168c"/><file name="bg_home_header.png" hash="00f2fbf96d2b915dcbcd921b0301ef3f"/><file name="bg_home_products.png" hash="ac6a8a79b959a0c8298b1f607c0f0af8"/><file name="bg_home_shadow_hor.png" hash="0d21a99c5c749d0e5070e3585ff4a23f"/><file name="bg_home_shadow.png" hash="c54b071ca3e97a6ee67588ef74b7b44e"/><file name="bg_product_image.png" hash="4da74325c1a4ee1ca19b414e5d590f75"/><file name="bg_search.png" hash="6ee08d05d0c4ef9ed64b9914b821f408"/><file name="bg_sections.jpg" hash="0ee90005663aced09a9ce6385bdbce2c"/><file name="bg_status_bar_hor.png" hash="bd4a9f11ecb1c896145267731d8a951d"/><file name="bg_status_bar.png" hash="17124d9d392bb8e37b202c80a595df54"/><file name="i_cart.png" hash="1bbe0a0e54eed5bb14b9bfcce83da758"/><file name="i_info.png" hash="3f0fda8b294b67bf698badbcaa99150b"/><file name="i_login.png" hash="deb4089bdc61582c78c90ef192d577e8"/><file name="i_remove.png" hash="4923eb5e76b3c6ba6df5c667db816a0c"/><file name="logo_big.png" hash="693bb9d118155a146b21ce9fcfba08da"/><file name="logo.png" hash="49c19f59b459b6c0b3b99daa3fe7f932"/><file name="product_image.jpg" hash="2bb6c69129bcb18dc93e9f48605647c6"/><file name="sections_arrow.png" hash="7db7144083a31882e8a62cb9579f478f"/><file name="stars.png" hash="70d38cd9883d70e4f6b21ac4874b9868"/></dir><file name="lightStar2.png" hash="75928926a6112540c9cb073157cb7d95"/><file name="lightStar.php" hash="cba0a7c5f28a1bbc764761f4fc581fe3"/><file name="lightStar.png" hash="b5dc40d5b793dae6a069357f49cccc24"/><file name="lines-h.png" hash="ea3d95812c9838affc6df2f3a3cb1977"/><file name="lines-v.png" hash="9e3ffee29ba28477d50da9642019bc0a"/><file name="login-btn-left-alt.png" hash="71bb6c7d24252aace27bee711d7616f4"/><file name="login-btn-left.png" hash="cbbf9afc6e9fc433f57270e88b63f351"/><file name="login-btn.png" hash="051ee2c1a8ce3f7b8de3293cd2e2ed85"/><file name="login-btn-right.png" hash="438fcc598d012bf6d33184e95accfd24"/><file name="logo_25.png" hash="ba41ed568d916175c32803b614442447"/><file name="logo-small.png" hash="9b3477a4552bcb878b4943aae5351622"/><file name="men.png" hash="46d7d1773118ef0a27353e8a9f6719fe"/><file name="mm-frame.gif" hash="eebf30806f1dbf2118e7ec39a016c86d"/><file name="mobile-catalog.css" hash="80cbd74984354df2d86f4ad68b9123a3"/><file name="mobile-home.css" hash="b57641c73c4eae08e0a02cd7291d9465"/><file name="rowBgIcon.gif" hash="9ee89b961ae2bb047672ba5d2d2677c6"/><dir name="slider"><file name="actionsBg.jpg" hash="ee3db742cbec9a436ba46118c8a01303"/><file name="addToCart.png" hash="2a146be4bc63713df19cc353e030d44f"/><file name="addToWishlist.png" hash="9b23a4e0d9acfc79f314e9082f14c4de"/><file name="tellAFriend.png" hash="b7600fa2ae52bdb1d6bb86fe4d9f1773"/><file name="viewDetails.png" hash="90cf37c6dbbee1861350b4c05469e3ae"/><file name="viewGallery.png" hash="304f3d03949d07055bc056359fe17763"/></dir><file name="slider.gif" hash="c6b87bf15b85b18c0515e2cbefaabe60"/><file name="smallIcon.png" hash="e76d2a6364042f41b3f35fc8cdc9c0ee"/><dir name="sort_buttons"><file name="bg_button.png" hash="87d0f1b123f01c3aea3cb8a2b146306e"/><file name="buttons.gif" hash="2f14f1a3f0fb38790779c992a58654ae"/><file name="buttons.png" hash="b4a3f17370e03bf5d2a5cdf7800c25a7"/><file name="button_up.gif" hash="7ad527f99b9975d5634fb2d5cc99e6b3"/><file name="center-active.png" hash="5903988cd458cd794f23a212d51aa725"/><file name="center-inactive.png" hash="135b46aaa5c3b131a5a7e9c45c004e06"/><file name="filters.png" hash="3837ab6fcfe959833dd998533db1ca7f"/><file name="left-active.png" hash="86e94441b96a0d27d0b0a7e5108f86ed"/><file name="left-inactive.png" hash="0ddcb75aa9971cca39a5a65b4bdff8c4"/><file name="right-active.png" hash="320740ff608187301b06a96eab2f9e8e"/><file name="right-inactive.png" hash="cac4b39ab380353ffd5fdbcedb6e0a0a"/></dir><file name="star-active.png" hash="d4ab959a92bda610527a3e3942c4c0b0"/><file name="star-inactive.png" hash="f7fb99710be4c03ac23b1206f20e761d"/><file name="t-shirt.gif" hash="7505efdaabf13c4f8e26f7cfe15c8c96"/><file name="t-shirt.png" hash="46d7d1773118ef0a27353e8a9f6719fe"/><file name="women.png" hash="46d7d1773118ef0a27353e8a9f6719fe"/><file name="youth.png" hash="46d7d1773118ef0a27353e8a9f6719fe"/></dir></dir><file name="dropdown-arrow.gif" hash="332e99ca6b4d1e0d39972e04fb0b2395"/><file name="empty.png" hash="23dc9dc3c4751f83c2df7a5c42668824"/><file name="full-arrow.gif" hash="36ddff0fca1c7d8900cb3633e0a30cea"/><file name="full-arrow-left.gif" hash="8ec91b60d38d1a16cba7670f2088a5c7"/><file name="gel_green.png" hash="591959d831e8e42c9175d12a88f0bae2"/><file name="gel_red.png" hash="db442c023014df9da32b84bc1bb5a39f"/><file name="l-arrow.gif" hash="ee49f7eab64657b5131953acef0238fd"/><file name="loading.gif" hash="5d25806dac7cbee5f894b13144783866"/><file name="r-arrow.gif" hash="d0429a9781e915fc9d9ca8875c470d32"/><file name="small_logo.gif" hash="d5c8be7c0f16aac2549759c0228492d6"/><file name="swatch_black.gif" hash="fd31d6a3a435c8ad1f7c43f346bb47e4"/><file name="swatch_custom.gif" hash="fb34791a48366957a141e12b563888c2"/><file name="swatch_default.gif" hash="fb34791a48366957a141e12b563888c2"/><file name="swatch_funk_leaf.gif" hash="f1d3ba87efb742b47da879a6f48909c4"/><file name="swatch_hot_red.gif" hash="d9363d45dc2993c2fdc3ea43c5b6f71c"/><file name="swatch_sky_blue.gif" hash="ded1455db119d09a3aedd7474fd1875a"/><file name="swatch_user_custom.gif" hash="a24f31421a1ff56d1be0845f9a7c7020"/><file name="switch-arrow.gif" hash="dc7243962b341f366cd072d486687e6a"/><file name="tab_account_android.png" hash="77605cbc87f75ca17e91a5393765ceb1"/><file name="tab_account_ipad.png" hash="2997de5402195d0720309b73c6446fab"/><file name="tab_account.png" hash="27101fbaa78a07426be4768acc4c53ff"/><file name="tab_cart_android.png" hash="477e97f8d03ea8aa674e952709f86578"/><file name="tab_cart.png" hash="e803f760ee81cb35183f1122f388b774"/><file name="tab_empty.png" hash="bdd4cc355566e8861b2c45424ad94516"/><file name="tab_home_active.png" hash="bba5eb9bb724c84c1ede9e6f4bec3575"/><file name="tab_home_android.png" hash="1fefc6b070cc21b31b43194a7d85f9d9"/><file name="tab_home.png" hash="dfa104e4da74e4a55d3c98d6ee0f7122"/><file name="tab_info_android.png" hash="67fc19d8d926f7aede482f5a7083fc71"/><file name="tab_more.png" hash="2803359cb3e795bf67457e727aa16020"/><file name="tab_page.png" hash="ca05dbc42f944b8d4255f6675f6dd93a"/><file name="tab_search_android.png" hash="932c2c568872fd9e119367c887f0539a"/><file name="tab_search.png" hash="2cf29dbe325558353621b4241543204f"/><file name="tab_shop_active.png" hash="de907d6a52d477d4319649f9b0e2e4aa"/><file name="tab_shop_android.png" hash="e119fcd20f8cba856d550a64d775ddbb"/><file name="tab_shop.png" hash="f36be0d3d27f2b37626247d3f6a55e2a"/><file name="tmp-icon.gif" hash="58b759aecf3bdae26d5aaff7a0be5c90"/><file name="xmlconnect_tab.png" hash="cd99a7e01a42a6c82d866f7684faeb95"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="images"><dir name="xmlconnect"><dir><dir name="catalog"><dir name="category"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir></dir><file name="tab_account.png" hash="0498d73e47ed47179e5546dc15c17dc7"/><file name="tab_cart.png" hash="9055ba76e256a51d3fee53a8c41d5226"/><file name="tab_home.png" hash="07d0af93e167b9366d3d4fb3d6cdb31c"/><file name="tab_more.png" hash="b9fc21feb8d7655bc9c2985c37b0de2f"/><file name="tab_page.png" hash="ca05dbc42f944b8d4255f6675f6dd93a"/><file name="tab_search.png" hash="25e880eb2a4d06828e2e1c3f32d22400"/><file name="tab_shop.png" hash="fe602fc2e7093efef5ecc0b027a32d91"/></dir></dir></dir></dir></dir></target><target name="mageweb"><dir name="js"><dir name="jscolor"><file name="arrow.gif" hash="5034704a76cd55c1cbcbc58ea6bf523f"/><file name="cross.gif" hash="ba9a274b9323753cd95bc3b1eb2f4e5f"/><file name="demo.html" hash="edf71251cb2be20322d2efb00aee86a6"/><file name="hs.png" hash="fefa1a03d92ebad25c88dca94a0b63db"/><file name="hv.png" hash="990d71cada17da100653636cf8490884"/><file name="jscolor.js" hash="b65a1505390592ac6c0177d6b84774e0"/></dir></dir></target></contents>
16
  <compatible/>
17
+ <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.7.0.1</min><max>1.7.1.0</max></package></required></dependencies>
18
  </package>