squirrelmail.patch 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. Index: functions/display_messages.php
  2. diff -Nau functions/display_messages.php functions/display_messages.php
  3. --- functions/display_messages.php.orig 2005-03-16 14:19:09.834557000 +0100
  4. +++ functions/display_messages.php 2005-03-16 14:19:14.176437000 +0100
  5. @@ -107,8 +107,8 @@
  6. "\"$width_and_height /><br />\n";
  7. }
  8. echo ( $hide_sm_attributions ? '' :
  9. - '<small>' . sprintf (_("SquirrelMail version %s"), $version) . '<br />'.
  10. - _("By the SquirrelMail Development Team") . "<br /></small>\n" ).
  11. + '<br />'.
  12. + "<br />\n" ).
  13. '<table cellspacing="1" cellpadding="0" bgcolor="'.$color[1].'" width="70%">'.
  14. '<tr><td>'.
  15. '<table width="100%" border="0" bgcolor="'.$color[4].'" align="center">'.
  16. Index: src/login.php
  17. diff -Nau src/login.php src/login.php
  18. --- src/login.php.orig 2005-03-16 14:19:21.207817000 +0100
  19. +++ src/login.php 2005-03-16 14:19:26.038991000 +0100
  20. @@ -110,8 +110,8 @@
  21. ' /><br />' . "\n"
  22. : '' ).
  23. ( (isset($hide_sm_attributions) && $hide_sm_attributions) ? '' :
  24. - '<small>' . sprintf (_("SquirrelMail version %s"), $version) . '<br />' ."\n".
  25. - ' ' . _("By the SquirrelMail Development Team") . '<br /></small>' . "\n" ) .
  26. + '<br />' ."\n".
  27. + '<br />' . "\n" ) .
  28. html_tag( 'table',
  29. html_tag( 'tr',
  30. html_tag( 'td',
  31. Index: src/right_main.php
  32. diff -Nau src/right_main.php src/right_main.php
  33. --- src/right_main.php 2005-03-16 16:41:39.703294000 +0100
  34. +++ src/right_main.php 2005-03-16 16:41:43.220847000 +0100
  35. @@ -185,6 +185,7 @@
  36. )
  37. ) ,
  38. 'center', $color[9], 'width="70%" cellpadding="0" cellspacing="3" border="0"' );
  39. + echo "<br />\n";
  40. }
  41. }
  42. }