Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision c38e61d5

Von Hans P. Schlaepfer vor etwa 4 Jahren hinzugefügt

  • ID c38e61d533599e9347558256f46af035369f78c6
  • Vorgänger 971dbb1e
  • Nachfolger 7cdddc54

Neues Design 2019 Standard-Code templates/webpages/admin/test_db_connection.html

Unterschiede anzeigen:

templates/webpages/admin/test_db_connection.html
2 2
[% USE LxERP %]
3 3
[% USE L %]
4 4

  
5
 <p class="message_ok">[% LxERP.t8('The connection was established successfully.') %]</p>
5
[% IF ok %]
6
<p class="message message_ok">[% LxERP.t8('The connection was established successfully.') %]</p>
6 7

  
7
[%- ELSE %]
8
[% ELSE %]
8 9

  
9
 <p class="message_error">
10
<div class="message message_error">
11

  
12
<p>
10 13
  [% LxERP.t8('The connection to the database could not be established.') %]
11 14
  [% LxERP.t8('Error message from the database driver:') %]
12
 </p>
13

  
14
 <p>[% HTML.escape(error) %]</p>
15
</p>
16
<p>[% HTML.escape(error) %]</p>
17
</div>
15 18

  
16
[%- END %]
19
[% END %]
17 20

  
18 21
<div>
19
 <a href="#" onclick="$('#test_db_connection_window').dialog('close');">[% LxERP.t8("Close Window") %]</a>
22
  <a href="#" onclick="$('#test_db_connection_window').dialog('close');" class="button neutral">[% LxERP.t8("Close Window") %]</a>
20 23
</div>

Auch abrufbar als: Unified diff