Revision c7b3c213
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
templates/webpages/admin/edit_client.html | ||
---|---|---|
14 | 14 |
<h2>[%- LxERP.t8("Settings") %]</h2> |
15 | 15 |
|
16 | 16 |
<table> |
17 |
[%- IF SELF.client.id %] |
|
18 |
<tr> |
|
19 |
<th align="right">[% LxERP.t8('Database ID') %]</th> |
|
20 |
<td>[%- HTML.escape(SELF.client.id) %]</td> |
|
21 |
</tr> |
|
22 |
[%- END %] |
|
23 |
|
|
17 | 24 |
<tr> |
18 | 25 |
<th align="right">[% LxERP.t8('Client name') %]</th> |
19 | 26 |
<td>[% L.input_tag("client.name", SELF.client.name) %]</td> |
templates/webpages/admin/show.html | ||
---|---|---|
74 | 74 |
[%- ELSE %] |
75 | 75 |
<table width="100%"> |
76 | 76 |
<tr class="listheading"> |
77 |
<th>[% LxERP.t8('Client name') %]</th> |
|
78 | 77 |
<th>[% LxERP.t8('Database ID') %]</th> |
78 |
<th>[% LxERP.t8('Client name') %]</th> |
|
79 | 79 |
<th>[% LxERP.t8('Database name') %]</th> |
80 | 80 |
<th>[% LxERP.t8('Database Host') %]</th> |
81 | 81 |
<th>[% LxERP.t8('Database User') %]</th> |
... | ... | |
84 | 84 |
|
85 | 85 |
[%- FOREACH client = SELF.all_clients %] |
86 | 86 |
<tr class="listrow"> |
87 |
<td>[% L.link(SELF.url_for(action="edit_client", id=client.id), HTML.escape(client.id)) %]</td> |
|
87 | 88 |
<td>[% L.link(SELF.url_for(action="edit_client", id=client.id), HTML.escape(client.name)) %]</td> |
88 |
<td>[% HTML.escape(client.id) %]</td> |
|
89 | 89 |
<td>[% HTML.escape(client.dbname) %]</td> |
90 | 90 |
<td>[% HTML.escape(client.dbhost) %][% IF client.dbport %]:[%- HTML.escape(client.dbport) %][%- END %]</td> |
91 | 91 |
<td>[% HTML.escape(client.dbuser) %]</td> |
Auch abrufbar als: Unified diff
Mandanten-Datenbank-ID anzeigen