Hi Rafael.

> Rafael Garay wrote:
>> I'd like to edit the SM 1.4.2 source to add the browser's status bar to
>> the Compose window when the Compose window is opened in a new window.
>>
>> Reason for this is so I can see that when I click Send that the browser
>> is actually doing something.
>
> Hah.. I forgot to ask my question. Where in the source can I do this and
> what do I have to input to do this?

I had the same problem as you have, and this is my solution. I hope it
helps. I too agree on having this added to SquirrelMail, either permanent
or as a setting.

Sincerly,
Fredrik.


--- squirrelmail-1.4.2/functions/page_header.php        Wed Oct  1
19:34:20 2003
+++ web/mail/functions/page_header.php  Thu Nov 27 18:18:26 2003
@@ -126,7 +126,7 @@
                      '    var newwin = window.open(comp_uri' .
                      ', "_blank",'.
                      '"width='.$compose_width. ',height='.$compose_height.
-                     ',scrollbars=yes,resizable=yes");'."\n".
+                     ',scrollbars=yes,resizable=yes,status=yes");'."\n".
                      "}\n\n";
             }

@@ -215,7 +215,7 @@
                      '    var newwin = window.open(comp_uri' .
                      ', "_blank",'.
                      '"width='.$compose_width. ',height='.$compose_height.
-                     ',scrollbars=yes,resizable=yes");'."\n".
+                     ',scrollbars=yes,resizable=yes,status=yes");'."\n".
                      "}\n\n";

             }



-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to