From e2ecb6dde015ad0de48c2ad767369c1fbc3622d8 Mon Sep 17 00:00:00 2001
From: vogelor <vogelor@ispconfig3>
Date: Mon, 09 Feb 2009 07:40:25 -0500
Subject: [PATCH] Fixed a bug in handling client templates
---
interface/web/client/templates/client_edit_limits.htm | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/interface/web/client/templates/client_edit_limits.htm b/interface/web/client/templates/client_edit_limits.htm
index ff8d6ae..4b0e01f 100644
--- a/interface/web/client/templates/client_edit_limits.htm
+++ b/interface/web/client/templates/client_edit_limits.htm
@@ -14,6 +14,7 @@
<label for="template_additional">{tmpl_var name='template_additional_txt'}</label>
<select id="tpl_add_select" name="tpl_add_select">{tmpl_var name='tpl_add_select'}</select>
</span>
+ <span id="template_additional_list">{tmpl_var name='template_additional_list'}</span>
<input type="hidden" id="template_additional" name="template_additional" value="{tmpl_var name='template_additional'}">
</fieldset>
<fieldset id="wf_area_client"><legend>Limits</legend>
--
Gitblit v1.9.1