Commit 7b9722e 1 parent 6a479b1 commit 7b9722e Copy full SHA for 7b9722e
File tree 1 file changed +5
-0
lines changed
src/main/webapp/WEB-INF/templates/event
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 1
1
< div class= " form-group {{#field-has-error}}[{{elementNamePrefix}}additional[{{name}}][{{fieldIndex}}]] has-error{{/field-has-error}}" >
2
2
< label class= " col-sm-3 control-label" for = " {{name}}-title-{{uuid}}" > {{labelDescription}}{{#isRequired }}* {{/ isRequired}}</ label>
3
3
< div class= " col-sm-9" >
4
+ {{#editable }}
4
5
{{#inputField }}
5
6
< input type= " {{inputType}}" name= " {{elementNamePrefix}}additional[{{name}}][{{fieldIndex}}]" value= " {{fieldValue}}" id= " {{name}}-title-{{uuid}}{{^-first}}-{{fieldCounter}}{{/-first}}" class= " form-control {{#isRequired}}field-required{{/isRequired}}"
6
7
{{#placeholderDescriptionDefined }}placeholder= " {{placeholderDescription}}" {{/ placeholderDescriptionDefined}}
39
40
{{#translatedRestrictedValue }}< option value= " {{left}}" {{^ right}}disabled{{/ right}}> {{middle}}</ option> {{/ translatedRestrictedValue}}
40
41
</ select>
41
42
{{/ selectField}}
43
+ {{/ editable}}
44
+ {{^ editable}}
45
+ < div class= " form-control-static" > {{translatedValue}}</ div>
46
+ {{/ editable}}
42
47
</ div>
43
48
</ div>
You can’t perform that action at this time.
0 commit comments