From: Chris S. <san...@us...> - 2005-06-14 18:12:11
|
Update of /cvsroot/stack/stack-1-0/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18441/html Modified Files: Tag: frontend_dev admin-menu.txt helpform.php Log Message: Popup window for help files restored. Index: helpform.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/html/helpform.php,v retrieving revision 1.4 retrieving revision 1.4.4.1 diff -C2 -d -r1.4 -r1.4.4.1 *** helpform.php 5 Apr 2005 02:44:44 -0000 1.4 --- helpform.php 14 Jun 2005 18:12:02 -0000 1.4.4.1 *************** *** 18,22 **** */ ! echo "<form name=\"stackquestionhelpform\" action=\"{$stack_web_url}doc/stackHelp.php\" method=\"POST\">"; ?> <input type="hidden" name="field" value="" /> <input type="hidden" name="variable" value="" /> --- 18,22 ---- */ ! echo "<form name=\"stackquestionhelpform\" action=\"{$stack_web_url}doc/help_popup.php\" method=\"POST\">"; ?> <input type="hidden" name="field" value="" /> <input type="hidden" name="variable" value="" /> Index: admin-menu.txt =================================================================== RCS file: /cvsroot/stack/stack-1-0/html/admin-menu.txt,v retrieving revision 1.8.2.4 retrieving revision 1.8.2.5 diff -C2 -d -r1.8.2.4 -r1.8.2.5 *** admin-menu.txt 14 Jun 2005 16:01:03 -0000 1.8.2.4 --- admin-menu.txt 14 Jun 2005 18:12:02 -0000 1.8.2.5 *************** *** 6,10 **** ..Import|import_question_screen.php?action=upload_xml_file .Quizzes|editquiz.php?action=quiz_choose ! ..Quiz|editquiz.php?action=quiz_new .Reporting|analysis.php .Logout|index.php?action=logout --- 6,10 ---- ..Import|import_question_screen.php?action=upload_xml_file .Quizzes|editquiz.php?action=quiz_choose ! ..New|editquiz.php?action=quiz_new .Reporting|analysis.php .Logout|index.php?action=logout |