Skip to content

Commit

Permalink
Code Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
srenon committed Feb 23, 2021
1 parent 4d6c083 commit eccf810
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 28 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"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",
"magento/module-backend": "100.0.*|100.1.*|100.2.*|101.0.*|102.0.*",
"magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*|103.0.*",
"magepal/magento2-core":">1.1.0"
"magepal/magento2-core": ">=1.1.0"
},
"type": "magento2-module",
"version": "1.1.4",
"version": "1.1.5",
"license": [
"proprietary"
],
Expand Down
32 changes: 6 additions & 26 deletions etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
<label>Edit Order Email</label>
<tab>magepal</tab>
<resource>MagePal_EditOrderEmail::magepal_editorderemail</resource>
<group id="about" showInDefault="1" showInStore="1" showInWebsite="1" sortOrder="0" translate="label">
<group id="about_magepal" showInDefault="1" showInStore="1" showInWebsite="1" sortOrder="0" translate="label">
<attribute type="expanded">1</attribute>
<label>Edit Order Email</label>
<comment><![CDATA[
<div id="magepal-info">
Copyright © 2020 <a href="https://www.magepal.com/magento2/extensions.html?utm_source=edit-order-email&utm_medium=admin" target="_blank">MagePal, LLC</a>
<div class="magepal-info">
Copyright © 2021 <a href="https://www.magepal.com/magento2/extensions.html?utm_source=edit-order-email&utm_medium=admin" target="_blank">MagePal, LLC</a>
<a href="https://www.magepal.com/help/docs/edit-order-email-magento2/?utm_source=edit-order-email&utm_medium=admin#documentation" target="_blank">Documentation</a>
<a href="https://www.magepal.com/help/docs/edit-order-email-magento2/?utm_source=edit-order-email&utm_medium=admin#support">Support</a>
<a href="https://www.magepal.com/help/docs/edit-order-email-magento2?utm_source=edit-order-email&utm_medium=admin#current_version" target="_blank">Latest Version</a>
Expand All @@ -30,29 +30,9 @@
Automatically convert guest checkout to customer with our
<a href="https://www.magepal.com/guest-to-customer.html?utm_source=edit-order-email&utm_medium=admin">
Guest to Customer</a> extension.
<hr style="border-top: 1px solid #e3e3e3" />
<style>
#magepal-info a {
font-weight: bold;
border-left: 2px solid #e3e3e3;
padding-left:10px;
padding-right:10px;
color: #ef7e1e;
}
#magepal-info a:first-child {
padding-left: 5px;
border-left: none;
}
#magepal-info {
padding-bottom: 5px;
}
.section-config.active #magepal_editorderemail_about-head {
padding-bottom: 0px;
}
</style>]]></comment>
<hr class="magepal-hr" />
]]>
</comment>
<field id="composer_version" translate="label" type="label" sortOrder="1" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Composer Version</label>
<frontend_model>MagePal\EditOrderEmail\Block\Adminhtml\System\Config\Form\Composer\Version</frontend_model>
Expand Down

0 comments on commit eccf810

Please sign in to comment.