Hendrik testing #25

Merged
11342374 merged 1 commits from hendrik-testing into master 2017-01-12 12:02:38 +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-username {width: 150px}
.usertable .table-status {width: 100px}
.usertable .table-action {width: 200px}
.usertable th, td {

View File

@@ -51,12 +51,14 @@
<input type="checkbox" name="checkall" onchange="checkAll(this)">
</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>
</tr>
<tr>
<td><input type="checkbox" name="check1"></td>
<td>John Smith</td>
<td>Banned</td>
<td>unregulated time travel</td>
<td>
<form class="admin-useraction" action="index.html" method="post">
@@ -72,6 +74,7 @@
<tr>
<td><input type="checkbox" name="check1"></td>
<td>poey jokeaim</td>
<td>Banned</td>
<td>l33t h4xx</td>
<td>
<form class="admin-useraction" action="index.html" method="post">