This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/client/res/templates/fields/enum/list.tpl
T
Yuri Kuznetsov 4dd5784838 enum title
2023-04-18 19:34:29 +03:00

8 lines
166 B
Smarty

{{#if isNotEmpty}}
{{#if style}}
<span
class="{{class}}-{{style}}"
title="{{valueTranslated}}"
>{{/if}}{{valueTranslated}}{{#if style}}</span>{{/if}}
{{/if}}