help icon
This commit is contained in:
parent
febba5803a
commit
f88b5ee74f
|
@ -730,7 +730,7 @@ function printHelpLink($entry, $number, $module = '', $scope = '', $classes = ar
|
||||||
}
|
}
|
||||||
echo "<a class=\"margin2 " . implode(" ", $classes) . "\" href=\"" . $helpPath . "help.php?module=$module&HelpNumber=". $number . "&scope=" . $scope . $selfServiceOption . "\" ";
|
echo "<a class=\"margin2 " . implode(" ", $classes) . "\" href=\"" . $helpPath . "help.php?module=$module&HelpNumber=". $number . "&scope=" . $scope . $selfServiceOption . "\" ";
|
||||||
echo "target=\"help\">";
|
echo "target=\"help\">";
|
||||||
echo "<img helptitle=\"" . $title . "\" helpdata=\"" . $message . "\" class=\"align-middle\" width=16 height=16 src=\"../${helpPath}graphics/help.png\" alt=\"" . _('Help') . "\">";
|
echo "<img helptitle=\"" . $title . "\" helpdata=\"" . $message . "\" class=\"align-middle help-icon\" src=\"../${helpPath}graphics/help.png\" alt=\"" . _('Help') . "\">";
|
||||||
echo "</a>";
|
echo "</a>";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -657,6 +657,13 @@ td.help {
|
||||||
font-size: 85%;
|
font-size: 85%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img.help-icon {
|
||||||
|
width: 16px;
|
||||||
|
height: 16px;
|
||||||
|
min-width: 16px;
|
||||||
|
min-height: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
img.photo {
|
img.photo {
|
||||||
max-width: 200px;
|
max-width: 200px;
|
||||||
max-height: 400px;
|
max-height: 400px;
|
||||||
|
|
Loading…
Reference in New Issue