From 5e3f5fe45c7d05a85f5e36637b3dd937e1ac3596 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Tue, 4 May 2010 21:44:30 -0700 Subject: improved jquery on user home page the text will now say either show or hide not both depending on the situation. --- include/user.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'include/user.php') diff --git a/include/user.php b/include/user.php index 9ac127a..3046b34 100644 --- a/include/user.php +++ b/include/user.php @@ -255,7 +255,8 @@ else if($maxgame>1) { - $output_active .= ' '._('(hide/show) old').'
'."\n"; + $output_active .= ' '._('show old').''. + ' '._('hide old').'
'."\n"; $output_active .= ' '.$sessionoutput.''; } @@ -296,9 +297,9 @@ else } echo "\n"; /* give a hint for new players */ -- cgit v1.2.3-18-g5258