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

权限

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