Initial commit
This commit is contained in:
13
client/res/templates/fields/range-currency/edit.tpl
Normal file
13
client/res/templates/fields/range-currency/edit.tpl
Normal file
@@ -0,0 +1,13 @@
|
||||
<div class="row">
|
||||
<div class="col-sm-6 col-xs-6">
|
||||
<input type="text" class="form-control" data-name="from{{ucName}}" value="{{fromValue}}" placeholder="{{translate 'From' scope=scope}}">
|
||||
</div>
|
||||
<div class="col-sm-6 col-xs-6">
|
||||
<input type="text" class="form-control" data-name="to{{ucName}}" value="{{toValue}}" placeholder="{{translate 'To' scope=scope}}">
|
||||
</div>
|
||||
<div class="col-sm-12 col-xs-12">
|
||||
<select data-name="{{currencyField}}" class="form-control">
|
||||
{{{options currencyList currencyValue}}}
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user