Skip to content

Commit 204fb44

Browse files
committed
Merge branch 'develop' of git.ispconfig.org:ispconfig/ispconfig3 into develop
2 parents 0548396 + 5f1e170 commit 204fb44

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

interface/web/admin/lib/lang/de_system_config.lng

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,6 @@ $wb['session_allow_endless_txt'] = '"Eingeloggt bleiben" aktivieren';
7474
$wb['No'] = 'Nein';
7575
$wb['min_password_length_txt'] = 'Minimale Passwortlänge';
7676
$wb['min_password_strength_txt'] = 'Minimale Passwortstärke';
77-
$wb['ssh_authentication_txt'] = 'Allowed SSH authentication';
78-
$wb['ssh_authentication_password_key'] = 'Password & Key';
79-
$wb['ssh_authentication_password'] = 'Password';
80-
$wb['ssh_authentication_key'] = 'Key';
8177
$wb['ssh_authentication_txt'] = 'Erlaubte SSH Authentifizierung';
8278
$wb['ssh_authentication_password_key'] = 'Passwort & Schlüssel';
8379
$wb['ssh_authentication_password'] = 'Passwort';

interface/web/dns/templates/dns_a_list.htm

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<tmpl_if name="config_error_msg">
2+
<div class="alert alert-danger">
3+
<p>
4+
<tmpl_var name="configuration_error_txt">
5+
<div>
6+
<div style="float:left;width:150px;">{tmpl_var name='config_error_tstamp'} :&nbsp;</div>
7+
<div style="padding-left:150px;">{tmpl_var name='config_error_msg'}</div>
8+
</div>
9+
</p>
10+
</div>
11+
</tmpl_if>
112
<div class="pnl_toolsarea">
213
<tmpl_if name='datalog_changes_count' op='>' value='0'>
314
<div class="systemmonitor-state state-info">

interface/web/dns/templates/dns_soa_edit.htm

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
<tmpl_if name="config_error_msg">
2-
<!--<div style="background: #ffdfdf; border: 1px solid #df7d7d; border-width: 1px 0; margin: 1.5em 0 1.5em 0; padding: 7px;">
3-
<p style="font-face:bold">{tmpl_var name='configuration_error_txt'}</p>
4-
<div>
5-
<div style="float:left;width:150px;">{tmpl_var name='config_error_tstamp'} :&nbsp;</div>
6-
<div style="padding-left:150px;">{tmpl_var name='config_error_msg'}</div>
7-
</div>
8-
</div>-->
92
<div class="alert alert-danger">
103
<p>
114
<tmpl_var name="configuration_error_txt">

0 commit comments

Comments
 (0)