Skip to content

Commit

Permalink
A little fix on admin delete img
Browse files Browse the repository at this point in the history
+little fix on admin ban page (delete img)
+little graphic change on maintenance
  • Loading branch information
Shadowss committed Jun 12, 2018
1 parent 051fdfa commit 9881732
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Admin/Templates/ban.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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>';
}
}
Expand Down
Binary file modified img/lol.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9881732

Please sign in to comment.