Files
TravianZ/Admin/Templates/playerdeletion.tpl
T
Catalin Novgorodschi f1854c1559 Add Translation to Admin Panel
Add Translation to Admin Panel
2026-07-26 07:58:41 +03:00

9 lines
835 B
Smarty

<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><?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="<?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>