|
|
@@ -54,17 +54,22 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
- <label class="control-label col-xs-12 col-sm-2">{:__('Is_token')}:</label>
|
|
|
+ <label class="control-label col-xs-12 col-sm-2">赠送茶宝:</label>
|
|
|
<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} /> 需要
|
|
|
+ <input id="c-send_chabao" class="form-control" step="0.0001" name="row[send_chabao]" type="number" value="{$row.send_chabao|htmlentities}">
|
|
|
</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}">
|
|
|
+ <input id="c-weigh" class="form-control" step="1" name="row[weigh]" type="number" value="{$row.weigh|htmlentities}">
|
|
|
</div>
|
|
|
</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">
|
|
|
+ <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>
|
|
|
+ </div>
|
|
|
<div class="form-group" data-favisible="is_token=1">
|
|
|
<label class="control-label col-xs-12 col-sm-2">{:__('Token_name')}:</label>
|
|
|
<div class="col-xs-12 col-sm-8">
|