mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Added link to help file
This commit is contained in:
parent
0c2dff5fe9
commit
a6abd71591
@ -92,8 +92,6 @@
|
||||
// Process Actions
|
||||
//======================
|
||||
|
||||
// echo "<pre>"; 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 @@
|
||||
"<a href=\"index.php\">$txt->administration</a> -> <a href=\"configure.php\">$txt->configuration</a> " .
|
||||
"-> $txt->managefilters" );
|
||||
|
||||
print_heading( $txt->managefilters );
|
||||
print_heading( $txt->managefilters . $help );
|
||||
|
||||
// print the table of all the filters
|
||||
$table->print_html();
|
||||
|
Loading…
x
Reference in New Issue
Block a user