summaryrefslogtreecommitdiffstats
path: root/include/game.php
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2008-09-24 22:23:58 -0700
committerArun Persaud <arun@nubati.net>2008-09-24 22:23:58 -0700
commitca3071da712685fd941f97d3610bad8635bf9c5c (patch)
tree4376d49d5fca6bad45d0f8b2f2654b9837b25e5c /include/game.php
parent3951e6e5eb8e8960dad01e5acb14a9c83aca1dce (diff)
downloade-DoKo-ca3071da712685fd941f97d3610bad8635bf9c5c.tar.gz
e-DoKo-ca3071da712685fd941f97d3610bad8635bf9c5c.tar.bz2
e-DoKo-ca3071da712685fd941f97d3610bad8635bf9c5c.zip
LAYOUT: wrap some text for status of sickness better
make "still needs to decide" two lines:wq Signed-off-by: Arun Persaud <arun@nubati.net>
Diffstat (limited to 'include/game.php')
-rw-r--r--include/game.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/game.php b/include/game.php
index 4c7710d..3c1b68e 100644
--- a/include/game.php
+++ b/include/game.php
@@ -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";