Commit 59582ea3 authored by Till Brehm's avatar Till Brehm
Browse files

Fixed #4444 Error in the template htm...

Fixed #4444 Error in the template htm /usr/local/ispconfig/interface/web/client/templates/reseller_edit_limits.htm
parent 91494bf1
......@@ -192,7 +192,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['limit_domainmodule_error_notint'] = 'Domainmodule limit must be a number.';
......@@ -204,9 +203,9 @@ $wb["btn_save_txt"] = "Save";
$wb["btn_cancel_txt"] = "Cancel";
$wb["email_error_empty"] = "Email is empty";
$wb['limit_directive_snippets_txt'] = 'Show web server config selection';
$wb['limit_database_user_txt'] = 'Max. Database users';
$wb['limit_database_user_error_notint'] = 'The database user limit must be a number.';
$wb['limit_database_quota_txt'] = 'Database quota';
$wb['limit_database_quota_error_notint'] = 'The database quota limit must be a number.';
$wb['Limits'] = 'Limits';
?>
......@@ -8,7 +8,7 @@
<div class="panel panel_client">
<div class="pnl_formsarea">
<legend>Limits</legend>
<legend>{tmpl_var name="Limits"}</legend>
<tmpl_if name="is_admin">
<div class="form-group">
<label for="template_master" class="col-sm-3 control-label">{tmpl_var name='template_master_txt'}</label>
......
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