Hendrik testing #25
@@ -42,6 +42,7 @@
|
|||||||
|
|
||||||
.usertable .table-checkbox {width: 20px}
|
.usertable .table-checkbox {width: 20px}
|
||||||
.usertable .table-username {width: 150px}
|
.usertable .table-username {width: 150px}
|
||||||
|
.usertable .table-status {width: 100px}
|
||||||
.usertable .table-action {width: 200px}
|
.usertable .table-action {width: 200px}
|
||||||
|
|
||||||
.usertable th, td {
|
.usertable th, td {
|
||||||
|
|||||||
@@ -51,12 +51,14 @@
|
|||||||
<input type="checkbox" name="checkall" onchange="checkAll(this)">
|
<input type="checkbox" name="checkall" onchange="checkAll(this)">
|
||||||
</th>
|
</th>
|
||||||
<th class="table-username">User</th>
|
<th class="table-username">User</th>
|
||||||
<th class="table-comment">Ban reason</th>
|
<th class="table-status">Status</th>
|
||||||
|
<th class="table-comment">Comment</th>
|
||||||
<th class="table-action">Action</th>
|
<th class="table-action">Action</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><input type="checkbox" name="check1"></td>
|
<td><input type="checkbox" name="check1"></td>
|
||||||
<td>John Smith</td>
|
<td>John Smith</td>
|
||||||
|
<td>Banned</td>
|
||||||
<td>unregulated time travel</td>
|
<td>unregulated time travel</td>
|
||||||
<td>
|
<td>
|
||||||
<form class="admin-useraction" action="index.html" method="post">
|
<form class="admin-useraction" action="index.html" method="post">
|
||||||
@@ -72,6 +74,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td><input type="checkbox" name="check1"></td>
|
<td><input type="checkbox" name="check1"></td>
|
||||||
<td>poey jokeaim</td>
|
<td>poey jokeaim</td>
|
||||||
|
<td>Banned</td>
|
||||||
<td>l33t h4xx</td>
|
<td>l33t h4xx</td>
|
||||||
<td>
|
<td>
|
||||||
<form class="admin-useraction" action="index.html" method="post">
|
<form class="admin-useraction" action="index.html" method="post">
|
||||||
|
|||||||
Reference in New Issue
Block a user