Skip to content

Commit 4d33b59

Browse files
committed
fix css incorrect code
1 parent 3c7dfa9 commit 4d33b59

2 files changed

Lines changed: 122 additions & 87 deletions

File tree

view/adminhtml/templates/config/support/tab.phtml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<ul>
4040
<li>
4141
<a class="pdf" target="_blank" href="https://github.com/postcodeservice/tig-extension-tig-postcode-magento2"
42-
title="<?= $block->escapeHtml(__('View the user manual on Github.'));
42+
title="<?= $block->escapeHtml(__('View the user manual on Github'));
4343
?>">
4444
<?= $block->escapeHtml(__('User manual')); ?>
4545
<img
@@ -54,7 +54,7 @@
5454
</li>
5555
<li>
5656
<a target="_blank" href="https://github.com/postcodeservice/postcode-magento2/releases"
57-
title="<?= $block->escapeHtml(__('View the complete release notes of the extension.')); ?>">
57+
title="<?= $block->escapeHtml(__('View the complete release notes of the extension')); ?>">
5858
<?= $block->escapeHtml(__('Full Release Notes')); ?>
5959
<img class="external_link"
6060
src="<?=
@@ -69,23 +69,20 @@
6969
</ul>
7070
</div>
7171

72-
<h3><?= $block->escapeHtml(__('Legend of colors')); ?></h3>
72+
<h3><?= $block->escapeHtml(__('Legend of colors vertical bar')); ?></h3>
7373
<div>
7474
<ul id="legend">
7575
<li class="disabled">
7676
<span class="img"></span>
77-
<span class="text"><?= $block->escapeHtml(__('Extension status')); ?>: </span>
78-
<span class="status"><?= $block->escapeHtml(__('Disabled')); ?></span>
77+
<span class="text"><?= $block->escapeHtml(__('The extension is turned off')); ?></span>
7978
</li>
8079
<li class="test">
8180
<span class="img"></span>
82-
<span class="text"><?= $block->escapeHtml(__('Extension status')); ?>: </span>
83-
<span class="status"><?= $block->escapeHtml(__('Test Mode')); ?></span>
81+
<span class="text"><?= $block->escapeHtml(__('The extension is in Test Modus')); ?></span>
8482
</li>
8583
<li class="live">
8684
<span class="img"></span>
87-
<span class="text"><?= $block->escapeHtml(__('Extension status')); ?>: </span>
88-
<span class="status"><?= $block->escapeHtml(__('Live Mode')); ?></span>
85+
<span class="text"><?= $block->escapeHtml(__('The extension is in Live Modus')); ?></span>
8986
</li>
9087
</ul>
9188
</div>

0 commit comments

Comments
 (0)