fixed a little bug; help was not displayed in an extra window;

This commit is contained in:
duergner 2004-09-08 17:39:55 +00:00
parent 554a085bcf
commit 007949bba4
1 changed files with 1 additions and 1 deletions

View File

@ -735,7 +735,7 @@ class accountContainer {
echo "<td";
if ($input[$i][$j]['td']['valign']!='') echo ' valign="' . $input[$i][$j]['td']['valign'] .'"';
echo ">\n";
echo "<a href=../help.php?module=$module&item=". $input[$i][$j]['value'] . " tabindex=$z>" . _('Help') . "</a></td>\n";
echo "<a href=../help.php?module=$module&item=". $input[$i][$j]['value'] . " target=\"help\" tabindex=$z>" . _('Help') . "</a></td>\n";
$z++;
break;
case 'message':