Skip to content

Commit 101a9f3

Browse files
committed
Move the message to about the button issue 23738
1 parent d8b4d82 commit 101a9f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/view/adminhtml/templates/system/config/validatevat.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ require(['prototype'], function(){
4949
});
5050
</script>
5151
<div class="actions actions-validate-vat">
52+
<p class="admin__field-error hidden" id="validation_result" style="margin-bottom:10px;"></p>
5253
<button onclick="javascript:validateVat(); return false;" class="action-validate-vat" type="button" id="<?= $block->escapeHtmlAttr($block->getHtmlId()) ?>">
5354
<span><?= $block->escapeHtml($block->getButtonLabel()) ?></span>
5455
</button>
55-
<p class="admin__field-error hidden" id="validation_result"></p>
5656
</div>
5757

0 commit comments

Comments
 (0)