Produced by Araxis Merge on 2020-08-14 00:01:36 +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.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | Porto v3.2.3/Magento 2.x/Porto Theme/app/design/frontend/Smartwave/porto/Magento_Contact/templates | form.phtml | 2017-12-05 00:30:32 +0000 |
| 2 | Porto v3.2.4/Magento 2.x/Porto Theme/app/design/frontend/Smartwave/porto/Magento_Contact/templates | form.phtml | 2020-06-13 09:04:18 +0000 |
| Description | Between Files 1 and 2 | |
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 3 | 112 |
| Changed | 2 | 4 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| Whitespace | Consecutive whitespace is treated as a single space |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
| Active line-pairing rules |
No regular expressions were active.
| 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 | <form class="form contact" | 10 | <form class="form contact" | |||
| 11 | action="<?php echo $block->getFormAction(); ?>" | 11 | action="<?php echo $block->getFormAction(); ?>" | |||
| 12 | id="contact-form" | 12 | id="contact-form" | |||
| 13 | method="post" | 13 | method="post" | |||
| 14 | data-hasrequired="<?php echo __('* Required Fields') ?>" | 14 | data-hasrequired="<?php echo __('* Required Fields') ?>" | |||
| 15 | data-mage-init='{"validation":{}}'> | 15 | data-mage-init='{"validation":{}}'> | |||
| 16 | <fieldset class="fieldset"> | 16 | <fieldset class="fieldset"> | |||
| 17 | <legend class="legend"><span><?php echo __('Write') ?> <b><?php echo __('Us') ?></b></span></legend><br /> | 17 | <legend class="legend"><span><?php echo __('Write') ?> <b><?php echo __('Us') ?></b></span></legend><br /> | |||
| 18 | <fieldset class="fieldset row"> | 18 | <div class="fieldset row"> | |||
| 19 | <div class="fields col-md-6"> | 19 | <div class="fields col-md-6"> | |||
| 20 | <div class="field name required"> | 20 | <div class="field name required"> | |||
| 21 | <label class="label" for="name"><span><?php echo __('Name') ?></span></label> | 21 | <label class="label" for="name"><span><?php echo __('Name') ?></span></label> | |||
| 22 | <div class="control"> | 22 | <div class="control"> | |||
| 23 | <input name="name" id="name" title="<?php echo __('Name') ?>" value="<?php echo $block->escapeHtml($this->helper('Magento\Contact\Helper\Data')->getUserName()) ?>" class="input-text" type="text" data-validate="{required:true}"/> | 23 | <input name="name" id="name" title="<?php echo __('Name') ?>" value="<?php echo $block->escapeHtml($this->helper('Magento\Contact\Helper\Data')->getUserName()) ?>" class="input-text" type="text" data-validate="{required:true}"/> | |||
| 24 | </div> | 24 | </div> | |||
| 25 | </div> | 25 | </div> | |||
| 26 | <div class="field email required"> | 26 | <div class="field email required"> | |||
| 27 | <label class="label" for="email"><span><?php echo __('Email') ?></span></label> | 27 | <label class="label" for="email"><span><?php echo __('Email') ?></span></label> | |||
| 28 | <div class="control"> | 28 | <div class="control"> | |||
| 29 | <input name="email" id="email" title="<?php echo __('Email') ?>" value="<?php echo $block->escapeHtml($this->helper('Magento\Contact\Helper\Data')->getUserEmail()) ?>" class="input-text" type="email" data-validate="{required:true, 'validate-email':true}"/> | 29 | <input name="email" id="email" title="<?php echo __('Email') ?>" value="<?php echo $block->escapeHtml($this->helper('Magento\Contact\Helper\Data')->getUserEmail()) ?>" class="input-text" type="email" data-validate="{required:true, 'validate-email':true}"/> | |||
| 30 | </div> | 30 | </div> | |||
| 31 | </div> | 31 | </div> | |||
| 32 | <div class="field telephone"> | 32 | <div class="field telephone"> | |||
| 33 | <label class="label" for="telephone"><span><?php echo __('Phone Number') ?></span></label> | 33 | <label class="label" for="telephone"><span><?php echo __('Phone Number') ?></span></label> | |||
| 34 | <div class="control"> | 34 | <div class="control"> | |||
| 35 | <input name="telephone" id="telephone" title="<?php echo __('Phone Number') ?>" value="" class="input-text" type="text" /> | 35 | <input name="telephone" id="telephone" title="<?php echo __('Phone Number') ?>" value="" class="input-text" type="text" /> | |||
| 36 | </div> | 36 | </div> | |||
| 37 | </div> | 37 | </div> | |||
| 38 | </div> | 38 | </div> | |||
| 39 | <div class="fields col-md-6"> | 39 | <div class="fields col-md-6"> | |||
| 40 | <div class="field comment required"> | 40 | <div class="field comment required"> | |||
| 41 | <label class="label" for="comment"><span><?php echo __('What’s on your mind?') ?></span></label> | 41 | <label class="label" for="comment"><span><?php echo __('What’s on your mind?') ?></span></label> | |||
| 42 | <div class="control"> | 42 | <div class="control"> | |||
| 43 | <textarea name="comment" id="comment" title="<?php echo __('What’s on your mind?') ?>" class="input-text" cols="5" rows="8" data-validate="{required:true}"></textarea> | 43 | <textarea name="comment" id="comment" title="<?php echo __('What’s on your mind?') ?>" class="input-text" cols="5" rows="8" data-validate="{required:true}"></textarea> | |||
| 44 | </div> | 44 | </div> | |||
| 45 | </div> | 45 | </div> | |||
| 46 | <?php echo $block->getChildHtml('form.additional.info'); ?> | 46 | <?php echo $block->getChildHtml('form.additional.info'); ?> | |||
| 47 | </div> | 47 | </div> | |||
| 48 | </fieldset> | 48 | </div> | |||
| 49 | </fieldset> | 49 | </fieldset> | |||
| 50 | <div class="actions-toolbar"> | 50 | <div class="actions-toolbar"> | |||
| 51 | <div class="primary"> | 51 | <div class="primary"> | |||
| 52 | <input type="hidden" name="hideit" id="hideit" value="" /> | 52 | <input type="hidden" name="hideit" id="hideit" value="" /> | |||
| 53 | <button type="submit" title="<?php echo __('Submit') ?>" class="action submit primary"> | 53 | <button type="submit" title="<?php echo __('Submit') ?>" class="action submit primary"> | |||
| 54 | <span><?php echo __('Submit') ?></span> | 54 | <span><?php echo __('Submit') ?></span> | |||
| 55 | </button> | 55 | </button> | |||
| 56 | </div> | 56 | </div> | |||
| 57 | </div> | 57 | </div> | |||
| 58 | </form> | 58 | </form> |
Araxis Merge (but not the data content of this report) is Copyright © 1993–2019 Araxis Ltd (www.araxis.com). All rights reserved.