Commit 3fd66f45 by 冷斌

update

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