| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- Index: functions/display_messages.php
- --- functions/display_messages.php.orig 2005-03-21 23:18:32 +0100
- +++ functions/display_messages.php 2005-07-30 21:15:29 +0200
- @@ -88,8 +88,8 @@
- "\"$width_and_height /><br />\n";
- }
- echo ( $hide_sm_attributions ? '' :
- - '<small>' . sprintf (_("SquirrelMail version %s"), $version) . '<br />'.
- - _("By the SquirrelMail Project 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: functions/imap_general.php
- --- functions/imap_general.php.orig 2005-05-20 12:37:34 +0200
- +++ functions/imap_general.php 2005-07-30 21:14:27 +0200
- @@ -568,6 +568,7 @@
-
- set_up_language($squirrelmail_language, true);
- include_once(SM_PATH . 'functions/display_messages.php' );
- + do_hook('invalid_login'); /* used with squirrelmail_logger */
- sqsession_destroy();
- /* terminate the session nicely */
- sqimap_logout($imap_stream);
- Index: src/login.php
- --- src/login.php.orig 2005-06-22 15:45:35 +0200
- +++ src/login.php 2005-07-30 21:15:39 +0200
- @@ -132,8 +132,8 @@
- ' /><br />' . "\n"
- : '' ).
- ( (isset($hide_sm_attributions) && $hide_sm_attributions) ? '' :
- - '<small>' . sprintf (_("SquirrelMail version %s"), $version) . '<br />' ."\n".
- - ' ' . _("By the SquirrelMail Project Team") . '<br /></small>' . "\n" ) .
- + '<br />' ."\n".
- + '<br />' . "\n" ) .
- html_tag( 'table',
- html_tag( 'tr',
- html_tag( 'td',
- Index: src/right_main.php
- --- src/right_main.php.orig 2005-06-15 23:12:05 +0200
- +++ src/right_main.php 2005-07-30 21:14:27 +0200
- @@ -182,6 +182,7 @@
- )
- ) ,
- 'center', $color[9], 'width="70%" cellpadding="0" cellspacing="3" border="0"' );
- + echo "<br />\n";
- }
- }
- }
|