[svn r13175] Replace the wysiwyg by a normal textarea

skala
Julian Prud'homme 17 years ago
parent 4c4a388b47
commit 1d4472d42a
  1. 3
      main/calendar/myagenda.php

@ -1099,7 +1099,8 @@ function show_new_item_form($id = "")
echo "</td></tr>"; echo "</td></tr>";
// ********** The text field ********** \\ // ********** The text field ********** \\
echo "<tr><td colspan=\"2\">"; echo "<tr><td colspan=\"2\">";
api_disp_html_area('frm_content', $text, '300px'); //api_disp_html_area('frm_content', $text, '300px');
echo'<textarea name="frm_content" style="width: 450px; height: 100px;">'.$text.'</textarea>';
echo "</td></tr>"; echo "</td></tr>";
// ********** The Submit button********** \\ // ********** The Submit button********** \\
echo "<tr><td colspan=\"2\">"; echo "<tr><td colspan=\"2\">";

Loading…
Cancel
Save