diff --git a/Templates/Notice/all.tpl b/Templates/Notice/all.tpl index 16c7af19..6e7a1194 100644 --- a/Templates/Notice/all.tpl +++ b/Templates/Notice/all.tpl @@ -35,7 +35,7 @@ $noticeClass = array("Scout Report","Won as attacker without losses","Won as att echo "«»"; } else if (!isset($_GET['s']) && count($message->noticearray) > 10) { - echo "«»"; + echo "«»"; } else if(isset($_GET['s']) && count($message->noticearray) > $_GET['s']) { if(count($message->noticearray) > ($_GET['s']+10) && $_GET['s']-10 < count($message->noticearray) && $_GET['s'] != 0) { diff --git a/todo.txt b/todo.txt index 05d822cf..c9fd182b 100644 --- a/todo.txt +++ b/todo.txt @@ -7,7 +7,6 @@ - allow to redirect Support messages to admin's nickname (for when there's only a single admin and doesn't like switching between Support and themselves) - disallow Support to play (single cookie for Admin and the game means support gets no village and lots of warnings when they switch to game now) - resetting res bonus in admin actually says that bonus was given after OK is pressed -- pagination in attacks goes to "All" reports instead of staying in "Attacks" - quest image should glow red when new task is ready to be read (now it's only red when page is refreshed) - disallow kicking yourself from alliance or provide a confirmation dialog and correct redirect - sending messages to players via Admin doesn't work