MDL-21695 Replaced localfiltersettings.html

AMOS BEGIN
 HLP localfiltersettings.html,[filtersettings_help,core_filters]
AMOS END
This commit is contained in:
David Mudrak
2010-06-28 14:37:30 +00:00
parent ed8eb15aa5
commit 8e0b6fb1e3
3 changed files with 5 additions and 12 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ if ($isfrontpage) {
}
/// Print heading.
echo $OUTPUT->heading_with_help($title, 'localfiltersettings', 'filters');
echo $OUTPUT->heading_with_help($title, 'filtersettings', 'filters');
if (empty($availablefilters)) {
echo '<p class="centerpara">' . get_string('nofiltersenabled', 'filters') . "</p>\n";
+4 -3
View File
@@ -46,11 +46,12 @@ $string['disabled'] = 'Disabled';
$string['doesnotcontain'] = 'doesn\'t contain';
$string['endswith'] = 'ends with';
$string['filterallwarning'] = 'Applying filters to headings as well as content can greatly increase the load on your server. Please use that \'Apply to\' settings sparingly. The main use is with the multilang filter.';
$string['filtersettingsforin'] = 'Filter settings for {$a->filter} in {$a->context}';
$string['filtersettingsin'] = 'Filter settings in {$a}';
$string['filtersettingsin_help'] = 'This page lets you turn filters on or off in a particular part of the site.
$string['filtersettings'] = 'Filter settings';
$string['filtersettings_help'] = 'This page lets you turn filters on or off in a particular part of the site.
Some filters may also let you set local settings, in which case there will be a settings link next to their name.';
$string['filtersettingsforin'] = 'Filter settings for {$a->filter} in {$a->context}';
$string['filtersettingsin'] = 'Filter settings in {$a}';
$string['firstaccess'] = 'First access';
$string['globalrolelabel'] = '{$a->label} is {$a->value}';
$string['includenever'] = 'Never included';
-8
View File
@@ -1,8 +0,0 @@
<h1>Filter settings</h1>
<p>This page lets you turn filters on or off in a particular part of the site.
This page only gives you access to those filters that the Administrator has
enabled.</p>
<p>Some filters may also let you set local settings, in which case there will be
a 'Settings' link next to their name.</p>