From 8a0dc479fbf7f41999be4342ff43bfb7cfe1ee39 Mon Sep 17 00:00:00 2001
From: mike_p <mike_p@ispconfig3>
Date: Sat, 29 May 2010 16:16:08 -0400
Subject: [PATCH] Create ids for the html so that css styling can be used

---
 interface/web/sites/list/shell_user.list.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/interface/web/sites/list/shell_user.list.php b/interface/web/sites/list/shell_user.list.php
index a1b0576..440bdcc 100644
--- a/interface/web/sites/list/shell_user.list.php
+++ b/interface/web/sites/list/shell_user.list.php
@@ -75,9 +75,9 @@
 $liste["item"][] = array(	'field'		=> "parent_domain_id",
 							'datatype'	=> "VARCHAR",
 							'formtype'	=> "SELECT",
-							'op'		=> "like",
-							'prefix'	=> "%",
-							'suffix'	=> "%",
+							'op'		=> "=",
+							'prefix'	=> "",
+							'suffix'	=> "",
 							'datasource'	=> array ( 	'type'	=> 'SQL',
 										'querystring' => "SELECT domain_id,domain FROM web_domain WHERE type = 'vhost' AND {AUTHSQL} ORDER BY domain",
 										'keyfield'=> 'domain_id',

--
Gitblit v1.9.1