File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed
Backend/view/adminhtml/templates
Theme/view/frontend/templates/html
Ui/view/base/web/templates Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1717 <?= /* @escapeNotVerified */ $ edition ?>
1818 class="logo">
1919 <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 ' )) ?> " />
2121 </a>
2222 <?php break ; ?>
2323 <?php case 'user ' : ?>
Original file line number Diff line number Diff line change 3434 <?php foreach ($ block ->getValues ()->getAttributeBackend ()->getImageTypes () as $ type ): ?>
3535 <td class="gallery" align="center" style="vertical-align:bottom;">
3636 <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/>
3838 <input type="file" name="<?= /* @escapeNotVerified */ $ block ->getElement ()->getName () ?> _<?= /* @escapeNotVerified */ $ type ?> [<?= /* @escapeNotVerified */ $ image ->getValueId () ?> ]" size="1"></td>
3939 <?php endforeach ; ?>
4040 <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 77<small class="bugs">
88 <span><?= /* @escapeNotVerified */ __ ('Help Us Keep Magento Healthy ' ) ?> </span>
99 <a href="http://www.magentocommerce.com/bug-tracking"
10- target="_blank">
10+ target="_blank" title=" <?= /* @escapeNotVerified */ __ ( ' Report All Bugs ' ) ?> " >
1111 <?= /* @escapeNotVerified */ __ ('Report All Bugs ' ) ?>
1212 </a>
1313</small>
Original file line number Diff line number Diff line change 1818 <a class="logo" href="<?= $ block ->getUrl ('' ) ?> " title="<?= /* @escapeNotVerified */ $ storeName ?> ">
1919<?php endif ?>
2020 <img src="<?= /* @escapeNotVerified */ $ block ->getLogoSrc () ?> "
21+ title="<?= /* @escapeNotVerified */ $ block ->getLogoAlt () ?> "
2122 alt="<?= /* @escapeNotVerified */ $ block ->getLogoAlt () ?> "
2223 <?= $ block ->getLogoWidth () ? 'width=" ' . $ block ->getLogoWidth () . '" ' : '' ?>
2324 <?= $ block ->getLogoHeight () ? 'height=" ' . $ block ->getLogoHeight () . '" ' : '' ?>
Original file line number Diff line number Diff line change 66-->
77< div data-role ="loader " class ="loading-mask " style ="position: absolute; ">
88 < div class ="loader ">
9- < img src ="<%= loaderImageHref %> " alt ="Loading... " style ="position: absolute; ">
9+ < img src ="<%= loaderImageHref %> " alt ="Loading... " title =" Loading... " style ="position: absolute; ">
1010 </ div >
1111</ div >
You can’t perform that action at this time.
0 commit comments