Commit 7634abf2 authored by Till Brehm's avatar Till Brehm
Browse files

Fixed #4443 Error in the template htm...

Fixed #4443 Error in the template htm /usr/local/ispconfig/interface/web/client/templates/client_edit_limits.htm
parent d69fcd57
......@@ -188,8 +188,6 @@ $wb['limit_xmpp_anon_txt'] = 'Anonymous host available';
$wb['limit_xmpp_vjud_txt'] = 'VJUD user directory available';
$wb['limit_xmpp_proxy_txt'] = 'Bytestream proxy available';
$wb['limit_xmpp_status_txt'] = 'Status host available';
$wb['added_by_txt'] = 'Added by';
$wb['added_date_txt'] = 'Added date';
$wb['parent_client_id_txt'] = 'Client of reseller';
......@@ -198,11 +196,11 @@ $wb['limit_database_quota_txt'] = 'Database quota';
$wb['limit_database_quota_error_notint'] = 'The database quota limit must be a number.';
$wb['limit_database_user_txt'] = "Max. Database users";
$wb['limit_database_user_error_notint'] = 'The database user limit must be a number.';
$wb['reseller_txt'] = 'Reseller';
$wb['btn_save_txt'] = "Save";
$wb['btn_cancel_txt'] = "Cancel";
$wb['invalid_vat_id'] = 'The VAT ID is invalid.';
$wb["email_error_empty"] = "Email is empty";
$wb['limit_directive_snippets_txt'] = 'Show web server config selection';
$wb['Limits'] = 'Limits';
?>
......@@ -8,7 +8,7 @@
<div class="panel panel_client">
<div class="pnl_formsarea">
<fieldset class="inlineLabels"><legend>Limits</legend>
<fieldset class="inlineLabels"><legend>{tmpl_var name="Limits"}</legend>
<div class="form-group">
<label for="template_master" class="col-sm-3 control-label">{tmpl_var name='template_master_txt'}</label>
<div class="col-sm-9"><select name="template_master" id="template_master" class="form-control">
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment