help tooltips
This commit is contained in:
parent
cf28a64798
commit
9de1361660
|
@ -378,10 +378,7 @@ class lamList {
|
||||||
// print filter row
|
// print filter row
|
||||||
echo "<tr align=\"center\" class=\"" . $this->type . "list\">\n";
|
echo "<tr align=\"center\" class=\"" . $this->type . "list\">\n";
|
||||||
echo "<td width=22 height=34>";
|
echo "<td width=22 height=34>";
|
||||||
// help link
|
printHelpLink(getHelp('', '250'), '250');
|
||||||
echo "<a href=\"../help.php?HelpNumber=250\" target=\"lamhelp\">";
|
|
||||||
echo "<img src=\"../../graphics/help.png\" alt=\"" . _('Help') . "\" title=\"" . _('Help') . "\">";
|
|
||||||
echo "</a>\n";
|
|
||||||
echo "</td>\n";
|
echo "</td>\n";
|
||||||
echo "<td>";
|
echo "<td>";
|
||||||
echo "<input type=\"submit\" name=\"apply_filter\" value=\"" . _("Filter") . "\">";
|
echo "<input type=\"submit\" name=\"apply_filter\" value=\"" . _("Filter") . "\">";
|
||||||
|
|
Loading…
Reference in New Issue