Revision e52896a9
Von Bernd Bleßmann vor etwa 1 Jahr hinzugefügt
templates/design40_webpages/client_config/_features.html | ||
---|---|---|
41 | 41 |
</tr> |
42 | 42 |
<tr> |
43 | 43 |
<th>[% LxERP.t8('Destination URL for sync') %]</td> |
44 |
<td class="long-desc"> [% L.input_tag('defaults.webdav_sync_extern_url', SELF.defaults.webdav_sync_extern_url, style=style) %]</td>
|
|
45 |
<td>[% LxERP.t8('Complete URL for WebDAV sync external, including port and folders, i.e.: https://foo.com:4433/owncloud/kivitendo') %]</td> |
|
44 |
<td>[% L.input_tag('defaults.webdav_sync_extern_url', SELF.defaults.webdav_sync_extern_url, style=style) %]</td>
|
|
45 |
<td class="long-desc">[% LxERP.t8('Complete URL for WebDAV sync external, including port and folders, i.e.: https://foo.com:4433/owncloud/kivitendo') %]</td>
|
|
46 | 46 |
</tr> |
47 | 47 |
<tr> |
48 | 48 |
<th>[% LxERP.t8('Login for sync') %]</td> |
49 |
<td class="long-desc">[% L.input_tag('defaults.webdav_sync_extern_login', SELF.defaults.webdav_sync_extern_login, style=style) %]</td>
|
|
50 |
<td>[% LxERP.t8('Login for WebDAV sync external') %]</td> |
|
49 |
<td>[% L.input_tag('defaults.webdav_sync_extern_login', SELF.defaults.webdav_sync_extern_login, style=style) %]</td> |
|
50 |
<td class="long-desc">[% LxERP.t8('Login for WebDAV sync external') %]</td>
|
|
51 | 51 |
</tr> |
52 | 52 |
<tr> |
53 | 53 |
<th>[% LxERP.t8('Password for sync') %]</td> |
54 |
<td class="long-desc">[% L.input_tag('defaults.webdav_sync_extern_pass', SELF.defaults.webdav_sync_extern_pass, style=style) %]</td>
|
|
55 |
<td>[% LxERP.t8('Password for WebDAV sync external') %]</td> |
|
54 |
<td>[% L.input_tag('defaults.webdav_sync_extern_pass', SELF.defaults.webdav_sync_extern_pass, style=style) %]</td> |
|
55 |
<td class="long-desc">[% LxERP.t8('Password for WebDAV sync external') %]</td>
|
|
56 | 56 |
</tr> |
57 | 57 |
<tr> |
58 | 58 |
<th>[% LxERP.t8('Filemanagement') %]</th> |
Auch abrufbar als: Unified diff
Design40: Mandantenkonfig: Klasse für lange Beschreibung richtig zuordnen