Revision 17d5cec0
Von Hans P. Schlaepfer vor etwa 4 Jahren hinzugefügt
templates/webpages/admin/test_db_connection.html | ||
---|---|---|
[% USE LxERP %]
|
||
[% USE L %]
|
||
|
||
<p class="message_ok">[% LxERP.t8('The connection was established successfully.') %]</p>
|
||
[% IF ok %]
|
||
<p class="message message_ok">[% LxERP.t8('The connection was established successfully.') %]</p>
|
||
|
||
[%- ELSE %]
|
||
[% ELSE %]
|
||
|
||
<p class="message_error">
|
||
<div class="message message_error">
|
||
|
||
<p>
|
||
[% LxERP.t8('The connection to the database could not be established.') %]
|
||
[% LxERP.t8('Error message from the database driver:') %]
|
||
</p>
|
||
|
||
<p>[% HTML.escape(error) %]</p>
|
||
</p>
|
||
<p>[% HTML.escape(error) %]</p>
|
||
</div>
|
||
|
||
[%- END %]
|
||
[% END %]
|
||
|
||
<div>
|
||
<a href="#" onclick="$('#test_db_connection_window').dialog('close');">[% LxERP.t8("Close Window") %]</a>
|
||
<a href="#" onclick="$('#test_db_connection_window').dialog('close');" class="button neutral">[% LxERP.t8("Close Window") %]</a>
|
||
</div>
|
Auch abrufbar als: Unified diff
Neues Design 2019 Standard-Code templates/webpages/admin/test_db_connection.html