]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-19307 xmldb documentation - add link from main page to global docs generator
authorstronk7 <stronk7>
Thu, 28 May 2009 00:21:42 +0000 (00:21 +0000)
committerstronk7 <stronk7>
Thu, 28 May 2009 00:21:42 +0000 (00:21 +0000)
admin/xmldb/actions/main_view/main_view.class.php

index 9f5cbdc644c3dcee6c8718107a49aed8d1b999d4..c79f6160a2b57bc7fc44265f9d48d964828405b4 100644 (file)
@@ -89,6 +89,8 @@ class main_view extends XMLDBAction {
         $b .= '&nbsp;<a href="index.php?action=view_reserved_words">[' . $this->str['reservedwords'] . ']</a>';
     /// The test button
         $b .= '&nbsp;<a href="index.php?action=test">[' . $this->str['test'] . ']</a>';
+    /// The docs button
+        $b .= '&nbsp;<a href="index.php?action=generate_all_documentation">[' . $this->str['doc'] . ']</a>';
     /// The check indexes button
         $b .= '&nbsp;<a href="index.php?action=check_indexes">[' . $this->str['checkindexes'] . ']</a>';
     /// The check defaults button