mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-09 12:51:01 +00:00
Add Translation to Admin Panel
Add Translation to Admin Panel
This commit is contained in:
@@ -1,13 +1,9 @@
|
||||
<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>
|
||||
<i class="fa fa-exclamation-triangle" style="color:#e67e22; margin-right:6px;"></i><?php echo ADM_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 htmlspecialchars(addslashes($user['username'])); ?>?');"
|
||||
title="Cancel deletion"
|
||||
style="background:#e74c3c; color:#fff; text-decoration:none; padding:6px 10px; border-radius:6px; font-weight:bold;">
|
||||
✖ Cancel
|
||||
</a>
|
||||
title="<?php echo ADM_CANCEL_DELETION; ?>"
|
||||
style="background:#e74c3c; color:#fff; text-decoration:none; padding:6px 10px; border-radius:6px; font-weight:bold;"><?php echo ADM_CANCEL_3; ?></a>
|
||||
</div>
|
||||
Reference in New Issue
Block a user