forked from science-ation/science-ation
Revert the body of the normal communication module to plain text, until the html sending is implemented
This commit is contained in:
parent
a3ab3b8b74
commit
85adcf0594
@ -561,7 +561,8 @@ case 'dialog_edit':
|
|||||||
echo "<tr><td colspan=\"2\"><hr /></td></tr>";
|
echo "<tr><td colspan=\"2\"><hr /></td></tr>";
|
||||||
echo "<tr><td>".i18n("Email Subject").":</td><td><input type=\"text\" name=\"subject\" size=\"60\" value=\"$subject\" /></td></tr>\n";
|
echo "<tr><td>".i18n("Email Subject").":</td><td><input type=\"text\" name=\"subject\" size=\"60\" value=\"$subject\" /></td></tr>\n";
|
||||||
echo "<tr><td>".i18n("Email From").":</td><td><input type=\"text\" name=\"from\" size=\"60\" value=\"$from\" /></td></tr>\n";
|
echo "<tr><td>".i18n("Email From").":</td><td><input type=\"text\" name=\"from\" size=\"60\" value=\"$from\" /></td></tr>\n";
|
||||||
// echo "<tr><td>".i18n("Email Body")."</td><td><textarea name=\"body\" cols=\"80\" rows=\"10\" style=\"font-size: 0.75em\">".htmlspecialchars($body)."</textarea></td></tr>";
|
echo "<tr><td>".i18n("Email Body")."</td><td><textarea name=\"body\" cols=\"80\" rows=\"10\" style=\"font-size: 0.75em\">".htmlspecialchars($body)."</textarea></td></tr>";
|
||||||
|
/*
|
||||||
echo "<tr><td>".i18n("Email Body").":</td><td>";
|
echo "<tr><td>".i18n("Email Body").":</td><td>";
|
||||||
require_once("../fckeditor/fckeditor.php");
|
require_once("../fckeditor/fckeditor.php");
|
||||||
$oFCKeditor = new FCKeditor("body") ;
|
$oFCKeditor = new FCKeditor("body") ;
|
||||||
@ -571,6 +572,7 @@ case 'dialog_edit':
|
|||||||
$oFCKeditor->Height=300;
|
$oFCKeditor->Height=300;
|
||||||
$oFCKeditor->Create();
|
$oFCKeditor->Create();
|
||||||
echo "</td></tr>";
|
echo "</td></tr>";
|
||||||
|
*/
|
||||||
|
|
||||||
echo "<tr><td colspan=\"2\" align=\"center\"><input type=\"submit\" value=\"".$buttontext."\"></td></tr>";
|
echo "<tr><td colspan=\"2\" align=\"center\"><input type=\"submit\" value=\"".$buttontext."\"></td></tr>";
|
||||||
echo "</table>";
|
echo "</table>";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user