Initial commit
This commit is contained in:
11
client/res/templates/fields/enum/detail.tpl
Normal file
11
client/res/templates/fields/enum/detail.tpl
Normal file
@@ -0,0 +1,11 @@
|
||||
{{#if isNotEmpty}}
|
||||
{{#if style}}
|
||||
<span class="{{class}}-{{style}}"
|
||||
>{{/if}}{{valueTranslated}}{{#if style}}</span>{{/if}}
|
||||
{{else}}
|
||||
{{#if valueIsSet}}
|
||||
<span class="none-value">{{translate 'None'}}</span>
|
||||
{{else}}
|
||||
<span class="loading-value"></span>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
Reference in New Issue
Block a user