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/template/fields/variables/edit.tpl
T
2022-12-05 12:07:17 +02:00

12 lines
454 B
Smarty

<div class="input-group" style="table-layout: fixed; width: 100%;">
<span class="input-group-item" style="width: 40%;">
<select
data-name="variables"
class="main-element form-control radius-left"
>{{{options attributeList '' translatedOptions=translatedOptions}}}</select>
</span>
<span class="input-group-item">
<input data-name="copy" class="form-control" readonly="true">
</span>
</div>