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/frontend/client/res/templates/template/fields/variables/edit.tpl
T
2015-07-14 13:04:34 +03:00

6 lines
283 B
Smarty

<div class="input-group">
<span class="input-group-btn">
<select name="variables" class="main-element form-control">{{{options attributeList '' translatedOptions=translatedOptions}}}</select>
</span>
<input name="copy" class="form-control" readonly="true">
</div>