We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edf2d04 commit ed4c01bCopy full SHA for ed4c01b
app/code/Magento/CurrencySymbol/view/adminhtml/templates/grid.phtml
@@ -31,7 +31,9 @@
31
?>
32
<input id="custom_currency_symbol_inherit<?= $block->escapeHtmlAttr($code) ?>"
33
class="admin__control-checkbox" type="checkbox"
34
+ <?php //@codingStandardsIgnoreStart ?>
35
onclick="toggleUseDefault(<?= '\'' . $escapedCode . '\',\'' . $escapedSymbol . '\'' ?>)"
36
+ <?php //@codingStandardsIgnoreEnd ?>
37
<?= $data['inherited'] ? ' checked="checked"' : '' ?>
38
value="1"
39
name="inherit_custom_currency_symbol[<?= $block->escapeHtmlAttr($code) ?>]">
0 commit comments