mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 06:38:00 +02:00
Issue #230 - welcome message wysiwyg editor was missing.
This commit is contained in:
@@ -187,7 +187,13 @@ if ($action == "create" || $action == "edit")
|
||||
</tr>
|
||||
<tr>
|
||||
<td>".WMLAN_04."</td>
|
||||
<td><textarea class='e-wysiwyg tbox' id='data' name='data' cols='70' rows='15' style='width:95%' onselect='storeCaret(this);' onclick='storeCaret(this);' onkeyup='storeCaret(this)'>".$tp->toForm(vartrue($row['gen_chardata']))."</textarea></td>
|
||||
<td>";
|
||||
|
||||
$text .= $frm->bbarea('data',$row['gen_chardata']);
|
||||
|
||||
// $text .= "<textarea class='e-wysiwyg tbox' id='data' name='data' cols='70' rows='15' style='width:95%' onselect='storeCaret(this);' onclick='storeCaret(this);' onkeyup='storeCaret(this)'>".$tp->toForm(vartrue($row['gen_chardata']))."</textarea>";
|
||||
|
||||
$text .= "</td>
|
||||
</tr>";
|
||||
|
||||
// $text .= display_help("helpb", "admin"); //XXX Serves as BC Check
|
||||
|
Reference in New Issue
Block a user