Skip to content

Commit 7634abf

Browse files
author
Till Brehm
committed
Fixed #4443 Error in the template htm /usr/local/ispconfig/interface/web/client/templates/client_edit_limits.htm
1 parent d69fcd5 commit 7634abf

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

interface/web/client/lib/lang/en_client.lng

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,6 @@ $wb['limit_xmpp_anon_txt'] = 'Anonymous host available';
188188
$wb['limit_xmpp_vjud_txt'] = 'VJUD user directory available';
189189
$wb['limit_xmpp_proxy_txt'] = 'Bytestream proxy available';
190190
$wb['limit_xmpp_status_txt'] = 'Status host available';
191-
192-
193191
$wb['added_by_txt'] = 'Added by';
194192
$wb['added_date_txt'] = 'Added date';
195193
$wb['parent_client_id_txt'] = 'Client of reseller';
@@ -198,11 +196,11 @@ $wb['limit_database_quota_txt'] = 'Database quota';
198196
$wb['limit_database_quota_error_notint'] = 'The database quota limit must be a number.';
199197
$wb['limit_database_user_txt'] = "Max. Database users";
200198
$wb['limit_database_user_error_notint'] = 'The database user limit must be a number.';
201-
202199
$wb['reseller_txt'] = 'Reseller';
203200
$wb['btn_save_txt'] = "Save";
204201
$wb['btn_cancel_txt'] = "Cancel";
205202
$wb['invalid_vat_id'] = 'The VAT ID is invalid.';
206203
$wb["email_error_empty"] = "Email is empty";
207204
$wb['limit_directive_snippets_txt'] = 'Show web server config selection';
205+
$wb['Limits'] = 'Limits';
208206
?>

interface/web/client/templates/client_edit_limits.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h1><tmpl_var name="list_head_txt"></h1>
88
<div class="panel panel_client">
99

1010
<div class="pnl_formsarea">
11-
<fieldset class="inlineLabels"><legend>Limits</legend>
11+
<fieldset class="inlineLabels"><legend>{tmpl_var name="Limits"}</legend>
1212
<div class="form-group">
1313
<label for="template_master" class="col-sm-3 control-label">{tmpl_var name='template_master_txt'}</label>
1414
<div class="col-sm-9"><select name="template_master" id="template_master" class="form-control">

0 commit comments

Comments
 (0)