From ef49d0a6756d9c6ec4ee8e55c5dcf145fc267f60 Mon Sep 17 00:00:00 2001
From: xaver <xaver@ispconfig3>
Date: Thu, 15 Sep 2011 16:56:15 -0400
Subject: [PATCH] fieldset border-color set for all browsers @till blue looks in all colors bad with 1px, i used now gray + Remoteuser list, add user button has now a fieldset like every other form (i had without a problem in FF8)

---
 interface/web/admin/templates/remote_user_list.htm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/interface/web/admin/templates/remote_user_list.htm b/interface/web/admin/templates/remote_user_list.htm
index bf10eef..5c3af94 100644
--- a/interface/web/admin/templates/remote_user_list.htm
+++ b/interface/web/admin/templates/remote_user_list.htm
@@ -4,13 +4,13 @@
 <div class="panel panel_list_ftp_user">
 
   <div class="pnl_toolsarea">
-    
+    <fieldset><legend>{tmpl_var name="toolsarea_head_txt"}</legend>
       <div class="buttons">
         <button class="iconstxt icoAdd" type="button" onClick="loadContent('admin/remote_user_edit.php');">
           <span>{tmpl_var name="add_new_record_txt"}</span>
         </button>
       </div>
-    
+    </fieldset>
   </div>
 <br>
   <div class="pnl_listarea">

--
Gitblit v1.9.1