Skip to content

Instantly share code, notes, and snippets.

@petemcw
Created October 18, 2019 14:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save petemcw/3999fe86f7651838e54f5cca3cfab1cd to your computer and use it in GitHub Desktop.
Save petemcw/3999fe86f7651838e54f5cca3cfab1cd to your computer and use it in GitHub Desktop.
Template patch for Magento Open Source 2.2.10
--- vendor/magento/module-backup/view/adminhtml/templates/backup//list.phtml 2019-09-19 15:52:44.000000000 -0500
+++ vendor/magento/module-backup/view/adminhtml/templates/backup//list.phtml 2019-10-17 17:37:00.000000000 -0500
@@ -7,4 +7,4 @@
<?= $block->getChildHtml('grid') ?>
<?= $block->getGridHtml() ?>
<?= $block->getDialogsHtml() ?>
-<?php
+
--- vendor/magento/module-bundle/view/base/templates/product/price/selection/amount.phtml 2019-09-19 15:52:44.000000000 -0500
+++ vendor/magento/module-bundle/view/base/templates/product/price/selection/amount.phtml 2019-10-17 17:38:43.000000000 -0500
@@ -8,4 +8,4 @@
<?php /** @var \Magento\Framework\Pricing\Render\Amount $block */ ?>
<?= /* @noEscape */ $block->formatCurrency($block->getDisplayValue(), (bool) $block->getIncludeContainer()); ?>
-<?php
+
--- vendor/magento/module-captchview/frontend/templates/js/components.phtml 2019-09-19 15:52:44.000000000 -0500
+++ vendor/magento/module-captview/frontend/templates/js/components.phtml 2019-10-17 17:39:58.000000000 -0500
@@ -5,4 +5,3 @@ */
?>
<?= $block->getChildHtml() ?>
-<?php
--- vendor/magento/module-catalog/view/frontend/templates/product/widget/compared/grid.phtml 2019-09-19 15:52:44.000000000 -0500
+++ vendor/magento/module-catalog/view/frontend/templates/product/widget/compared/grid.phtml 2019-10-17 17:41:19.000000000 -0500
@@ -18,4 +18,3 @@
]
]
); ?>
-<?php
--- vendor/magento/module-catalog/view/frontend/templates/product/widget/compared/list.phtml 2019-09-19 15:52:44.000000000 -0500
+++ vendor/magento/module-catalog/view/frontend/templates/product/widget/compared/list.phtml 2019-10-17 17:42:49.000000000 -0500
@@ -18,4 +18,3 @@
]
]
); ?>
-<?php
--- vendor/magento/module-catalog/view/frontend/templates/product/widget/compared/sidebar.phtml 2019-09-19 15:52:44.000000000 -0500
+++ vendor/magento/module-catalog/view/frontend/templates/product/widget/compared/sidebar.phtml 2019-10-17 17:43:35.000000000 -0500
@@ -18,4 +18,3 @@
]
]
); ?>
-<?php
--- vendor/magento/module-catalog/view/frontend/templates/product/widget/viewed/grid.phtml 2019-09-19 15:52:44.000000000 -0500
+++ vendor/magento/module-catalog/view/frontend/templates/product/widget/viewed/grid.phtml 2019-10-17 17:44:57.000000000 -0500
@@ -16,4 +16,3 @@
'imageCode' => 'recently_viewed_products_grid_content_widget'
]
]); ?>
-<?php
--- vendor/magento/module-catalog/view/frontend/templates/product/widget/viewed/list.phtml 2019-09-19 15:52:44.000000000 -0500
+++ vendor/magento/module-catalog/view/frontend/templates/product/widget/viewed/list.phtml 2019-10-17 17:45:04.000000000 -0500
@@ -15,4 +15,3 @@
'imageCode' => 'recently_viewed_products_list_content_widget'
]
]); ?>
-<?php
--- vendor/magento/module-catalog/view/frontend/templates/product/widget/viewed/sidebar.phtml 2019-09-19 15:52:44.000000000 -0500
+++ vendor/magento/module-catalog/view/frontend/templates/product/widget/viewed/sidebar.phtml 2019-10-17 17:45:10.000000000 -0500
@@ -18,4 +18,3 @@
]
]
); ?>
-<?php
--- vendor/magento/module-cms/view/frontend/templates/content.phtml 2019-09-19 15:52:44.000000000 -0500
+++ vendor/magento/module-cms/view/frontend/templates/content.phtml 2019-10-17 17:47:03.000000000 -0500
@@ -5,4 +5,3 @@
*/
?>
<?= /* @noEscape */ $pageData->getPageContent() ?>
-<?php
--- vendor/magento/module-customer/view/adminhtml/templates/edit/js.phtml 2019-09-19 15:52:44.000000000 -0500
+++ vendor/magento/module-customer/view/adminhtml/templates/edit/js.phtml 2019-10-17 17:47:55.000000000 -0500
@@ -4,4 +4,3 @@
* See COPYING.txt for license details.
*/
?>
-<?php
--- vendor/magento/module-customer/view/frontend/templates/js/components.phtml 2019-09-19 15:52:44.000000000 -0500
+++ vendor/magento/module-customer/view/frontend/templates/js/components.phtml 2019-10-17 17:48:46.000000000 -0500
@@ -5,4 +5,3 @@
*/
?>
<?= $block->getChildHtml() ?>
-<?php
--- vendor/magento/module-newsletter/view/adminhtml/templates/queue/list.phtml 2019-09-19 15:52:46.000000000 -0500
+++ vendor/magento/module-newsletter/view/adminhtml/templates/queue/list.phtml 2019-10-17 17:51:21.000000000 -0500
@@ -5,4 +5,3 @@
*/
?>
<?= $block->getChildHtml('grid') ?>
-<?php
--- vendor/magento/module-newsletter/view/adminhtml/templates/template/list.phtml 2019-09-19 15:52:46.000000000 -0500
+++ vendor/magento/module-newsletter/view/adminhtml/templates/template/list.phtml 2019-10-17 17:52:08.000000000 -0500
@@ -5,4 +5,3 @@
*/
?>
<?= $block->getChildHtml('grid') ?>
-<?php
--- vendor/magento/module-newsletter/view/frontend/templates/js/components.phtml 2019-09-19 15:52:46.000000000 -0500
+++ vendor/magento/module-newsletter/view/frontend/templates/js/components.phtml 2019-10-17 17:53:47.000000000 -0500
@@ -5,4 +5,3 @@
*/
?>
<?= $block->getChildHtml() ?>
-<?php
--- vendor/magento/module-page-cache/view/frontend/templates/js/components.phtml 2019-09-19 15:52:46.000000000 -0500
+++ vendor/magento/module-page-cache/view/frontend/templates/js/components.phtml 2019-10-17 17:54:34.000000000 -0500
@@ -7,4 +7,3 @@
/** @var \Magento\Framework\View\Element\Js\Components $block */
?>
<?= $block->getChildHtml() ?>
-<?php
--- vendor/magento/module-paypal/view/frontend/templates/js/components.phtml 2019-09-19 15:52:46.000000000 -0500
+++ vendor/magento/module-paypal/view/frontend/templates/js/components.phtml 2019-10-17 17:55:30.000000000 -0500
@@ -5,4 +5,3 @@
*/
?>
<?= $block->getChildHtml() ?>
-<?php
--- vendor/magento/module-reports/view/frontend/templates/js/components.phtml 2019-09-19 15:52:46.000000000 -0500
+++ vendor/magento/module-reports/view/frontend/templates/js/components.phtml 2019-10-17 17:56:16.000000000 -0500
@@ -5,4 +5,3 @@
*/
?>
<?= $block->getChildHtml() ?>
-<?php
--- vendor/magento/module-review/view/frontend/templates/redirect.phtml 2019-09-19 15:52:46.000000000 -0500
+++ vendor/magento/module-review/view/frontend/templates/redirect.phtml 2019-10-17 17:57:00.000000000 -0500
@@ -8,4 +8,3 @@
header("Location:{$block->getProduct()->getProductUrl()}#info-product_reviews");
exit;
?>
-<?php
--- vendor/magento/module-robots/view/frontend/templates/robots.phtml 2019-09-19 15:52:46.000000000 -0500
+++ vendor/magento/module-robots/view/frontend/templates/robots.phtml 2019-10-17 17:58:04.000000000 -0500
@@ -4,4 +4,3 @@
* See COPYING.txt for license details.
*/
?><?= /* @noEscape */ $layoutContent; ?>
-<?php
--- vendor/magento/module-theme/view/frontend/templates/text.phtml 2019-09-19 15:52:48.000000000 -0500
+++ vendor/magento/module-theme/view/frontend/templates/text.phtml 2019-10-17 17:59:00.000000000 -0500
@@ -20,4 +20,3 @@
}
}
echo /* @noEscape */ $textHtml; ?>
-<?php
--- vendor/magento/module-wishlist/view/frontend/templates/item/column/price.phtml 2019-09-19 15:52:48.000000000 -0500
+++ vendor/magento/module-wishlist/view/frontend/templates/item/column/price.phtml 2019-10-17 17:59:42.000000000 -0500
@@ -10,4 +10,3 @@
<?php foreach ($block->getChildNames() as $childName) : ?>
<?= /* @noEscape */ $block->getLayout()->renderElement($childName, false) ?>
<?php endforeach;?>
-<?php
--- vendor/magento/module-wishlist/view/frontend/templates/js/components.phtml 2019-09-19 15:52:48.000000000 -0500
+++ vendor/magento/module-wishlist/view/frontend/templates/js/components.phtml 2019-10-17 18:00:27.000000000 -0500
@@ -5,4 +5,3 @@
*/
?>
<?= $block->getChildHtml() ?>
-<?php
--- vendor/magento/module-wishlist/view/frontend/templates/messages/removeWishlistItemSuccessMessage.phtml 2019-09-19 15:52:48.000000000 -0500
+++ vendor/magento/module-wishlist/view/frontend/templates/messages/removeWishlistItemSuccessMessage.phtml 2019-10-17 18:01:24.000000000 -0500
@@ -8,5 +8,3 @@
?>
<?= $block->escapeHtml(__('%1 has been removed from your Wish List.', $block->getData('product_name'))); ?>
-<?php
-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment