fixed text area help icon

This commit is contained in:
Roland Gruber 2013-02-05 19:10:34 +00:00
parent 724815e60f
commit bad95c1621
1 changed files with 1 additions and 1 deletions

View File

@ -2012,7 +2012,7 @@ class htmlTableExtendedInputTextarea extends htmlInputTextarea {
$return = parent::generateHTML($module, $input, $values, $restricted, $tabindex, $scope);
// print help link
if ($this->helpID != null) {
echo "\n</td>\n<td>\n";
echo "\n</td>\n<td valign=\"top\">\n";
$helpLink = new htmlHelpLink($this->helpID);
$helpLink->generateHTML($module, $input, $values, $restricted, $tabindex, $scope);
}