From 377c5f67a0144dcb39f6ecf41f3fc8c42c9d66c1 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 2 Mar 2010 13:23:57 +0000 Subject: [PATCH] remove the border removal for the Filter field; todo: improve the X reset appearance --- navigation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/navigation.php b/navigation.php index 2266519e37..fe6fccc896 100644 --- a/navigation.php +++ b/navigation.php @@ -299,7 +299,7 @@ if ($GLOBALS['cfg']['LeftFrameLight'] && strlen($GLOBALS['db'])) { } echo '

'; if ($table_count) { - echo ''; + echo ''; } /** -- 2.11.4.GIT