From: Shaun M. <sin...@us...> - 2006-03-01 14:35:22
|
Update of /cvsroot/phpwsbb/phpwsbb/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11356 Modified Files: edit.tpl Log Message: Added {PREVIEW} tag Index: edit.tpl =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/templates/edit.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** edit.tpl 27 Jan 2006 04:15:06 -0000 1.2 --- edit.tpl 1 Mar 2006 14:35:16 -0000 1.3 *************** *** 2,5 **** --- 2,10 ---- {START_FORM} + <!-- BEGIN PREVIEW --> + <br />{PREVIEW_TEXT}: + <div style="border:1px solid; padding:4px">{PREVIEW}</div><br /> + <!-- END PREVIEW --> + <!-- BEGIN GUESTNAME --> {GUESTNAME_TEXT}:<br /> |