Kevin prototype #35

Merged
11319801 merged 42 commits from kevin-prototype into master 2017-01-13 10:47:48 +01:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit 96c114cc10 - Show all commits

View File

@@ -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 {

View File

@@ -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">