Update of /cvsroot/aimmath/AIM/WEB-INF/maple/aim/admin
In directory sc8-pr-cvs1:/tmp/cvs-serv2841/WEB-INF/maple/aim/admin
Modified Files:
Tag: develop_2_1
Quiz.mpl
Log Message:
added a link "Add or edit questions" to the admin quiz page.
Index: Quiz.mpl
===================================================================
RCS file: /cvsroot/aimmath/AIM/WEB-INF/maple/aim/admin/Quiz.mpl,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -C2 -d -r1.2.2.1 -r1.2.2.2
*** Quiz.mpl 10 Jul 2003 20:10:04 -0000 1.2.2.1
--- Quiz.mpl 23 Aug 2003 15:10:57 -0000 1.2.2.2
***************
*** 100,103 ****
--- 100,108 ----
['LinkText' = __("Browse source"),
'Command' = "admin/SourceDir"]],
+
+ ['Action',"AddEditQuestions",
+ "Browse the source file directory.",
+ ['LinkText' = __("Add or edit questions"),
+ 'Command' = "admin/SourceDir"]],
['Action',"AnalyzeQuiz",
***************
*** 169,175 ****
[["td", "width" = "40%", "align" = "left"],
[["a", "name" = "Questions"],["h2",__("Questions")]]],
! [["td", "width" = "30%", "align" = "right"],
{["UseAllQuestions"]}],
! [["td", "width" = "30%", "align" = "right"],
{"togglehidden"}]]],
{"questiontable"},
--- 174,182 ----
[["td", "width" = "40%", "align" = "left"],
[["a", "name" = "Questions"],["h2",__("Questions")]]],
! [["td", "width" = "20%", "align" = "right"],
! {["AddEditQuestions"]}],
! [["td", "width" = "20%", "align" = "right"],
{["UseAllQuestions"]}],
! [["td", "width" = "20%", "align" = "right"],
{"togglehidden"}]]],
{"questiontable"},
|