Revision bb6e55fc
Von Sven Schöling vor mehr als 3 Jahren hinzugefügt
templates/mobile_webpages/login/company_logo.html | ||
---|---|---|
22 | 22 |
|
23 | 23 |
<table border="0"> |
24 | 24 |
<tr> |
25 |
<th align="left"><a href="am.pl?action=config" title="[% 'Preferences' | $T8 %]">[% 'User' | $T8 %]</a></th>
|
|
26 |
<td>[% HTML.escape(MYCONFIG.name) %]</td>
|
|
25 |
<th align="left">[% 'User' | $T8 %]</th>
|
|
26 |
<td>[% MYCONFIG.name | html %]</td>
|
|
27 | 27 |
</tr> |
28 | 28 |
<tr> |
29 |
<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>
|
|
30 |
<td>[% HTML.escape(client.name) %]</td>
|
|
29 |
<th align="left">[% 'Client' | $T8 %]</th>
|
|
30 |
<td>[% client.name | html %]</td>
|
|
31 | 31 |
</tr> |
32 | 32 |
<tr> |
33 |
<th align="left"><a href="am.pl?action=config" title="[% 'Preferences' | $T8 %]">[% 'Language' | $T8 %]</a></th> |
|
34 |
<td>[% HTML.escape(MYCONFIG.countrycode) %]</td> |
|
35 |
</tr> |
|
36 |
<tr> |
|
37 |
<th align="left">[% 'Webserver interface' | $T8 %]</th> |
|
38 |
<td>[% HTML.escape(interface) %]</td> |
|
39 |
</tr> |
|
40 |
<tr class="nomobile"> |
|
41 |
<th align="left">[% 'kivitendo Homepage' | $T8 %]:</th> |
|
42 |
<td><a href="http://kivitendo.de" target="_blank" title="[% 'kivitendo Homepage' | $T8 %]">http://kivitendo.de</a></td> |
|
33 |
<th align="left">[% 'Language' | $T8 %]</th> |
|
34 |
<td>[% MYCONFIG.countrycode | html %]</td> |
|
43 | 35 |
</tr> |
44 | 36 |
</table> |
45 | 37 |
</center> |
Auch abrufbar als: Unified diff
Mobile: Links in company_logo entfernt und auf Handyspace getrimmt