Update of /cvsroot/php-blog/serendipity/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21708
Modified Files:
functions_entries.inc.php
Log Message:
- Make entry composer 100% in width
Index: functions_entries.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/functions_entries.inc.php,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- functions_entries.inc.php 21 Jan 2005 20:55:51 -0000 1.48
+++ functions_entries.inc.php 21 Jan 2005 22:56:10 -0000 1.49
@@ -1194,7 +1194,7 @@
<form action="<?php echo $targetURL; ?>" method="post" <?php echo ($serendipity['XHTML11'] ? 'id' : 'name'); ?>="serendipityEntry" style="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-bottom: 0px">
<?php echo $hidden; ?>
- <table class="serendipityEntryEdit" border="0">
+ <table class="serendipityEntryEdit" border="0" width="100%">
<tr>
<td>
<b><?php echo TITLE; ?>:</b>
|