Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3320
Modified Files:
serendipity_functions.inc.php
Log Message:
previewing entries with wysiwyg-entries did not work. using real submit
button now.
Index: serendipity_functions.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/serendipity_functions.inc.php,v
retrieving revision 1.238
retrieving revision 1.239
diff -u -d -r1.238 -r1.239
--- serendipity_functions.inc.php 25 Mar 2004 10:50:45 -0000 1.238
+++ serendipity_functions.inc.php 25 Mar 2004 10:57:38 -0000 1.239
@@ -2043,7 +2043,7 @@
</td>
<td align="right">
- <input type="button" value="- <?php echo PREVIEW; ?> -" style="font-weight: bold;" onclick="document.forms['serendipityEntry'].elements['serendipity[preview]'].value='true'; document.forms['serendipityEntry'].submit();" />
+ <input type="submit" value="- <?php echo PREVIEW; ?> -" style="font-weight: bold;" onclick="document.forms['serendipityEntry'].elements['serendipity[preview]'].value='true';" />
<input type="submit" value="- <?php echo SAVE; ?> -" style="font-weight: bold;" />
</td>
</tr>
|