projects
/
e-DoKo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2ced42
)
LAYOUT: fixed message area showing up in the wrong place during poverty setup
author
Arun Persaud
<arun@nubati.net>
Tue, 22 Feb 2011 06:51:31 +0000
(22:51 -0800)
committer
Arun Persaud
<apersaud@lbl.gov>
Tue, 22 Feb 2011 06:51:31 +0000
(22:51 -0800)
include/game.php
patch
|
blob
|
history
diff --git
a/include/game.php
b/include/game.php
index 18d58193a697f838ae1d1669aacd15c8dd816d7e..d691c7f0b92147c0ddd7864103b4c38e3afcce35 100644
(file)
--- a/
include/game.php
+++ b/
include/game.php
@@
-945,6
+945,7
@@
switch($mystatus)
}
else
echo "<div class=\"message\">Please, <a href=\"$INDEX?action=game&me=$me\">start</a> the game.</div>\n";
+ echo '<div class="mycards"></div>'."\n"; /* needed to make sure the message area is in the right position */
}
/* the following is part A) of what needs to be done */