diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-09-10 03:13:09 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-09-10 03:13:09 +0000 |
commit | 714a0df78ba7dff4f7a6b7dad1448514dcc0f862 (patch) | |
tree | 1b0d463edee0209501a4551f048d1421b1cb066a /bin | |
parent | 301545e572f38b78c90b27219f4c8715837f54fd (diff) |
Revised copyright notices for PM's.
Finished applying Dave's patch
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@54 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/mozilla/pw.pl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/mozilla/pw.pl b/bin/mozilla/pw.pl index 1b219c8e..5ec4516d 100755 --- a/bin/mozilla/pw.pl +++ b/bin/mozilla/pw.pl @@ -18,19 +18,20 @@ sub getpassword { my ($s) = @_; $form->{endsession} = 1; - $form->header; $sessionexpired = qq|<b><font color=red><blink>|.$locale->text('Session expired!').qq|</blink></font></b><p>| if $s; - print qq| + my $headeradd = qq| <script language="JavaScript" type="text/javascript"> <!-- function sf(){ document.pw.password.focus(); } // End --> -</script> +</script>|; + $form->header(undef, $headeradd); + print qq| <body onload="sf()"> $sessionexpired |