When using the HTML editor, don't provide format options
This commit is contained in:
+7
-7
@@ -39,22 +39,22 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<tr valign=top>
|
||||
<td align=right><p><b><?php print_string("formattexttype"); ?>:</b></p></td>
|
||||
<td>
|
||||
<?php
|
||||
choose_from_menu(format_text_menu(), "format", $post->format, "");
|
||||
?>
|
||||
<font SIZE="1">
|
||||
<?php
|
||||
if ($usehtmleditor) { /// Trying this out for a while
|
||||
print_string('formathtml');
|
||||
echo '<input type="hidden" name="format" value="'.FORMAT_HTML.'">';
|
||||
} else {
|
||||
choose_from_menu(format_text_menu(), "format", $post->format, "");
|
||||
}
|
||||
helpbutton("textformat", get_string("helpformatting"));
|
||||
?>
|
||||
</font>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr valign=top>
|
||||
<td align=right><p><b><?php print_string("subscription", "forum") ?>:</b></p></td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user