Initial commit
This commit is contained in:
7
client/res/templates/fields/enum/list.tpl
Normal file
7
client/res/templates/fields/enum/list.tpl
Normal file
@@ -0,0 +1,7 @@
|
||||
{{#if isNotEmpty}}
|
||||
{{#if style}}
|
||||
<span
|
||||
class="{{class}}-{{style}}"
|
||||
title="{{valueTranslated}}"
|
||||
>{{/if}}{{valueTranslated}}{{#if style}}</span>{{/if}}
|
||||
{{/if}}
|
||||
Reference in New Issue
Block a user