From 2b834edf3991a4d1162b837588df250c7647778f Mon Sep 17 00:00:00 2001 From: LX3JL Date: Thu, 2 Feb 2017 16:41:06 +0100 Subject: [PATCH] db 2.3.4 --- dashboard/css/layout.css | 6 ++++++ dashboard/pgs/users.php | 15 ++++++++++++++- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/dashboard/css/layout.css b/dashboard/css/layout.css index 1e73eb0..cd2d597 100755 --- a/dashboard/css/layout.css +++ b/dashboard/css/layout.css @@ -131,4 +131,10 @@ background-image: linear-gradient(to bottom, rgb(201, 231, 233) 0%, rgb(220, 237 padding-left : 5px; padding-top : 3px; border : 1px #60A1DE solid; +} + +.smalllink { + font-size : 12pt; + text-decoration : none; + color : #0E0789; } \ No newline at end of file diff --git a/dashboard/pgs/users.php b/dashboard/pgs/users.php index 58865ca..bcdbdde 100755 --- a/dashboard/pgs/users.php +++ b/dashboard/pgs/users.php @@ -38,6 +38,14 @@ if (isset($_POST['do'])) { } } +if (isset($_GET['do'])) { + if ($_GET['do'] == "resetfilter") { + $_SESSION['FilterModule'] = null; + $_SESSION['FilterCallSign'] = null; + } +} + + ?> @@ -58,7 +66,12 @@ if ($PageOptions['UserPage']['ShowFilter']) { - + '; + if (($_SESSION['FilterModule'] != null) || ($_SESSION['FilterCallSign'] != null)) { + echo ' + '; + } + echo '
Disable filters