254. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2021-05-13 09:09:04 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

254.1 Files compared

#LocationFileLast Modified
1/Applications/Ampps/www/Porto 3.2.2/Theme Files/Magento 2.x/Porto Theme/app/design/frontend/Smartwave/porto/Magento_Newsletter/templatessubscribe_form_footer.phtml2017-02-11 21:32:08 +0000
2/Applications/Ampps/www/Porto v4.0.0/Theme Files/Magento 2.x/Porto Theme/app/design/frontend/Smartwave/porto/Magento_Newsletter/templatessubscribe_form_footer.phtml2017-02-11 21:32:08 +0000

254.2 Comparison summary

DescriptionBetween
Files 1 and 2
Text BlocksLines
Unchanged170
Changed00
Inserted00
Removed00

254.3 Comparison options

WhitespaceConsecutive whitespace is treated as a single space
Character caseDifferences in character case are significant
Line endingsDifferences in line endings (CR and LF characters) are ignored
CR/LF charactersNot shown in the comparison detail
Active line-pairing rules

254.4 Active regular expressions

No regular expressions were active.

254.5 Comparison detail

1 <?php 1 <?php
2 /** 2 /**
3  * Copyright © 2015 Magento. All rights reserved. 3  * Copyright © 2015 Magento. All rights reserved.
4  * See COPYING.txt for license details. 4  * See COPYING.txt for license details.
5  */ 5  */
6  6 
7 // @codingStandardsIgnoreFile 7 // @codingStandardsIgnoreFile
8  8 
9 ?> 9 ?>
10 <?php 10 <?php
11     $_helper = $this->helper('Smartwave\Porto\Helper\Data'); 11     $_helper = $this->helper('Smartwave\Porto\Helper\Data');
12 ?> 12 ?>
13 <div class="block newsletter"> 13 <div class="block newsletter">
14     <div class="content"> 14     <div class="content">
15         <form class="form subscribe" 15         <form class="form subscribe"
16             novalidate 16             novalidate
17             action="<?php echo $block->getFormActionUrl() ?>" 17             action="<?php echo $block->getFormActionUrl() ?>"
18             method="post" 18             method="post"
19             data-mage-init='{"validation": {"errorClass": "mage-error"}}' 19             data-mage-init='{"validation": {"errorClass": "mage-error"}}'
20             id="newsletter-validate-detail"> 20             id="newsletter-validate-detail">
21             <div class="field newsletter"> 21             <div class="field newsletter">
22                 <label class="label" for="footer_newsletter"><span><?php echo __('Sign Up for Our Newsletter:') ?></span></label> 22                 <label class="label" for="footer_newsletter"><span><?php echo __('Sign Up for Our Newsletter:') ?></span></label>
23                 <div class="control"> 23                 <div class="control">
24                     <input name="email" type="email" id="footer_newsletter" 24                     <input name="email" type="email" id="footer_newsletter"
25                                 data-validate="{required:true, 'validate-email':true}" placeholder="<?php echo __('Email Address');?>"/> 25                                 data-validate="{required:true, 'validate-email':true}" placeholder="<?php echo __('Email Address');?>"/>
26                 </div> 26                 </div>
27             </div> 27             </div>
28             <div class="actions"> 28             <div class="actions">
29                 <button class="action subscribe primary" title="<?php echo __('Subscribe') ?>" type="submit"> 29                 <button class="action subscribe primary" title="<?php echo __('Subscribe') ?>" type="submit">
30                     <span><?php echo __('Subscribe') ?></span> 30                     <span><?php echo __('Subscribe') ?></span>
31                 </button> 31                 </button>
32             </div> 32             </div>
33         </form> 33         </form>
34     </div> 34     </div>
35 </div> 35 </div>