kivitendo rebranding
authorSven Schöling <s.schoeling@linet-services.de>
Mon, 5 Mar 2012 10:54:38 +0000 (11:54 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Mon, 5 Mar 2012 10:54:38 +0000 (11:54 +0100)
SL/Common.pm
SL/Form.pm
bin/mozilla/datev.pl
templates/webpages/admin/adminlogin.html
templates/webpages/ct/form_header.html
templates/webpages/login/company_logo.html

index 371bb8a..726c4c8 100644 (file)
@@ -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 {
index 32675d8..392cd66 100644 (file)
@@ -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,
index 8915d2f..f3dbc2e 100644 (file)
@@ -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();
 
index a059c84..50f64b7 100644 (file)
@@ -4,7 +4,7 @@
 <body class="admin" onload="document.getElementById('rpw').focus()">
  <div align="center">
 
-  <a href="http://www.lx-office.org"><img src="image/lx-office-erp.png" border="0"></a>
+  <a href="http://www.kivitendo.org"><img src="image/kivitendo.png" border="0"></a>
 
   <h3 class="login">[% 'Lx-Office' | $T8 %] [% HTML.escape(version) %]</h3>
 
@@ -27,7 +27,7 @@
 
   </form>
 
-  <p>[% 'Lx-Office Homepage' | $T8 %]: <a href="http://lx-office.org" target="_blank" title="[% 'Lx-Office Homepage' | $T8 %]">http://lx-office.org</a></p>
+  <p>[% 'kivitendo Homepage' | $T8 %]: <a href="http://kivitendo.de" target="_blank" title="[% 'kivitendo Homepage' | $T8 %]">http://kivitendo.de</a></p>
 
   <p><a href="login.pl" target="_top">[%- LxERP.t8('Back to the login page') %]</a></p>
 
index 814ccb0..8f71e65 100644 (file)
       [% ELSE %][% 'Homepage' | $T8 %]
       [% END %]
       </th>
-      <td><input name="homepage" size="45" title="[% 'Example: http://lx-office.org' | $T8 %]" value="[% HTML.escape(homepage) %]"></td>
+      <td><input name="homepage" size="45" title="[% 'Example: http://kivitendo.de' | $T8 %]" value="[% HTML.escape(homepage) %]"></td>
      </tr>
 
      <tr>
index 4dbe7a8..0105c98 100644 (file)
@@ -4,13 +4,13 @@
    <noscript>
    [% INCLUDE 'generic/information.html'
      title_information = LxERP.t8('Your browser does not currently support Javascript.'),
-     label_information = LxERP.t8('A lot of the usability of Lx-Office has been enhanced with javascript. Although it is currently possible to use every aspect of Lx-Office without javascript, we strongly recommend it. In a future version this may change and javascript may be necessary to access advanced features.'),
+     label_information = LxERP.t8('A lot of the usability of kivitendo has been enhanced with javascript. Although it is currently possible to use every aspect of kivitendo without javascript, we strongly recommend it. In a future version this may change and javascript may be necessary to access advanced features.'),
    %]
    </noscript>
  <center>
   <a class="nomobile" href="http://www.kivitendo.de" target="_top"><img src="image/kivitendo.png" border="0" title="[% 'kivitendo Homepage' | $T8 %]"></a>
 
-  <h3 class="login">[% 'Lx-Office' | $T8 %] [% version %]</h3>
+  <h3 class="login">[% 'kivitendo' | $T8 %] [% version %]</h3>
 
   <p>[% 'companylogo_subtitle' | $T8 %]</p>
   <p>
@@ -45,8 +45,8 @@
      <td>[% HTML.escape(interface) %]</td>
     </tr>
     <tr class="nomobile">
-     <th align="left">[% 'Lx-Office Homepage' | $T8 %]:</th>
-     <td><a href="http://lx-office.org" target="_blank" title="[% 'Lx-Office Homepage' | $T8 %]">http://lx-office.org</a></td>
+     <th align="left">[% 'kivitendo Homepage' | $T8 %]:</th>
+     <td><a href="http://kivitendo.de" target="_blank" title="[% 'kivitendo Homepage' | $T8 %]">http://kivitendo.de</a></td>
     </tr>
    </table>
  </center>