]> git.mjollnir.org Git - moodle.git/commitdiff
Better help with text formats
authormoodler <moodler>
Fri, 18 Oct 2002 09:38:58 +0000 (09:38 +0000)
committermoodler <moodler>
Fri, 18 Oct 2002 09:38:58 +0000 (09:38 +0000)
mod/assignment/mod.html
mod/forum/post.html
mod/journal/edit.html

index f53f72106e8014c496f721db9eb45ff5236c55dd..5656e9e2374999abb6e04cd0dbb95021f05da9e4 100644 (file)
@@ -34,6 +34,7 @@
            $form->format = $defaultformat;
        }
        choose_from_menu(format_text_menu(), "format", $form->format, ""); 
+       helpbutton("textformat", get_string("formattexttype"));
        echo "</P>";
     ?>
     </td>
index ef1d4efbe50f0413f8d9dac550722a49883ad37c..dd34237240b91475481e21476e2c13a96b1961c9 100644 (file)
@@ -31,6 +31,7 @@
     <td align=right><P><B><? print_string("formattexttype"); ?>:</B></P></TD>
     <td>
     <? choose_from_menu(format_text_menu(), "format", $post->format, ""); ?>
+    <? helpbutton("textformat", get_string("formattexttype")) ?>
     </td>
     <td>
     &nbsp;
index 1284bd0a0231299dab7d645068a09bb710e0c661..b331b2d7cc40b27773de284cced3839dbd02021d 100644 (file)
@@ -11,7 +11,8 @@
 <P align=center>
 <? print_string("formattexttype");
    echo ":&nbsp;";
-   choose_from_menu(format_text_menu(), "format", $entry->format, ""); ?>
+   choose_from_menu(format_text_menu(), "format", $entry->format, "");
+   helpbutton("textformat", get_string("formattexttype")) ?>
 </P>
 
 <P align=center>