Commit 3fd66f45 by 冷斌

update

parent c9a63a69
......@@ -23,7 +23,7 @@
<span class="form-required">*</span>
</div>
</div>
<!--
<div class="control-group">
<label class="control-label">颜色</label>
<div class="controls">
......@@ -31,7 +31,7 @@
<span class="form-required">*</span> 内容为6位颜色16进制色码,点击可选择
</div>
</div>
-->
</fieldset>
<div class="form-actions">
<button type="submit" class="btn btn-primary js-ajax-submit">{:L('ADD')}</button>
......@@ -59,4 +59,4 @@
})()
</script>
</body>
</html>
\ No newline at end of file
</html>
......@@ -24,7 +24,7 @@
<span class="form-required">*</span>
</div>
</div>
<!--
<div class="control-group">
<label class="control-label">颜色</label>
<div class="controls">
......@@ -32,7 +32,7 @@
<span class="form-required">*</span> 内容为6位颜色16进制色码,点击可选择
</div>
</div>
-->
</fieldset>
<div class="form-actions">
<button type="submit" class="btn btn-primary js-ajax-submit">{:L('SAVE')}</button>
......
......@@ -10,14 +10,14 @@
<div class="table-actions">
<button class="btn btn-primary btn-small js-ajax-submit" type="submit">{:L('SORT')}</button>
</div>
<table class="table table-hover table-bordered">
<thead>
<tr>
<th>排序</th>
<th align="center">ID</th>
<th>名称</th>
<th>颜色</th>
<!-- <th>颜色</th>-->
<th align="center">{:L('ACTIONS')}</th>
</tr>
</thead>
......@@ -27,8 +27,8 @@
<td><input name="listorders[{$vo['id']}]" type="text" size="3" value="{$vo['orderno']}" class="input input-order"></td>
<td align="center">{$vo.id}</td>
<td>{$vo['name']}</td>
<td><input style="width:50px;height:20px;background:#{$vo['colour']};" disabled/></td>
<td align="center">
<!-- <td><input style="width:50px;height:20px;background:#{$vo['colour']};" disabled/></td>-->
<td align="center">
<a href="{:U('Impression/edit',array('id'=>$vo['id']))}" >编辑</a>
|
<a href="{:U('Impression/del',array('id'=>$vo['id']))}" class="js-ajax-dialog-btn" data-msg="您确定要删除吗?">删除</a>
......@@ -45,4 +45,4 @@
</div>
<script src="__PUBLIC__/js/common.js"></script>
</body>
</html>
\ No newline at end of file
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment