Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1:/tmp/cvs-serv18639
Modified Files:
serendipity_functions.inc.php
Log Message:
Cleaned up the comment-form a little
Index: serendipity_functions.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/serendipity_functions.inc.php,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -d -r1.103 -r1.104
--- serendipity_functions.inc.php 9 Jul 2003 18:55:36 -0000 1.103
+++ serendipity_functions.inc.php 12 Jul 2003 18:55:28 -0000 1.104
@@ -130,13 +130,10 @@
<td class="serendipity_commentsLabel"><?php echo COMMENT; ?></td>
<td class="serendipity_commentsValue"><textarea rows="10" cols="40" name="serendipity[comment]"></textarea></td>
</tr>
- </table>
-
- <div>
- <span class="serendipity_comment_source" style="vertical-align: middle"><?php echo REMEMBER_INFO; ?></span>
- <input type="checkbox" name="serendipity[remember]" <?php echo $serendipity['COOKIE']['remember'] ; ?> /><br />
- <input type="submit" value="<?php echo SUBMIT_COMMENT; ?>" />
- </div>
+ <tr>
+ <td> </td>
+ <td class="serendipity_commentsLabel"><input type="submit" value="<?php echo SUBMIT_COMMENT; ?>" /> <input type="checkbox" name="serendipity[remember]" <?php echo $serendipity['COOKIE']['remember'] ; ?> /> <?php echo REMEMBER_INFO; ?></td>
+ </table>
</form>
<?php
}
@@ -225,7 +222,7 @@
$link = 'fixme';
}
?>
-<table width="100%" class='serendipity_calendar' cellspacing="1">
+<table width="100%" class="serendipity_calendar" cellspacing="1">
<tr>
<td align="left" class="serendipity_calendarHeader">
<a title="<?php echo BACK; ?>" href="<?php echo $serendipity['serendipityHTTPPath'] . $serendipity['indexFile']; ?>?serendipity[calendarZoom]=<?php echo $previousYear . sprintf('%02d',$previousMonth); ?>"><img alt="<?php echo BACK; ?>" src="<?php echo serendipity_getTemplateFile('img/back.png'); ?>" border="0" /></a></td>
|