mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-24 12:07:15 +00:00
Redesign Admin Panel
Full frontend & backend redesign and refactor
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
<table id="member" cellpadding="1" cellspacing="1">
|
||||
<tr>
|
||||
<td>
|
||||
The account will be deleted in <span class="c2">79:56:11</span>
|
||||
<a href="?action=StopDel&uid=<?php echo $user['id'];?>" onClick="return del('stopDel','<?php echo $user['username'];?>');"><img src="img/x.gif" class="del"></a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<div style="background:#fff8e6; border:1px solid #ffcc80; color:#333; padding:12px 16px; margin:12px 0; border-radius:10px; display:flex; justify-content:space-between; align-items:center; font-size:14px;">
|
||||
<div>
|
||||
<i class="fa fa-exclamation-triangle" style="color:#e67e22; margin-right:6px;"></i>
|
||||
The account will be deleted in
|
||||
<strong style="color:#e67e22;"><?php echo $delTime; ?></strong>
|
||||
</div>
|
||||
<a href="?p=player&uid=<?php echo $user['id']; ?>&action=StopDel"
|
||||
onclick="return confirm('Cancel deletion for <?php echo $user['username']; ?>?');"
|
||||
title="Cancel deletion"
|
||||
style="background:#e74c3c; color:#fff; text-decoration:none; padding:6px 10px; border-radius:6px; font-weight:bold;">
|
||||
✖ Cancel
|
||||
</a>
|
||||
</div>
|
||||
Reference in New Issue
Block a user