File tree 3 files changed +3
-3
lines changed
Backend/view/adminhtml/templates
Ui/view/base/web/templates
3 files changed +3
-3
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 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