LAYOUT: wrap some text for status of sickness better
authorArun Persaud <arun@nubati.net>
Thu, 25 Sep 2008 05:23:58 +0000 (22:23 -0700)
committerArun Persaud <arun@nubati.net>
Thu, 25 Sep 2008 05:23:58 +0000 (22:23 -0700)
make "still needs to decide" two lines:wq

Signed-off-by: Arun Persaud <arun@nubati.net>
include/game.php

index 4c7710d96932baeae22ac897a123e960f5ec4cc3..3c1b68e6bf758f061023c8c8bc9da1bfedce31eb 100644 (file)
@@ -297,7 +297,7 @@ switch($mystatus)
            $userstatus = DB_get_hand_status_by_userid_and_gameid($userid,$gameid);
 
            if($userstatus=='start' || $userstatus=='init')
-             echo " <div class=\"vorbehalt".($pos-1)."\"> still needs to decide </div>\n"; /* show this to everyone */
+             echo " <div class=\"vorbehalt".($pos-1)."\"> still needs <br/ > to decide </div>\n"; /* show this to everyone */
            else
              if($usersick!=NULL && $pos<=$mypos ) /* only show this for people sitting before the player */
                echo " <div class=\"vorbehalt".($pos-1)."\"> sick </div>\n";
@@ -414,7 +414,7 @@ switch($mystatus)
        $userstatus = DB_get_hand_status_by_userid_and_gameid($userid,$gameid);
 
        if($userstatus=='start' || $userstatus=='init')
-         echo " <div class=\"vorbehalt".($pos-1)."\"> still needs to decide </div>\n"; /* show this to everyone */
+         echo " <div class=\"vorbehalt".($pos-1)."\"> still needs <br />to decide </div>\n"; /* show this to everyone */
        else
          if($usersick!=NULL) /* in the init-phase we only showed players with $pos<$mypos, now we can show all */
            echo " <div class=\"vorbehalt".($pos-1)."\"> sick </div>\n";