File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Email/view/adminhtml/templates/template Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ use Magento\Framework\App\TemplateTypesInterface;
13
13
<?= $ block ->getBlockHtml ('formkey ' ) ?>
14
14
<fieldset class="admin__fieldset form-inline">
15
15
<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>
18
18
<div class="admin__field-control">
19
19
<select id="template_select" name="code" class="admin__control-select required-entry">
20
20
<?php foreach ($ block ->getTemplateOptions () as $ group => $ options ) : ?>
You can’t perform that action at this time.
0 commit comments