Commit 662c48ed authored by guanghongwei's avatar guanghongwei

group_list޸

parent a63f2304
...@@ -31,9 +31,8 @@ ...@@ -31,9 +31,8 @@
<thead> <thead>
<tr> <tr>
<th> <th>
<div class="icheckbox_square-green" style="position: relative;"> <div class="radio i-checks">
<input type="checkbox" checked="" class="i-checks" name="input[]" style="position: absolute; opacity: 0;"> <input type="checkbox" value="1" name="j_is_active" checked>
<ins class="iCheck-helper" style="position: absolute; top: 0%; left: 0%; display: block; width: 100%; height: 100%; margin: 0px; padding: 0px; border: 0px; opacity: 0; background: rgb(255, 255, 255);"></ins>
</div> </div>
</th> </th>
<th>ID</th> <th>ID</th>
...@@ -45,9 +44,8 @@ ...@@ -45,9 +44,8 @@
{% for group in groups %} {% for group in groups %}
<tr> <tr>
<td> <td>
<div class="icheckbox_square-green" style="position: relative;"> <div class="radio i-checks">
<input type="checkbox" checked="" class="i-checks" name="input[]" style="position: absolute; opacity: 0;"> <input type="checkbox" value="1" name="j_is_active" checked>
<ins class="iCheck-helper" style="position: absolute; top: 0%; left: 0%; display: block; width: 100%; height: 100%; margin: 0px; padding: 0px; border: 0px; opacity: 0; background: rgb(255, 255, 255);"></ins>
</div> </div>
</td> </td>
<td>{{ group.id }}</td> <td>{{ group.id }}</td>
......
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