]> git.mjollnir.org Git - moodle.git/commitdiff
Added help buttons about the richtext editor (when active)
authormoodler <moodler>
Sat, 12 Oct 2002 05:43:00 +0000 (05:43 +0000)
committermoodler <moodler>
Sat, 12 Oct 2002 05:43:00 +0000 (05:43 +0000)
mod/forum/post.html

index 9d378d2598be42e2358ba1612e972c36921ec846..ca32b430bbbd5916c65621857334c1bec4fe10b1 100644 (file)
@@ -11,7 +11,9 @@
 </tr>
 <tr valign=top>
     <td align=right><P><B><? print_string("message", "forum"); ?>:</B>
-    <? if (!$usehtmleditor) { ?>
+     <? if ($usehtmleditor) { ?>
+        <BR><BR><? helpbutton("richtext", get_string("helprichtext")) ?></P>
+     <? } else { ?>
         <BR><BR><? helpbutton("text", get_string("helptext")) ?></P>
      <? } ?>
     </TD>