Templates werden nicht mehr übersetzt gespeichert.
[kivitendo-erp.git] / templates / webpages / login / company_logo_master.html
index bcca704..a306456 100644 (file)
@@ -1,12 +1,13 @@
+[%- USE T8 %]
 [% USE HTML %][% USE LxERP %]<body>
  [%- DEFAULT myconfig_dbhost = 'localhost' %]
 
  <center>
-  <a href="http://www.lx-office.org" target="_top"><img src="image/lx-office-erp.png" border="0"></a>
+  <a class="nomobile" href="http://www.lx-office.org" target="_top"><img src="image/lx-office-erp.png" border="0"></a>
 
-  <h2 class="login"><translate>Version</translate> [% version %]</h2>
+  <h2 class="login">[% 'Version' | $T8 %] [% version %]</h2>
 
-  <p><translate>Licensed to</translate></p>
+  <p>[% 'Licensed to' | $T8 %]</p>
 
   <p>
    <b>
 
    <table border="0">
     <tr>
-     <th align="left"><translate>User</translate></th>
+     <th align="left">[% 'User' | $T8 %]</th>
      <td>[% HTML.escape(myconfig_name) %]</td>
     </tr>
     <tr>
-     <th align="left"><translate>Dataset</translate></th>
+     <th align="left">[% 'Dataset' | $T8 %]</th>
      <td>[% HTML.escape(myconfig_dbname) %]</td>
     </tr>
     <tr>
-     <th align="left"><translate>Database Host</translate></th>
+     <th align="left">[% 'Database Host' | $T8 %]</th>
      <td>[% HTML.escape(myconfig_dbhost) %]</td>
     </tr>
     <tr>
     </tr>
     <tr>
     </tr>
-    <tr>
+    <tr class="nomobile">
      <th colspan="2" align="center"><a href="http://lx-office.org" target="blank">http://lx-office.org</a></th>
     </tr>
    </table>
 
+   <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.'),
+   %]
+   </noscript>
  </center>
 
  [%- todo_list %]