Skip to content

Commit

Permalink
Remove html from the backend tab title
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwi-commerce committed Nov 12, 2019
1 parent d2eac3f commit 646e859
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 26 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "kiwicommerce/module-enhanced-smtp",
"description": "Magento 2 - Enhanced SMTP",
"type": "magento2-module",
"version": "1.0.4",
"version": "1.0.5",
"license": [
"OSL-3.0"
],
Expand Down
4 changes: 2 additions & 2 deletions etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
<system>
<tab id="kiwicommerce" translate="label" sortOrder="9999">
<label><![CDATA[<span class="kiwiCommerce-logo">KiwiCommerce Extensions</span>]]></label>
<label><![CDATA[KiwiCommerce Extensions]]></label>
</tab>
<section id="enhancedsmtp" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Enhanced SMTP</label>
Expand Down Expand Up @@ -124,4 +124,4 @@
</group>
</section>
</system>
</config>
</config>
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="KiwiCommerce_EnhancedSMTP" setup_version="1.0.4">
<module name="KiwiCommerce_EnhancedSMTP" setup_version="1.0.5">
<sequence>
<module name="Magento_Sales"/>
</sequence>
Expand Down
4 changes: 1 addition & 3 deletions view/adminhtml/web/css/source/_module.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
* @license https://kiwicommerce.co.uk/magento2-extension-license/
*/

@import 'module/_menu.less';

#kiwicommerce_enhancedsmtp_test_email {
width: calc(~"100% - 125px")
}
Expand Down Expand Up @@ -40,4 +38,4 @@

.email-container {
bottom: 200px;
}
}
19 changes: 0 additions & 19 deletions view/adminhtml/web/css/source/module/_menu.less

This file was deleted.

0 comments on commit 646e859

Please sign in to comment.