From: Chris S. <san...@us...> - 2005-06-14 17:55:18
|
Update of /cvsroot/stack/stack-1-0/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8050/scripts Modified Files: Tag: frontend_dev en.php stackAuthor.php Log Message: Index: stackAuthor.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/scripts/stackAuthor.php,v retrieving revision 1.22 retrieving revision 1.22.2.1 diff -C2 -d -r1.22 -r1.22.2.1 *** stackAuthor.php 12 Jun 2005 07:47:06 -0000 1.22 --- stackAuthor.php 14 Jun 2005 17:54:52 -0000 1.22.2.1 *************** *** 88,92 **** echo " <td> $descript </td>\n <td>"; ! $sz = max(10,strlen($options[$opt])+2); @stack_question_edit_option_form($name,$opt,$options[$opt],$sz); echo "</td>\n"; --- 88,92 ---- echo " <td> $descript </td>\n <td>"; ! $sz = max(10,@strlen($options[$opt])+2); @stack_question_edit_option_form($name,$opt,$options[$opt],$sz); echo "</td>\n"; Index: en.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/scripts/en.php,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -d -r1.3.2.1 -r1.3.2.2 *** en.php 14 Jun 2005 11:36:06 -0000 1.3.2.1 --- en.php 14 Jun 2005 17:54:52 -0000 1.3.2.2 *************** *** 1,4 **** --- 1,5 ---- <?php + // Strings associated with quizzes. $string['TrySTACKQuiz'] = 'Try a STACK quiz'; $string['STACKHomePage'] = 'STACK home page'; *************** *** 29,32 **** --- 30,35 ---- $string['Help'] = 'Help'; $string['End'] = 'End'; + $string['Quiz_error_q'] = '<font color=\"red\">There were errors in the question.</font><br />Please contact your system administrator about questionID {$a[0]}.<br />'; + // Stack page footer. |