From 65867e61b906045cbd514728b84179c648c98f63 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 5 Mar 2012 11:54:38 +0100 Subject: [PATCH] kivitendo rebranding --- SL/Common.pm | 2 +- SL/Form.pm | 2 +- bin/mozilla/datev.pl | 2 +- templates/webpages/admin/adminlogin.html | 4 ++-- templates/webpages/ct/form_header.html | 2 +- templates/webpages/login/company_logo.html | 8 ++++---- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/SL/Common.pm b/SL/Common.pm index 371bb8a7d..726c4c8e2 100644 --- a/SL/Common.pm +++ b/SL/Common.pm @@ -43,7 +43,7 @@ sub unique_id { } sub tmpname { - return "/tmp/lx-office-tmp-" . unique_id(); + return "/tmp/kivitendo-tmp-" . unique_id(); } sub retrieve_parts { diff --git a/SL/Form.pm b/SL/Form.pm index 32675d8ce..392cd6648 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -1108,7 +1108,7 @@ sub parse_template { $suffix = $self->{IN}; $suffix =~ s/.*\.//; ($temp_fh, $self->{tmpfile}) = File::Temp::tempfile( - 'lx-office-printXXXXXX', + 'kivitendo-printXXXXXX', SUFFIX => '.' . ($suffix || 'tex'), DIR => $userspath, UNLINK => 1, diff --git a/bin/mozilla/datev.pl b/bin/mozilla/datev.pl index 8915d2f8b..f3dbc2eb8 100644 --- a/bin/mozilla/datev.pl +++ b/bin/mozilla/datev.pl @@ -138,7 +138,7 @@ sub download { $main::auth->assert('datev_export'); my $tmp_name = Common->tmpname(); - my $zip_name = strftime("lx-office-datev-export-%Y%m%d.zip", localtime(time())); + my $zip_name = strftime("kivitendo-datev-export-%Y%m%d.zip", localtime(time())); my $cwd = getcwd(); diff --git a/templates/webpages/admin/adminlogin.html b/templates/webpages/admin/adminlogin.html index a059c849a..50f64b7c7 100644 --- a/templates/webpages/admin/adminlogin.html +++ b/templates/webpages/admin/adminlogin.html @@ -4,7 +4,7 @@
- + @@ -27,7 +27,7 @@ -

[% 'Lx-Office Homepage' | $T8 %]: http://lx-office.org

+

[% 'kivitendo Homepage' | $T8 %]: http://kivitendo.de

[%- LxERP.t8('Back to the login page') %]

diff --git a/templates/webpages/ct/form_header.html b/templates/webpages/ct/form_header.html index 814ccb0e3..8f71e65f5 100644 --- a/templates/webpages/ct/form_header.html +++ b/templates/webpages/ct/form_header.html @@ -150,7 +150,7 @@ [% ELSE %][% 'Homepage' | $T8 %] [% END %] - + diff --git a/templates/webpages/login/company_logo.html b/templates/webpages/login/company_logo.html index 4dbe7a8b4..0105c9883 100644 --- a/templates/webpages/login/company_logo.html +++ b/templates/webpages/login/company_logo.html @@ -4,13 +4,13 @@
- +

[% 'companylogo_subtitle' | $T8 %]

@@ -45,8 +45,8 @@ [% HTML.escape(interface) %] - [% 'Lx-Office Homepage' | $T8 %]: - http://lx-office.org + [% 'kivitendo Homepage' | $T8 %]: + http://kivitendo.de

-- 2.20.1