]> wagnertech.de Git - mfinanz.git/blobdiff - templates/mobile_webpages/login/company_logo.html
Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[mfinanz.git] / templates / mobile_webpages / login / company_logo.html
index 472d479898ff8688b22013aac50be2a57759c3c1..cb704661d930150724c1a30f7158fc248850bc8e 100644 (file)
 
    <table border="0">
     <tr>
-     <th align="left"><a href="am.pl?action=config" title="[% 'Preferences' | $T8 %]">[% 'User' | $T8 %]</a></th>
-     <td>[% HTML.escape(MYCONFIG.name) %]</td>
+     <th align="left">[% 'User' | $T8 %]</th>
+     <td>[% MYCONFIG.name | html %]</td>
     </tr>
     <tr>
-     <th align="left">[% IF AUTH.assert('admin', 'may_fail') %]<a href="controller.pl?action=ClientConfig/edit" title="[% 'Client Configuration' | $T8 %]">[% END %][% 'Client' | $T8 %][% IF AUTH.assert('admin', 'may_fail') %]</a>[% END %]</th>
-     <td>[% HTML.escape(client.name) %]</td>
+     <th align="left">[% 'Client' | $T8 %]</th>
+     <td>[% client.name | html %]</td>
     </tr>
     <tr>
-     <th align="left"><a href="am.pl?action=config" title="[% 'Preferences' | $T8 %]">[% 'Language' | $T8 %]</a></th>
-     <td>[% HTML.escape(MYCONFIG.countrycode) %]</td>
-    </tr>
-    <tr>
-     <th align="left">[% 'Webserver interface' | $T8 %]</th>
-     <td>[% HTML.escape(interface) %]</td>
-    </tr>
-    <tr class="nomobile">
-     <th align="left">[% 'kivitendo Homepage' | $T8 %]:</th>
-     <td><a href="http://kivitendo.de" target="_blank" title="[% 'kivitendo Homepage' | $T8 %]">http://kivitendo.de</a></td>
+     <th align="left">[% 'Language' | $T8 %]</th>
+     <td>[% MYCONFIG.countrycode | html %]</td>
     </tr>
    </table>
  </center>