From 091789788fa1131d9603fa9619d0c978fcb6bde3 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sun, 10 Sep 2006 18:42:23 +0000 Subject: [PATCH] Linking to the tests from the main page. --- admin/xmldb/actions/main_view/main_view.class.php | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.39.5