...
|
...
|
@@ -81,9 +81,9 @@ |
|
|
</div>
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
<label class="control-label col-xs-12 col-sm-2">{:__('Quanzhong')}:</label>
|
|
|
<label class="control-label col-xs-12 col-sm-2">{:__('Weight')}:</label>
|
|
|
<div class="col-xs-12 col-sm-8">
|
|
|
<input id="c-quanzhong" data-rule="required" class="form-control" name="row[quanzhong]" type="text" value="{$row.quanzhong|htmlentities}">
|
|
|
<input id="c-weight" data-rule="required" class="form-control" name="row[weight]" type="text" value="{$row.weight|htmlentities}">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="form-group layer-footer">
|
...
|
...
|
|