From 7254cd87c8fed5c8e75afe99810213f492249d77 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Fri, 22 Oct 2004 11:48:49 +0000 Subject: [PATCH] added tooltip for filter boxes --- lam/lib/lists.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lam/lib/lists.inc b/lam/lib/lists.inc index 84a8a644..14747323 100644 --- a/lam/lib/lists.inc +++ b/lam/lib/lists.inc @@ -158,7 +158,9 @@ function listPrintTableHeader($scope, $searchFilter, $desc_array, $attr_array, $ for ($k = 0; $k < sizeof ($desc_array); $k++) { echo ""; echo (""); + "\" value=\"" . $_POST["filter" . strtolower($attr_array[$k])] . "\"" . + "title=\"" . _("Here you can input small filters (e.g. 'value' or 'v*').") . "\"" . + ">"); echo "\n"; } echo "\n";