Revision 2ae9dfb6
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
templates/webpages/admin/dbadmin.html | ||
---|---|---|
10 | 10 |
<table> |
11 | 11 |
<tr> |
12 | 12 |
<th align="right">[% LxERP.t8('Host') %]</th> |
13 |
<td>[% L.input_tag('dbhost', FORM.dbhost, size=30) %]</td> |
|
13 |
<td>[% L.input_tag('dbhost', FORM.dbhost, size=30, class="initial_focus") %]</td>
|
|
14 | 14 |
<th align="right">[% LxERP.t8('Port') %]</th> |
15 | 15 |
<td>[% L.input_tag('dbport', FORM.dbport, size=6) %]</td> |
16 | 16 |
</tr> |
Auch abrufbar als: Unified diff
Focus in Admin-Masken setzen; DB-Super-User aus Auth-DB-Konfiguration vorbelegen