Funktionalität für Mindesthaltbarkeitsdatum hinzugefügt.
[kivitendo-erp.git] / templates / webpages / login / company_logo_master.html
index 4af1057..64ad45e 100644 (file)
@@ -12,7 +12,7 @@
    <b>
     [% HTML.escape(myconfig_company) %]
     <br>
-    [% HTML.escape(myconfig_address).replace('\\\\n', '<br>') %]
+    [% HTML.escape(myconfig_address).replace('\\\\n', '<br>').replace('\n', '<br>') %]
    </b>
 
    <br>
     <tr>
      <th colspan="2" align="center"><a href="http://lx-office.org" target="blank">http://lx-office.org</a></th>
     </tr>
-    <tr>
-     <th colspan="2" align="center"><a href="mailto:info&#064;lx-office.org" target="blank">info&#064;lx-office.org</a></th>
-    </tr>
    </table>
 
+   <noscript>
+   [% INCLUDE  'generic/information_<translate>master</translate>.html'
+     title_information = '<translate>Your browser does not currently support Javascript.</translate>',
+     label_information = '<translate>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.</translate>',
+   %]
+   </noscript>
  </center>
 
+ [%- todo_list %]
+
 </body>
 </html>