forked from hestiacp/hestiacp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathunsuspend_user.html
More file actions
30 lines (29 loc) · 1.12 KB
/
Copy pathunsuspend_user.html
File metadata and controls
30 lines (29 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<table class='data'>
<tr class="data-add">
<td class="data-dotted" style="padding: 0px 10px 0px 0px" width="150">
<table class="data-col1">
<tr><td style="padding: 18 0 4 18;"></td></tr>
</table>
</td>
<td class="data-dotted" width="830px" style="vertical-align:top;">
<table width="830px"><tr>
<td></td>
</tr></table>
<table class="data-col2" width="830px">
<tr>
<td style="padding: 24px 0 0 0;" width="100px">
<form method="post">
<input type="submit" class="add-button" name="back" value="Back to users">
</form>
</td>
<td style="padding: 24px 0 0 0;">
<form action="/suspend/user/" method="get">
<input type="hidden" name="user" value="<?php echo $_GET['user']?>">
<input type="submit" class="add-button" name="suspend" value="Suspend <?php echo $_GET['user']?>">
</form>
</td>
</tr>
</table>
</td>
</tr>
</table>