Revision 66
Added by stefan about 20 years ago
| modify_post.php | ||
|---|---|---|
| 132 | 132 |
<td valign="top"><?php echo $TEXT['SHORT']; ?>:</td> |
| 133 | 133 |
<td> |
| 134 | 134 |
<?php |
| 135 |
show_wysiwyg_editor("short","short",$fetch_content['short'],"100%","135px");
|
|
| 135 |
show_wysiwyg_editor("short","short",$fetch_content['content_short'],"100%","135px");
|
|
| 136 | 136 |
?> |
| 137 | 137 |
</td> |
| 138 | 138 |
</tr> |
| ... | ... | |
| 140 | 140 |
<td valign="top"><?php echo $TEXT['LONG']; ?>:</td> |
| 141 | 141 |
<td> |
| 142 | 142 |
<?php |
| 143 |
show_wysiwyg_editor("long","long",$fetch_content['long'],"100%","300px");
|
|
| 143 |
show_wysiwyg_editor("long","long",$fetch_content['content_long'],"100%","300px");
|
|
| 144 | 144 |
?> |
| 145 | 145 |
</td> |
| 146 | 146 |
</tr> |
Also available in: Unified diff
Changed column names in mod_news_posts from short,long to content_short, content_long.