]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-14811 Merged from 1.9: Fixed the popup window name for HTML editor help
authormoodler <moodler>
Tue, 13 May 2008 05:36:25 +0000 (05:36 +0000)
committermoodler <moodler>
Tue, 13 May 2008 05:36:25 +0000 (05:36 +0000)
lib/weblib.php

index 1b5dcb4b70b704654567720eddb5c5b304c782de..47a58d12deacdc32e19cc543ebfa5f1471a79fbd 100644 (file)
@@ -5772,7 +5772,7 @@ function editorhelpbutton(){
 
     $paramstring = join('&', $urlparams);
     $linkobject = '<img alt="'.$alttag.'" class="iconhelp" src="'.$CFG->pixpath .'/help.gif" />';
-    return link_to_popup_window(s('/lib/form/editorhelp.php?'.$paramstring), $alttag, $linkobject, 400, 500, $alttag, 'none', true);
+    return link_to_popup_window(s('/lib/form/editorhelp.php?'.$paramstring), 'popup', $linkobject, 400, 500, $alttag, 'none', true);
 }
 
 /**