[Openfirst-cvscommit] news/admin index.php,1.4,1.5
Brought to you by:
xtimg
From: <xt...@us...> - 2003-08-20 16:40:49
|
Update of /cvsroot/openfirst/news/admin In directory sc8-pr-cvs1:/tmp/cvs-serv20261/admin Modified Files: index.php Log Message: Add HTML editor... thanks Hans-Jurgen Petrich :) Index: index.php =================================================================== RCS file: /cvsroot/openfirst/news/admin/index.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** index.php 29 Jul 2003 15:31:54 -0000 1.4 --- index.php 20 Aug 2003 15:03:25 -0000 1.5 *************** *** 40,44 **** style="width: 250px;"> <br />Message: ! <br /><textarea name="news" cols="40" rows="20">Insert your news here.</textarea> <br /> <input type="submit" value="Add News Item" /> --- 40,48 ---- style="width: 250px;"> <br />Message: ! <br /><?php if(function_exists("make_wysiwyg") == true) { ! make_wysiwyg("news", 240, 200, "Insert your news here."); ! } else { ! ?><textarea name="news" cols="40" rows="20">Insert your news here.</textarea><?php ! } ?> <br /> <input type="submit" value="Add News Item" /> |