Skip to content

Commit 984d8eb

Browse files
committed
Code Refactoring
1 parent 4e685f3 commit 984d8eb

File tree

2 files changed

+5
-23
lines changed

2 files changed

+5
-23
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"php": "~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0|~7.1.3|~7.2.0|~7.3.0|~7.4.0",
2020
"magento/module-backend": "100.0.*|100.1.*|100.2.*|101.0.*|102.0.*",
2121
"magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*|103.0.*",
22-
"magepal/magento2-core":">=1.1.9"
22+
"magepal/magento2-core": ">=1.1.10"
2323
},
2424
"type": "magento2-module",
25-
"version": "1.8.0",
25+
"version": "1.8.1",
2626
"license": [
2727
"proprietary"
2828
],

etc/adminhtml/system.xml

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
<label>Catalog Lazy Load</label>
1313
<tab>magepal</tab>
1414
<resource>MagePal_CatalogLazyLoad::cataloglazyload</resource>
15-
<group id="about" showInDefault="1" showInStore="1" showInWebsite="1" sortOrder="0" translate="label">
15+
<group id="about_magepal" showInDefault="1" showInStore="1" showInWebsite="1" sortOrder="0" translate="label">
1616
<label>About MagePal Catalog Lazy Load Image</label>
1717
<attribute type="expanded">1</attribute>
1818
<comment>
1919
<![CDATA[
20-
<div id="magepal-info">
20+
<div class="magepal-info">
2121
Copyright © 2021 <a href="https://www.magepal.com/magento2/extensions.html?utm_source=cataloglazyload&utm_medium=admin" target="_blank">MagePal, LLC</a>
2222
<a href="https://www.magepal.com/help/docs/magento-lazy-load-images/?utm_source=cataloglazyload&utm_medium=admin#documentation" target="_blank">Documentation</a>
2323
<a href="https://www.magepal.com/help/docs/magento-lazy-load-images/?utm_source=cataloglazyload&utm_medium=admin#support">Support</a>
@@ -29,25 +29,7 @@
2929
Quickly preview alternative images of your products, learn more about our new
3030
<a href="https://www.magepal.com/catalog-hover-image-for-magento.html?utm_source=cataloglazyload&utm_medium=admin" target="_blank">Catalog Hover Image for Magento</a> extension.
3131
</div>
32-
<hr style="border-top: 1px solid #e3e3e3" />
33-
<style>
34-
#magepal-info a {
35-
font-weight: bold;
36-
border-left: 2px solid #e3e3e3;
37-
padding-left:10px;
38-
padding-right:10px;
39-
color: #ef7e1e;
40-
}
41-
42-
#magepal-info a:first-child {
43-
padding-left: 5px;
44-
border-left: none;
45-
}
46-
47-
#magepal-info {
48-
padding-bottom: 5px;
49-
}
50-
</style>
32+
<hr class="magepal-hr" />
5133
]]>
5234
</comment>
5335
<field id="MagePal_CatalogLazyLoad" translate="label" type="label" sortOrder="1" showInDefault="1" showInWebsite="0" showInStore="0">

0 commit comments

Comments
 (0)