From: stronk7 Date: Sun, 10 Sep 2006 18:42:23 +0000 (+0000) Subject: Linking to the tests from the main page. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=091789788fa1131d9603fa9619d0c978fcb6bde3;p=moodle.git Linking to the tests from the main page. --- diff --git a/admin/xmldb/actions/main_view/main_view.class.php b/admin/xmldb/actions/main_view/main_view.class.php index f46381e7cc..44a72015f0 100644 --- a/admin/xmldb/actions/main_view/main_view.class.php +++ b/admin/xmldb/actions/main_view/main_view.class.php @@ -46,6 +46,7 @@ class main_view extends XMLDBAction { 'unload' => 'xmldb', 'delete' => 'xmldb', 'reservedwords' => 'xmldb', + 'test' => 'xmldb', 'gotolastused' => 'xmldb' )); } @@ -81,6 +82,8 @@ class main_view extends XMLDBAction { $b = '

'; /// The reserved_words button $b .= ' [' . $this->str['reservedwords'] . ']'; + /// The test button + $b .= ' [' . $this->str['test'] . ']'; $b .= '

'; /// Send buttons to output $o .= $b;