File tree 5 files changed +5
-4
lines changed
Backend/view/adminhtml/templates
Theme/view/frontend/templates/html
Ui/view/base/web/templates
5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 17
17
<?= /* @escapeNotVerified */ $ edition ?>
18
18
class="logo">
19
19
<img class="logo-img" src="<?= /* @escapeNotVerified */ $ block ->getViewFileUrl ($ logoSrc ) ?> "
20
- alt="<?= $ block ->escapeHtml (__ ('Magento Admin Panel ' )) ?> "/>
20
+ alt="<?= $ block ->escapeHtml (__ ('Magento Admin Panel ' )) ?> " title=" <?= $ block -> escapeHtml ( __ ( ' Magento Admin Panel ' )) ?> " />
21
21
</a>
22
22
<?php break ; ?>
23
23
<?php case 'user ' : ?>
Original file line number Diff line number Diff line change 34
34
<?php foreach ($ block ->getValues ()->getAttributeBackend ()->getImageTypes () as $ type ): ?>
35
35
<td class="gallery" align="center" style="vertical-align:bottom;">
36
36
<a href="<?= /* @escapeNotVerified */ $ image ->setType ($ type )->getSourceUrl () ?> " target="_blank" onclick="imagePreview('<?= $ block ->getElement ()->getHtmlId () ?> _image_<?= /* @escapeNotVerified */ $ type ?> _<?= /* @escapeNotVerified */ $ image ->getValueId () ?> ');return false;">
37
- <img id="<?= $ block ->getElement ()->getHtmlId () ?> _image_<?= /* @escapeNotVerified */ $ type ?> _<?= /* @escapeNotVerified */ $ image ->getValueId () ?> " src="<?= /* @escapeNotVerified */ $ image ->setType ($ type )->getSourceUrl () ?> ?<?= /* @escapeNotVerified */ time () ?> " alt="<?= /* @escapeNotVerified */ $ image ->getValue () ?> " height="25" class="small-image-preview v-middle"/></a><br/>
37
+ <img id="<?= $ block ->getElement ()->getHtmlId () ?> _image_<?= /* @escapeNotVerified */ $ type ?> _<?= /* @escapeNotVerified */ $ image ->getValueId () ?> " src="<?= /* @escapeNotVerified */ $ image ->setType ($ type )->getSourceUrl () ?> ?<?= /* @escapeNotVerified */ time () ?> " alt="<?= /* @escapeNotVerified */ $ image ->getValue () ?> " title=" <?= /* @escapeNotVerified */ $ image -> getValue () ?> " height="25" class="small-image-preview v-middle"/></a><br/>
38
38
<input type="file" name="<?= /* @escapeNotVerified */ $ block ->getElement ()->getName () ?> _<?= /* @escapeNotVerified */ $ type ?> [<?= /* @escapeNotVerified */ $ image ->getValueId () ?> ]" size="1"></td>
39
39
<?php endforeach ; ?>
40
40
<td class="gallery" align="center" style="vertical-align:bottom;"><input type="input" name="<?= /* @escapeNotVerified */ $ block ->getElement ()->getParentName () ?> [position][<?= /* @escapeNotVerified */ $ image ->getValueId () ?> ]" value="<?= /* @escapeNotVerified */ $ image ->getPosition () ?> " id="<?= $ block ->getElement ()->getHtmlId () ?> _position_<?= /* @escapeNotVerified */ $ image ->getValueId () ?> " size="3"/></td>
Original file line number Diff line number Diff line change 7
7
<small class="bugs">
8
8
<span><?= /* @escapeNotVerified */ __ ('Help Us Keep Magento Healthy ' ) ?> </span>
9
9
<a href="http://www.magentocommerce.com/bug-tracking"
10
- target="_blank">
10
+ target="_blank" title=" <?= /* @escapeNotVerified */ __ ( ' Report All Bugs ' ) ?> " >
11
11
<?= /* @escapeNotVerified */ __ ('Report All Bugs ' ) ?>
12
12
</a>
13
13
</small>
Original file line number Diff line number Diff line change 18
18
<a class="logo" href="<?= $ block ->getUrl ('' ) ?> " title="<?= /* @escapeNotVerified */ $ storeName ?> ">
19
19
<?php endif ?>
20
20
<img src="<?= /* @escapeNotVerified */ $ block ->getLogoSrc () ?> "
21
+ title="<?= /* @escapeNotVerified */ $ block ->getLogoAlt () ?> "
21
22
alt="<?= /* @escapeNotVerified */ $ block ->getLogoAlt () ?> "
22
23
<?= $ block ->getLogoWidth () ? 'width=" ' . $ block ->getLogoWidth () . '" ' : '' ?>
23
24
<?= $ block ->getLogoHeight () ? 'height=" ' . $ block ->getLogoHeight () . '" ' : '' ?>
Original file line number Diff line number Diff line change 6
6
-->
7
7
< div data-role ="loader " class ="loading-mask " style ="position: absolute; ">
8
8
< div class ="loader ">
9
- < img src ="<%= loaderImageHref %> " alt ="Loading... " style ="position: absolute; ">
9
+ < img src ="<%= loaderImageHref %> " alt ="Loading... " title =" Loading... " style ="position: absolute; ">
10
10
</ div >
11
11
</ div >
You can’t perform that action at this time.
0 commit comments