Marijn button #99
@@ -44,6 +44,12 @@
|
|||||||
margin: 10px;
|
margin: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.admin-userpage {
|
||||||
|
width: 170px;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
.usertable {
|
.usertable {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -105,6 +105,11 @@ function test_input($data) {
|
|||||||
<br>
|
<br>
|
||||||
<div class="admin-users">
|
<div class="admin-users">
|
||||||
<h2>Users:</h2>
|
<h2>Users:</h2>
|
||||||
|
<div class="admin-userpage">
|
||||||
|
<input type="submit" name="prev" value="prev">
|
||||||
|
1 / 1
|
||||||
|
<input type="submit" name="next" value="next">
|
||||||
|
</div> <br>
|
||||||
<table class="usertable">
|
<table class="usertable">
|
||||||
<tr>
|
<tr>
|
||||||
<th class="table-checkbox">
|
<th class="table-checkbox">
|
||||||
|
|||||||
Reference in New Issue
Block a user