mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
unsuspend + delete user
This commit is contained in:
parent
baab49bcc2
commit
e7128b4a9f
11 changed files with 139 additions and 26 deletions
|
@ -14,7 +14,9 @@ document.v_edit_user.v_password.value = randomstring;
|
|||
<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>
|
||||
<tr><td style="padding: 20px 0 4px 4px;"><a class="data-date" ?><?php echo date("d M Y", strtotime($v_date))?></a></td></tr>
|
||||
<tr><td style="padding: 0 0 6px 4px;"><a class="data-date" ?><?php echo $v_time?></a></td></tr>
|
||||
<tr><td style="padding: 0 0 0 24px;" class="data-<?php echo $v_status ?>"><i><b><?php echo $v_status ?></b></i></td></tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="data-dotted" width="830px" style="vertical-align:top;">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue