mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 00:16:46 +02:00
MDL-21695 renaming ->help_icon() to old_help_icon() and going to introduce new help_icon() with new parameters and detailed debugging - hopefully this will help during the conversion to new help
This commit is contained in:
parent
9f9193f623
commit
596509e431
55 changed files with 116 additions and 116 deletions
|
@ -127,7 +127,7 @@ echo $OUTPUT->header();
|
|||
|
||||
// Print the add and delete form
|
||||
coursetag_get_jscript();
|
||||
$addtagshelp = $OUTPUT->help_icon('addtags', 'adding tags', $tagslang);
|
||||
$addtagshelp = $OUTPUT->old_help_icon('addtags', 'adding tags', $tagslang);
|
||||
$edittagthisunit = get_string('edittagthisunit', $tagslang);
|
||||
$arrowtitle = get_string('arrowtitle', $tagslang);
|
||||
$sesskey = sesskey();
|
||||
|
@ -160,7 +160,7 @@ echo $OUTPUT->header();
|
|||
</div>
|
||||
EOT;
|
||||
if ($coursetabs) {
|
||||
$deletetagshelp = $OUTPUT->help_icon('deletetags', 'deleting tags', $tagslang);
|
||||
$deletetagshelp = $OUTPUT->old_help_icon('deletetags', 'deleting tags', $tagslang);
|
||||
$editdeletemytag = get_string('editdeletemytag', $tagslang);
|
||||
$outstr .= <<<EOT1
|
||||
<div class="coursetag_edit_row">
|
||||
|
|
|
@ -185,7 +185,7 @@ if (strlen($tags) < 10000) { $fclass = 'coursetag_more_large'; }
|
|||
$outstr = '
|
||||
<div class="coursetag_more_title">
|
||||
<div style="padding-bottom:5px">'.$welcome.
|
||||
$OUTPUT->help_icon('usingtags', 'using tags', $tagslang).'
|
||||
$OUTPUT->old_help_icon('usingtags', 'using tags', $tagslang).'
|
||||
</div>
|
||||
<div class="coursetag_more_link">'.$link1.'</div>
|
||||
<div class="coursetag_more_link">'.$link2.'</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue