Update of /cvsroot/php-blog/serendipity/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31903
Modified Files:
functions_entries.inc.php
Log Message:
- Preview button shouldn't be bold
Index: functions_entries.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/functions_entries.inc.php,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- functions_entries.inc.php 18 Dec 2004 23:20:18 -0000 1.28
+++ functions_entries.inc.php 19 Dec 2004 22:04:04 -0000 1.29
@@ -1360,7 +1360,7 @@
<input id="checkbox_moderate_comments" type="checkbox" name="serendipity[moderate_comments]" value="true" <?php echo $moderate_comments; ?> /><label for="checkbox_moderate_comments"><?php echo COMMENTS_MODERATE; ?></label>
</td>
<td align="right" rowspan="2" valign="middle" width="30%">
- <input accesskey="p" type="submit" value="- <?php echo PREVIEW; ?> -" style="font-weight: bold; margin: 2px; width: 200px; text-align: center" onclick="document.forms['serendipityEntry'].elements['serendipity[preview]'].value='true';" /><br />
+ <input accesskey="p" type="submit" value="- <?php echo PREVIEW; ?> -" style="margin: 2px; width: 200px; text-align: center" onclick="document.forms['serendipityEntry'].elements['serendipity[preview]'].value='true';" /><br />
<input accesskey="s" type="submit" onclick="return checkSave();" value="- <?php echo SAVE; ?> -" style="font-weight: bold; margin: 2px; width: 200px; text-align: center" />
</td>
</tr>
|