fixed text area help icon
This commit is contained in:
parent
724815e60f
commit
bad95c1621
|
@ -2012,7 +2012,7 @@ class htmlTableExtendedInputTextarea extends htmlInputTextarea {
|
||||||
$return = parent::generateHTML($module, $input, $values, $restricted, $tabindex, $scope);
|
$return = parent::generateHTML($module, $input, $values, $restricted, $tabindex, $scope);
|
||||||
// print help link
|
// print help link
|
||||||
if ($this->helpID != null) {
|
if ($this->helpID != null) {
|
||||||
echo "\n</td>\n<td>\n";
|
echo "\n</td>\n<td valign=\"top\">\n";
|
||||||
$helpLink = new htmlHelpLink($this->helpID);
|
$helpLink = new htmlHelpLink($this->helpID);
|
||||||
$helpLink->generateHTML($module, $input, $values, $restricted, $tabindex, $scope);
|
$helpLink->generateHTML($module, $input, $values, $restricted, $tabindex, $scope);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue