Initial commit
This commit is contained in:
1
client/res/templates/fields/range-int/detail.tpl
Normal file
1
client/res/templates/fields/range-int/detail.tpl
Normal file
@@ -0,0 +1 @@
|
||||
{{{value}}}
|
||||
8
client/res/templates/fields/range-int/edit.tpl
Normal file
8
client/res/templates/fields/range-int/edit.tpl
Normal file
@@ -0,0 +1,8 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user