From: Chris S. <san...@us...> - 2005-06-17 06:29:06
|
Update of /cvsroot/stack/stack-1-0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14331 Modified Files: Tag: frontend_dev quiz.php Log Message: Index: quiz.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/quiz.php,v retrieving revision 1.22.2.3 retrieving revision 1.22.2.4 diff -C2 -d -r1.22.2.3 -r1.22.2.4 *** quiz.php 16 Jun 2005 12:13:37 -0000 1.22.2.3 --- quiz.php 17 Jun 2005 06:28:55 -0000 1.22.2.4 *************** *** 645,649 **** if ($focus) { ! echo " <tr><td nowrap='nowrap'><a href=\"javascript:takeaction('focus',0);\">".get_string('UnFocus','stack','')."</a></td> <td> ".get_string('UnFocusExplain','stack','')."</td></tr>\n"; } else { --- 645,649 ---- if ($focus) { ! echo " <tr><td nowrap='nowrap'><a href=\"javascript:takeaction('unfocus',0);\">".get_string('UnFocus','stack','')."</a></td> <td> ".get_string('UnFocusExplain','stack','')."</td></tr>\n"; } else { |