From: Arun Persaud Date: Sun, 25 May 2008 18:08:04 +0000 (-0700) Subject: NEW FEATURE: add two buttons to move forward and backwards through the tricks X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1132ca2ccda76df5ed2b1bea6b64015d4dc86880;p=e-DoKo.git NEW FEATURE: add two buttons to move forward and backwards through the tricks makes navigation through the games easier Signed-off-by: Arun Persaud --- diff --git a/include/game.php b/include/game.php index 55ce7a6..3bbfccd 100644 --- a/include/game.php +++ b/include/game.php @@ -1735,8 +1735,8 @@ switch($mystatus) echo " \n \n"; /* end div trick, end li trick */ } - - echo "\n"; /* end ul tricks*/ + echo "
  • prev
  • \n"; + echo "
  • next
  • \n\n"; /* end ul tricks*/ echo "
    Personal notes:
    \n"; $notes = DB_get_notes_by_userid_and_gameid($myid,$gameid); diff --git a/include/output.php b/include/output.php index 62ab264..28489a0 100644 --- a/include/output.php +++ b/include/output.php @@ -230,6 +230,7 @@ function output_header()