From aff2191c2c31501c72a89aabd2fd6cb2eb3ce8aa Mon Sep 17 00:00:00 2001 From: einhverfr Date: Sat, 2 Sep 2006 06:14:40 +0000 Subject: Removed CONTRIBUTORS lines in the various files, moved any contributors to the CONTRIBUTORS file. Added TODO, CONTRIBUTORS, and the upgrade/cross-grade SL2LS.pl (incomplete). git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@16 4979c152-3d1c-0410-bac9-87ea11338e46 --- bin/mozilla/login.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bin/mozilla/login.pl') diff --git a/bin/mozilla/login.pl b/bin/mozilla/login.pl index 3173b2b1..5f317d10 100755 --- a/bin/mozilla/login.pl +++ b/bin/mozilla/login.pl @@ -55,7 +55,7 @@ if ($form->{action}) { sub login_screen { - $form->{stylesheet} = "sql-ledger.css"; + $form->{stylesheet} = "ledger-smb.css"; $form->{favicon} = "favicon.ico"; $form->{endsession} = 1; @@ -136,8 +136,8 @@ sub login_screen { sub selectdataset { my ($login) = @_; - if (-f "css/sql-ledger.css") { - $form->{stylesheet} = "sql-ledger.css"; + if (-f "css/ledger-smb.css") { + $form->{stylesheet} = "ledger-smb.css"; } $form->header(1); @@ -200,7 +200,7 @@ sub selectdataset { sub login { - $form->{stylesheet} = "sql-ledger.css"; + $form->{stylesheet} = "ledger-smb.css"; $form->{favicon} = "favicon.ico"; $form->error($locale->text('You did not enter a name!')) unless ($form->{login}); -- cgit v1.2.3