| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- Index: functions/display_messages.php
- diff -Nau functions/display_messages.php functions/display_messages.php
- --- functions/display_messages.php.orig 2005-03-16 14:19:09.834557000 +0100
- +++ functions/display_messages.php 2005-03-16 14:19:14.176437000 +0100
- @@ -107,8 +107,8 @@
- "\"$width_and_height /><br />\n";
- }
- echo ( $hide_sm_attributions ? '' :
- - '<small>' . sprintf (_("SquirrelMail version %s"), $version) . '<br />'.
- - _("By the SquirrelMail Development Team") . "<br /></small>\n" ).
- + '<br />'.
- + "<br />\n" ).
- '<table cellspacing="1" cellpadding="0" bgcolor="'.$color[1].'" width="70%">'.
- '<tr><td>'.
- '<table width="100%" border="0" bgcolor="'.$color[4].'" align="center">'.
- Index: src/login.php
- diff -Nau src/login.php src/login.php
- --- src/login.php.orig 2005-03-16 14:19:21.207817000 +0100
- +++ src/login.php 2005-03-16 14:19:26.038991000 +0100
- @@ -110,8 +110,8 @@
- ' /><br />' . "\n"
- : '' ).
- ( (isset($hide_sm_attributions) && $hide_sm_attributions) ? '' :
- - '<small>' . sprintf (_("SquirrelMail version %s"), $version) . '<br />' ."\n".
- - ' ' . _("By the SquirrelMail Development Team") . '<br /></small>' . "\n" ) .
- + '<br />' ."\n".
- + '<br />' . "\n" ) .
- html_tag( 'table',
- html_tag( 'tr',
- html_tag( 'td',
- Index: src/right_main.php
- diff -Nau src/right_main.php src/right_main.php
- --- src/right_main.php 2005-03-16 16:41:39.703294000 +0100
- +++ src/right_main.php 2005-03-16 16:41:43.220847000 +0100
- @@ -185,6 +185,7 @@
- )
- ) ,
- 'center', $color[9], 'width="70%" cellpadding="0" cellspacing="3" border="0"' );
- + echo "<br />\n";
- }
- }
- }
|