Initial commit

This commit is contained in:
root
2026-01-19 17:44:46 +01:00
commit 823af8b11d
8721 changed files with 1130846 additions and 0 deletions

View 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>