-
Notifications
You must be signed in to change notification settings - Fork 343
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
components/ILIAS/Form/templates/default/tpl.prop_textinput.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 --> |