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;
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 ) : ?>
You can’t perform that action at this time.
0 commit comments