help tooltips

This commit is contained in:
Roland Gruber 2009-02-07 20:37:06 +00:00
parent cf28a64798
commit 9de1361660
1 changed files with 1 additions and 4 deletions

View File

@ -378,10 +378,7 @@ class lamList {
// print filter row
echo "<tr align=\"center\" class=\"" . $this->type . "list\">\n";
echo "<td width=22 height=34>";
// help link
echo "<a href=\"../help.php?HelpNumber=250\" target=\"lamhelp\">";
echo "<img src=\"../../graphics/help.png\" alt=\"" . _('Help') . "\" title=\"" . _('Help') . "\">";
echo "</a>\n";
printHelpLink(getHelp('', '250'), '250');
echo "</td>\n";
echo "<td>";
echo "<input type=\"submit\" name=\"apply_filter\" value=\"" . _("Filter") . "\">";