summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-03-23 17:39:00 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-03-23 17:39:00 +0000
commitb08cb0ba7c51c1dc9019881b26b25469041fea10 (patch)
tree4ff56730c1d26c0675325164005d1cdc91bdce33 /bin
parent5ac924ad28a04bb9c02e683306ddfca5a046e4c2 (diff)
moving css over to new names and removing executable bit from them
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@997 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'bin')
-rwxr-xr-xbin/admin.pl6
-rwxr-xr-xbin/login.pl8
2 files changed, 7 insertions, 7 deletions
diff --git a/bin/admin.pl b/bin/admin.pl
index a4c9ab9a..38c51c20 100755
--- a/bin/admin.pl
+++ b/bin/admin.pl
@@ -51,7 +51,7 @@ $form->{charset} = 'UTF-8';
eval { require DBI; };
$form->error(__FILE__.':'.__LINE__.': '.$locale->text('DBI not installed!')) if ($@);
-$form->{stylesheet} = "ledger-smb.css";
+$form->{stylesheet} = "ledgersmb.css";
$form->{favicon} = "favicon.ico";
$form->{timeout} = 600;
@@ -155,8 +155,8 @@ sub add_user {
$form->{title} = "LedgerSMB ".$locale->text('Accounting')." ".$locale->text('Administration')." / ".$locale->text('Add User');
- if (-f "css/ledger-smb.css") {
- $myconfig->{stylesheet} = "ledger-smb.css";
+ if (-f "css/ledgersmb.css") {
+ $myconfig->{stylesheet} = "ledgersmb.css";
}
$myconfig->{vclimit} = 1000;
diff --git a/bin/login.pl b/bin/login.pl
index 67c882b2..8ddcdb41 100755
--- a/bin/login.pl
+++ b/bin/login.pl
@@ -83,7 +83,7 @@ if ($form->{action}) {
sub login_screen {
- $form->{stylesheet} = "ledger-smb.css";
+ $form->{stylesheet} = "ledgersmb.css";
$form->{favicon} = "favicon.ico";
$form->{endsession} = 1;
@@ -167,8 +167,8 @@ sub login_screen {
sub selectdataset {
my ($login) = @_;
- if (-f "css/ledger-smb.css") {
- $form->{stylesheet} = "ledger-smb.css";
+ if (-f "css/ledgersmb.css") {
+ $form->{stylesheet} = "ledgersmb.css";
}
$form->header(1);
@@ -231,7 +231,7 @@ sub selectdataset {
sub login {
- $form->{stylesheet} = "ledger-smb.css";
+ $form->{stylesheet} = "ledgersmb.css";
$form->{favicon} = "favicon.ico";
$form->error(__FILE__.':'.__LINE__.': '.$locale->text('You did not enter a name!')) unless ($form->{login});