Skip to content

Commit

Permalink
ks filter: fixed form template
Browse files Browse the repository at this point in the history
  • Loading branch information
alex40724 committed Oct 15, 2018
1 parent aeb96f4 commit 5f6b490
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/UI/templates/default/Input/tpl.context_form.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<div class="form-group row">
<div class="col-sm-12">
<label for="{NAME}" class="control-label col-sm-3">{LABEL}<!-- BEGIN required --><span class="asterisk">*</span><!-- END required --></label>
<div class="col-sm-9">
{INPUT}
<!-- BEGIN byline --><div class="help-block">{BYLINE}</div><!-- END byline -->
<!-- BEGIN error --><div class="help-block alert alert-danger" role="alert">
<img border="0" src="./templates/default/images/icon_alert.svg" alt="alert" />
<img border="0" src="./templates/default/images/icon_alert.svg" alt="alert">
{ERROR}
</div><!-- END error -->{DEPENDANT_GROUP}
</div>
Expand Down

0 comments on commit 5f6b490

Please sign in to comment.