From 6b53e86f605a1b1c02b32a886f286eff23b2d469 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 18 Jan 2008 17:20:36 +0000 Subject: [PATCH] slider for table search, work in progress... --- tbl_select.php | 126 ++++++++++++++++++++++++++----------------------- 1 file changed, 66 insertions(+), 60 deletions(-) diff --git a/tbl_select.php b/tbl_select.php index 380c8ed13..c2c68e12b 100644 --- a/tbl_select.php +++ b/tbl_select.php @@ -12,6 +12,9 @@ require_once './libraries/common.inc.php'; require_once './libraries/relation.lib.php'; // foreign keys require_once './libraries/mysql_charsets.lib.php'; +$GLOBALS['js_include'][] = 'mootools.js'; +$GLOBALS['js_include'][] = 'mootools-domready.js'; + if ($GLOBALS['cfg']['PropertiesIconic'] == true) { $titles['Browse'] = ' -
- - - - -
- -
- - -
- -
- - - -
- - -
- -
- - -
-
- -
- - - - - - -
- -
-
- ' . $strOr . ' ' . $strDoAQuery; ?> + @@ -307,6 +251,68 @@ while (list($operator) = each($GLOBALS['cfg']['UnaryOperators'])) {
+ +
+
' + +
+ + + + +
+ +
+ ' . $strOr . ' ' .$strAddSearchConditions; ?> + + + +
+ +
+ + +
+ +
+ + + +
+ + +
+ +
+ + +
+
+
+