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/admin/entity-manager/fields/icon-class/edit.tpl
T
2018-08-31 12:55:07 +03:00

10 lines
350 B
Smarty

<div>
<button class="btn btn-default pull-right btn-icon" data-action="selectIcon" title="{{translate 'Select'}}"><span class="fas fa-angle-up"></span></button>
<span style="vertical-align: middle;">
{{#if value}}
<span class="{{value}}"></span>
{{else}}
{{translate 'None'}}
{{/if}}
</span>
</div>