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/currency/edit.tpl
T
2016-02-16 17:27:45 +02:00

11 lines
420 B
Smarty

<div class="input-group">
<input type="text" class="main-element form-control" name="{{name}}" value="{{value}}" autocomplete="off" pattern="[\-]?[0-9,.]*" {{#if params.maxLength}} maxlength="{{params.maxLength}}"{{/if}}>
<span class="input-group-btn">
<select name="{{currencyFieldName}}" class="form-control">
{{{options currencyList currencyValue}}}
</select>
</span>
</div>