|
|
@@ -4,7 +4,7 @@
|
|
|
<div class="form-group">
|
|
|
<label class="control-label col-xs-12 col-sm-2">{:__('Title')}:</label>
|
|
|
<div class="col-xs-12 col-sm-8">
|
|
|
- <textarea id="c-title" data-rule="required" class="form-control" rows="5" name="row[title]" cols="50">{$row.title|htmlentities}</textarea>
|
|
|
+ <textarea id="c-title" data-rule="required" class="form-control" rows="2" name="row[title]" cols="50">{$row.title|htmlentities}</textarea>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
@@ -38,9 +38,9 @@
|
|
|
<div class="col-xs-12 col-sm-3">
|
|
|
<input id="c-usdt_num" data-rule="required" class="form-control" step="0.0001" name="row[usdt_num]" type="number" value="{$row.usdt_num|htmlentities}">
|
|
|
</div>
|
|
|
- <label class="control-label col-xs-12 col-sm-2">{:__('排序')}:</label>
|
|
|
+ <label class="control-label col-xs-12 col-sm-2">{:__('Limit_num')}:</label>
|
|
|
<div class="col-xs-12 col-sm-3">
|
|
|
- <input id="c-weigh" class="form-control" step="0.0001" name="row[weigh]" type="number" value="{$row.weigh|htmlentities}">
|
|
|
+ <input id="c-limit_num" data-rule="required" class="form-control" name="row[limit_num]" type="number" value="{$row.limit_num|htmlentities}">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
@@ -55,10 +55,14 @@
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
<label class="control-label col-xs-12 col-sm-2">{:__('Is_token')}:</label>
|
|
|
- <div class="col-xs-12 col-sm-8">
|
|
|
+ <div class="col-xs-12 col-sm-3">
|
|
|
<input type="radio" name="row[is_token]" value="0" {if $row.is_token==0} checked {/if} />不需要
|
|
|
<input type="radio" name="row[is_token]" value="1" {if $row.is_token==1} checked {/if} /> 需要
|
|
|
</div>
|
|
|
+ <label class="control-label col-xs-12 col-sm-2">{:__('排序')}:</label>
|
|
|
+ <div class="col-xs-12 col-sm-3">
|
|
|
+ <input id="c-weigh" class="form-control" step="0.0001" name="row[weigh]" type="number" value="{$row.weigh|htmlentities}">
|
|
|
+ </div>
|
|
|
</div>
|
|
|
|
|
|
<div class="form-group" data-favisible="is_token=1">
|
|
|
@@ -79,7 +83,12 @@
|
|
|
<input id="c-token_num" data-rule="required" class="form-control" step="0.0001" name="row[token_num]" type="number" value="{$row.token_num|htmlentities}">
|
|
|
</div>
|
|
|
</div>
|
|
|
-
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="control-label col-xs-12 col-sm-2">{:__('Describe')}:</label>
|
|
|
+ <div class="col-xs-12 col-sm-8">
|
|
|
+ <textarea id="c-describe" data-rule="required" class="form-control editor" rows="3" name="row[describe]" cols="50">{$row.describe|htmlentities}</textarea>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<div class="form-group layer-footer">
|
|
|
<label class="control-label col-xs-12 col-sm-2"></label>
|
|
|
<div class="col-xs-12 col-sm-8">
|