From e7d18420a15bc341e3f820057bb897e0af2aa6a3 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Sun, 06 Jul 2008 09:05:44 -0400
Subject: [PATCH] Removed server selector from FTP- and Shell-User forms, as the server is always identical with the server ID of the selected website.

---
 interface/web/sites/templates/ftp_user_edit.htm |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/interface/web/sites/templates/ftp_user_edit.htm b/interface/web/sites/templates/ftp_user_edit.htm
index 894a0d1..f06e845 100644
--- a/interface/web/sites/templates/ftp_user_edit.htm
+++ b/interface/web/sites/templates/ftp_user_edit.htm
@@ -1,13 +1,5 @@
 <table width="500" border="0" cellspacing="0" cellpadding="2">
   <tr>
-    <td class="frmText11">{tmpl_var name='server_id_txt'}:</td>
-    <td class="frmText11">
-		<select name="server_id" class="text">
-			{tmpl_var name='server_id'}
-		</select>
-	</td>
-  </tr>
-  <tr>
     <td class="frmText11">{tmpl_var name='parent_domain_id_txt'}:</td>
     <td class="frmText11">
 		<select name="parent_domain_id" class="text">

--
Gitblit v1.9.1