mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-29527 - RSS: Add a description to the reset keys page
Thanks to Alexander Bias for the suggestion
This commit is contained in:
parent
6731a04d93
commit
636b4f9d2c
2 changed files with 3 additions and 2 deletions
|
@ -60,7 +60,7 @@ class core_rss_renderer extends plugin_renderer_base {
|
|||
$return = $OUTPUT->heading(get_string('rss'), 3, 'main', true);
|
||||
$return .= $OUTPUT->box_start('generalbox webservicestokenui');
|
||||
|
||||
//$return .= get_string('keyshelp', 'webservice');
|
||||
$return .= get_string('rsskeyshelp');
|
||||
|
||||
$table = new html_table();
|
||||
$table->head = array($strtoken, $stroperation);
|
||||
|
@ -82,4 +82,4 @@ class core_rss_renderer extends plugin_renderer_base {
|
|||
$return .= $OUTPUT->box_end();
|
||||
return $return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue