Update of /cvsroot/squirrelmail/squirrelmail/templates/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19578
Modified Files:
left_main.tpl
Log Message:
Put cell end before row end
Index: left_main.tpl
===================================================================
RCS file: /cvsroot/squirrelmail/squirrelmail/templates/default/left_main.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -w -r1.5 -r1.6
--- left_main.tpl 24 Feb 2006 22:32:11 -0000 1.5
+++ left_main.tpl 27 Feb 2006 18:13:25 -0000 1.6
@@ -273,8 +273,8 @@
</table>
<br />
<?php echo buildMailboxTree($mailboxes, $settings); ?>
- </tr>
</td>
+ </tr>
</table>
<?php do_hook('left_main_after'); ?>
</div>
\ No newline at end of file
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
|