Skip to content

Commit

Permalink
Merge pull request #933 from entando/ENG-1190
Browse files Browse the repository at this point in the history
ENG-1190: Fix missing mandatory indicator in category creation (v5.3.1)
  • Loading branch information
eugeniosant authored Sep 4, 2020
2 parents 6ee9b6f + 621d6d8 commit f068576
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,9 @@
<s:if test="strutsAction != 2">
<div class="form-group<s:property value="controlGroupErrorClassVar" />">
<div class="col-xs-2 control-label">
<label><s:text name="name.tree.position" /></label>
<label><s:text name="name.tree.position" />&nbsp;
<i class="fa fa-asterisk required-icon" style="position: relative; top: -4px; right: 0px"></i>
</label>
</div>
<s:set var="categoryTreeStyleVar"><wp:info key="systemParam" paramName="treeStyle_category" /></s:set>
<div class="col-xs-10">
Expand Down

0 comments on commit f068576

Please sign in to comment.