mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
A little fix on admin delete img
+little fix on admin ban page (delete img) +little graphic change on maintenance
This commit is contained in:
@@ -115,7 +115,7 @@ $bannedUsers = $admin->search_banned();
|
||||
<td>'.$link.'</td>
|
||||
<td ><span class="f7">'.date("d.m.y H:i",$bannedUsers[$i]['time']).' - '.$end.'</td>
|
||||
<td>'.$bannedUsers[$i]['reason'].'</td>
|
||||
<td class="on"><a href="?action=delBan&uid='.$bannedUsers[$i]['uid'].'&id='.$bannedUsers[$i]['id'].'" onClick="return del(\'unban\',\''.$name.'\')"><img src="../img/Admin/del.gif" class="del" title="cancel" alt="cancel"></img></a></td>
|
||||
<td class="on"><a href="?action=delBan&uid='.$bannedUsers[$i]['uid'].'&id='.$bannedUsers[$i]['id'].'" onClick="return del(\'unban\',\''.$name.'\')"><img src="../img/admin/del.gif" class="del" title="cancel" alt="cancel"></img></a></td>
|
||||
</tr>';
|
||||
}
|
||||
}
|
||||
|
||||
BIN
Binary file not shown.
|
Before Width: | Height: | Size: 194 KiB After Width: | Height: | Size: 37 KiB |
Reference in New Issue
Block a user