Skip to content

Commit fa9745c

Browse files
authored
Fixed required class is missing in load template
1 parent d574dce commit fa9745c

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Email/view/adminhtml/templates/template

1 file changed

+2
-2
lines changed

app/code/Magento/Email/view/adminhtml/templates/template/edit.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ use Magento\Framework\App\TemplateTypesInterface;
1313
<?= $block->getBlockHtml('formkey') ?>
1414
<fieldset class="admin__fieldset form-inline">
1515
<legend class="admin__legend"><span><?= $block->escapeHtml(__('Load Default Template')) ?></span></legend><br>
16-
<div class="admin__field">
17-
<label class="admin__field-label" for="template_select"><?= $block->escapeHtml(__('Template')) ?></label>
16+
<div class="admin__field required">
17+
<label class="admin__field-label" for="template_select"><span><?= $block->escapeHtml(__('Template')) ?></span></label>
1818
<div class="admin__field-control">
1919
<select id="template_select" name="code" class="admin__control-select required-entry">
2020
<?php foreach ($block->getTemplateOptions() as $group => $options) : ?>

0 commit comments

Comments
 (0)