group_list修改

pull/6/head
guanghongwei 2015-01-10 12:07:15 +08:00
parent a63f2304fe
commit 662c48ed37
1 changed files with 4 additions and 6 deletions

View File

@ -31,9 +31,8 @@
<thead>
<tr>
<th>
<div class="icheckbox_square-green" style="position: relative;">
<input type="checkbox" checked="" class="i-checks" name="input[]" style="position: absolute; opacity: 0;">
<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 class="radio i-checks">
<input type="checkbox" value="1" name="j_is_active" checked>
</div>
</th>
<th>ID</th>
@ -45,9 +44,8 @@
{% for group in groups %}
<tr>
<td>
<div class="icheckbox_square-green" style="position: relative;">
<input type="checkbox" checked="" class="i-checks" name="input[]" style="position: absolute; opacity: 0;">
<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 class="radio i-checks">
<input type="checkbox" value="1" name="j_is_active" checked>
</div>
</td>
<td>{{ group.id }}</td>