From a6abd71591e353aa666aa214f9f11af6ac025dbd Mon Sep 17 00:00:00 2001 From: thepurpleblob Date: Mon, 22 Aug 2005 10:07:55 +0000 Subject: [PATCH] Added link to help file --- admin/filters.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/admin/filters.php b/admin/filters.php index 7ae4b4aeea9..b0eb2e6476b 100644 --- a/admin/filters.php +++ b/admin/filters.php @@ -92,8 +92,6 @@ // Process Actions //====================== - // echo "
"; print_r( $installedfilters ); die;    
-
     if (($params->action=="hide") and confirm_sesskey()) {
         $key=array_search( $params->filterpath, $installedfilters );
         // check filterpath is valid
@@ -256,6 +254,9 @@
         }
     }
 
+    // help button
+    $help = helpbutton( 'filters','','moodle',true,false,'',true ); 
+
     //==============================
     // Display logic
     //==============================
@@ -264,7 +265,7 @@
         "$txt->administration -> $txt->configuration " .
         "-> $txt->managefilters" );
 
-    print_heading( $txt->managefilters );
+    print_heading( $txt->managefilters . $help );
 
     // print the table of all the filters
     $table->print_html();