From 328e6ce751e44c9fe2772a73e9faec2680ad30cb Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Thu, 28 Jan 2010 08:50:17 -0500
Subject: [PATCH] Fixed: FS#992 - No additional template selected

---
 interface/web/client/templates/client_edit_limits.htm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/interface/web/client/templates/client_edit_limits.htm b/interface/web/client/templates/client_edit_limits.htm
index 1acad9d..3bdca10 100644
--- a/interface/web/client/templates/client_edit_limits.htm
+++ b/interface/web/client/templates/client_edit_limits.htm
@@ -28,7 +28,7 @@
         <select name="tpl_add_select" id="tpl_add_select" class="selectInput">
 					{tmpl_var name='tpl_add_select'}
 				</select>
-	      <span id="template_additional_list">{tmpl_var name='template_additional_list'}</span>
+	      <div id="template_additional_list"><br /><br />{tmpl_var name='template_additional_list'}</div>
 	  	  <input type="hidden" id="template_additional" name="template_additional" value="{tmpl_var name='template_additional'}">
       </div>
 	  <div class="ctrlHolder">

--
Gitblit v1.9.1