X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fadmin.pl;h=4e33ef200c80fedbd94c2434962d5c38103f5007;hb=8482e69b2e36af353705a84e4465668f7431dddf;hp=cd08e3f9f050f44d412586e2c53ce7b762f38f84;hpb=d9cb2f120ebebd2f7cf1018691fd7c8e8c54f496;p=kivitendo-erp.git diff --git a/bin/mozilla/admin.pl b/bin/mozilla/admin.pl index cd08e3f9f..4e33ef200 100644 --- a/bin/mozilla/admin.pl +++ b/bin/mozilla/admin.pl @@ -34,20 +34,25 @@ $menufile = "menu.ini"; +use DBI; +use CGI; + use SL::Form; use SL::User; +use SL::Common; + +require "bin/mozilla/common.pl"; + +our $cgi = new CGI(''); $form = new Form; $form->{"root"} = "root login"; $locale = new Locale $language, "admin"; -eval { require DBI; }; -$form->error($locale->text('DBI not installed!')) if ($@); - # customization -if (-f "$form->{path}/custom_$form->{script}") { - eval { require "$form->{path}/custom_$form->{script}"; }; +if (-f "bin/mozilla/custom_$form->{script}") { + eval { require "bin/mozilla/custom_$form->{script}"; }; $form->error($@) if ($@); } @@ -67,7 +72,7 @@ if ($form->{action}) { &check_password; - &$subroutine; + call_sub($subroutine); } else { @@ -125,7 +130,6 @@ sub adminlogin { . $locale->text('Login') . qq|"> -{path}> @@ -197,8 +201,7 @@ sub form_footer { print qq| - -{path}> + {rpw}> {path}&rpw=$form->{rpw}"; + "$script?action=edit&login=$key&rpw=$form->{rpw}"; $href =~ s/ /%20/g; $member{$key}{templates} =~ s/^$templates\///; @@ -330,7 +333,6 @@ sub list_users { -{path}> {rpw}>
text('Login') . qq|"> -{path}> @@ -473,9 +474,13 @@ sub form_header { } } - opendir CSS, "css/."; - @all = sort(grep({ /\.css$/ && ($_ ne "tabcontent.css") } readdir(CSS))); - closedir CSS; +# opendir CSS, "css/."; +# @all = grep /.*\.css$/, readdir CSS; +# closedir CSS; + +# css dir has styles that are not intended as general layouts. +# reverting to hardcoded list + @all = qw(lx-office-erp.css Win2000.css); foreach $item (@all) { if ($item eq $myconfig->{stylesheet}) { @@ -508,16 +513,16 @@ sub form_header { - + - - {password}> + + - + @@ -575,10 +580,6 @@ sub form_header { - - - - @@ -601,7 +602,9 @@ sub form_header { - - + - + |; if ($item eq 'Pg') { + print qq| - + - + - + - + |; } @@ -666,13 +670,13 @@ sub form_header { - + |; } print qq| - {dbpasswd}> +
| . $locale->text('Login') . qq|
| . $locale->text('Password') . qq|{password}>
| . $locale->text('Name') . qq|
| . $locale->text('E-mail') . qq|| . $locale->text('Language') . qq|
| . $locale->text('Character Set') . qq|
| . $locale->text('Stylesheet') . qq|
| . $locale->text('Setup Menu') . qq| | . +  | . + $locale->text("Top (CSS)") . qq| +  | . $locale->text("Top (Javascript)") . qq|  | . $locale->text("Old (on the side)") . qq| @@ -633,24 +636,25 @@ sub form_header { print qq| | . $locale->text('Driver') . qq| $item $item | . $locale->text('Host') . qq|{"${item}_dbhost"}>
| . $locale->text('Dataset') . qq|{Pg_dbname}> | . $locale->text('Port') . qq|{Pg_dbport}>
| . $locale->text('User') . qq|{"${item}_dbuser"}> | . $locale->text('Password') . qq|{"${item}_dbpasswd"}>
| . $locale->text('Dataset') . qq| {"${item}_dbuser"}> | . $locale->text('Password') . qq|{"${item}_dbpasswd"}>
@@ -690,11 +694,6 @@ sub form_header { @a = ; close(FH); - if (open(FH, "custom_$menufile")) { - push @a, ; - } - close(FH); - foreach $item (@a) { next unless $item =~ /\[/; next if $item =~ /\#/; @@ -967,6 +966,9 @@ sub save { } } + $form->{templates} =~ s|.*/||; + $form->{mastertemplates} =~ s|.*/||; + # create user template directory and copy master files if (!-d "$form->{templates}") { umask(002); @@ -1140,7 +1142,6 @@ sub change_admin_password { -{path}> {rpw}>

@@ -1181,7 +1182,7 @@ sub change_password { $root->save_member($memberfile); $form->{callback} = - "$form->{script}?action=list_users&path=$form->{path}&rpw=$root->{password}"; + "$form->{script}?action=list_users&rpw=$root->{password}"; $form->redirect($locale->text('Password changed!')); @@ -1284,9 +1285,9 @@ sub dbselect_source { | . $locale->text('User') . qq| - {dbuser}> + | . $locale->text('Password') . qq| - + @@ -1302,8 +1303,7 @@ sub dbselect_source { - -{path}> + {rpw}>
@@ -1337,9 +1337,7 @@ print qq|

{script}> -{dbdriver}> -{dbhost}> -{dbport}> -{dbuser}> -{dbpasswd}> -{dbdefault}> + + + + + + | . $locale->text('The following Datasets need to be updated') . qq| @@ -1399,9 +1397,8 @@ $upd - + -{path}> {rpw}> @@ -1453,7 +1450,7 @@ sub dbupdate {
| . $locale->text("Continue") . qq||; } @@ -1465,7 +1462,7 @@ sub create_dataset { } opendir SQLDIR, "sql/." or $form - error($!); - foreach $item (sort grep /-chart\.sql/, readdir SQLDIR) { + foreach $item (sort grep /-chart\.sql\z/, readdir SQLDIR) { next if ($item eq 'Default-chart.sql'); $item =~ s/-chart\.sql//; push @charts, @@ -1473,23 +1470,24 @@ sub create_dataset { } closedir SQLDIR; - $selectencoding = qq|