changed help links to icons
This commit is contained in:
parent
cccbec67fd
commit
2551c825b6
|
@ -647,8 +647,10 @@ function parseHtml($module, $input, $values, $restricted, &$tabindex, &$tabindex
|
|||
// help link
|
||||
case 'help':
|
||||
$helpPath = "../";
|
||||
if (is_file("./help.php")) $helpPath = "./";
|
||||
echo "<a href=" . $helpPath . "help.php?module=$module&HelpNumber=". $input[$i][$j]['value'] . "&scope=" . $scope . " target=\"help\" tabindex=$tabindexLink>" . _('Help') . "</a>\n";
|
||||
if (is_file("./help.php")) $helpPath = "";
|
||||
echo "<a href=" . $helpPath . "help.php?module=$module&HelpNumber=". $input[$i][$j]['value'] . "&scope=" . $scope . " target=\"help\" tabindex=$tabindexLink>";
|
||||
echo "<img src=\"../$helpPath/graphics/help.png\" alt=\"" . _('Help') . "\" title=\"" . _('Help') . "\">";
|
||||
echo "</a>\n";
|
||||
$tabindexLink++;
|
||||
break;
|
||||
// status message
|
||||
|
|
Loading…
Reference in New Issue