Initial commit
This commit is contained in:
13
client/res/templates/fields/enum/edit.tpl
Normal file
13
client/res/templates/fields/enum/edit.tpl
Normal file
@@ -0,0 +1,13 @@
|
||||
<select
|
||||
data-name="{{name}}"
|
||||
class="form-control main-element {{#if nativeSelect}} native-select {{/if}}"
|
||||
>
|
||||
{{options
|
||||
params.options value
|
||||
scope=scope
|
||||
field=name
|
||||
translatedOptions=translatedOptions
|
||||
includeMissingOption=true
|
||||
styleMap=styleMap
|
||||
}}
|
||||
</select>
|
||||
Reference in New Issue
Block a user