diff options
author | Arun Persaud <arun@nubati.net> | 2011-11-19 20:53:52 -0800 |
---|---|---|
committer | Arun Persaud <apersaud@lbl.gov> | 2011-11-19 21:02:52 -0800 |
commit | f55dbd7a08908c0443b5ed9d20c2dc74bb8b1026 (patch) | |
tree | bc2e6224d77b2b5c66d826aa47deb9d4d72c057c /include/user.php | |
parent | 69b24a34b64f4eeb9279e0d66577f555c82b01eb (diff) | |
download | e-DoKo-f55dbd7a08908c0443b5ed9d20c2dc74bb8b1026.tar.gz e-DoKo-f55dbd7a08908c0443b5ed9d20c2dc74bb8b1026.tar.bz2 e-DoKo-f55dbd7a08908c0443b5ed9d20c2dc74bb8b1026.zip |
LAYOUT: fixed user home page a bit
Diffstat (limited to 'include/user.php')
-rw-r--r-- | include/user.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/user.php b/include/user.php index 2c3afeb..b811cda 100644 --- a/include/user.php +++ b/include/user.php @@ -138,12 +138,12 @@ else " Between $vac_start and $vac_stop other users will see the following message: $vac_comment.</p>\n"; } - echo '<h4>'._('These are all your games').":</h4>\n"; + echo '<h4>'._('These are your games').":</h4>\n"; /* output legend */ - echo '<p>'._('Games').": \n"; - echo '<span class="gamestatuspre"> </span> = '._('pre-game phase'); - echo '<span class="gamestatusplay"> </span> = '._('game in progess'); - echo '<span class="gamestatusover "><a>N</a> </span> = '._('game over (N people played the same hand)').' <br />'; + echo "<p>\n"; + echo ' <span class="gamestatuspre"> </span> '._('pre-game phase'); + echo ' <span class="gamestatusplay"> </span> '._('game in progess'); + echo ' <span class="gamestatusover "><a>N</a> </span> '._('game over (N people played this hand)').' <br />'; echo ' '._("Reminder: canceling a game can't be reversed!"); echo "</p>\n"; |