Commit 318954c0 authored by 刘丹's avatar 刘丹

权限

parent 18344fa1
...@@ -198,4 +198,9 @@ body{ ...@@ -198,4 +198,9 @@ body{
.liudan_pic_btn{ .liudan_pic_btn{
float: left; float: left;
margin-left: 10px; margin-left: 10px;
}
/*//全行样式*/
.but7{
width: 100%!important;
float: left;
} }
\ No newline at end of file
...@@ -31,13 +31,11 @@ ...@@ -31,13 +31,11 @@
[% } %] [% } %]
[% if(it[item]['is']!=0){ %] [% if(it[item]['is']!=0){ %]
<label class="checkbox-inline"> <input type="checkbox" name="rules" value="[%= it[item]['id'] %]" checked="checked">
<input type="checkbox" value="[%= it[item]['id'] %]" name="rules" checked="checked"> [%= it[item]["title"] %] [%= it[item]["title_show"] %]<br>
</label>
[% }else{ %] [% }else{ %]
<label class="checkbox-inline"> <input type="checkbox" name="rules" value="[%= it[item]['id'] %]" >
<input type="checkbox" value="[%= it[item]['id'] %]" name="rules" > [%= it[item]["title"] %] [%= it[item]["title_show"] %]<br>
</label>
[% } %] [% } %]
[% } %] [% } %]
......
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