Skip to content

Commit

Permalink
Form: Fix Chaotic Spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
kergomard committed Sep 27, 2024
1 parent 3be1091 commit 99b320b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!-- BEGIN inline_in_bl -->
<div class="form-inline">
<!-- END inline_in_bl -->
<input aria-label="{ARIA_LABEL}" <!-- BEGIN described_by -->aria-describedby="desc_{DESCRIBED_BY_FIELD_ID}" <!-- END described_by -->class="form-control" <!-- BEGIN submit_form_on_enter -->onkeypress="return il.Util.submitOnEnter(event, this.form);"<!-- END submit_form_on_enter --> type="{PROP_INPUT_TYPE}" <!-- BEGIN stylecss -->style="{CSS_STYLE}" <!-- END stylecss --> id="{ID}" <!-- BEGIN classcss --> <!-- END classcss --> <!-- BEGIN max_length -->maxlength="{MAXLENGTH}" <!-- END max_length --> name="{POST_VAR}"<!-- BEGIN prop_text_propval -->value="{PROPERTY_VALUE}" <!-- END prop_text_propval -->{DISABLED} {AUTOCOMPLETE} {REQUIRED}/> {INPUT_SUFFIX}
<!-- END inline_in_bl -->
<input aria-label="{ARIA_LABEL}"<!-- BEGIN described_by --> aria-describedby="desc_{DESCRIBED_BY_FIELD_ID}" <!-- END described_by --> class="form-control"<!-- BEGIN submit_form_on_enter --> onkeypress="return il.Util.submitOnEnter(event, this.form);"<!-- END submit_form_on_enter --> type="{PROP_INPUT_TYPE}"<!-- BEGIN stylecss --> style="{CSS_STYLE}"<!-- END stylecss --> id="{ID}"<!-- BEGIN classcss --> <!-- END classcss --> <!-- BEGIN max_length --> maxlength="{MAXLENGTH}"<!-- END max_length --> name="{POST_VAR}"<!-- BEGIN prop_text_propval --> value="{PROPERTY_VALUE}"<!-- END prop_text_propval --> {DISABLED} {AUTOCOMPLETE} {REQUIRED} /> {INPUT_SUFFIX}
{HIDDEN_INPUT}
<!-- BEGIN inline_out_bl -->
{MULTI_ICONS}
</div>
<!-- END inline_out_bl -->
<!-- END inline_out_bl -->

0 comments on commit 99b320b

Please sign in to comment.