From 9c66297128faf8692ee4e113fa355811b9bc1e7c Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Thu, 17 May 2012 10:04:54 +0000 Subject: [PATCH] text area style --- lam/lib/html.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/lam/lib/html.inc b/lam/lib/html.inc index 1c3057b8..61641781 100644 --- a/lam/lib/html.inc +++ b/lam/lib/html.inc @@ -1808,6 +1808,7 @@ class htmlTableExtendedInputTextarea extends htmlInputTextarea { parent::__construct($name, $value, $colCount, $rowCount); $this->label = htmlspecialchars($label); $this->helpID = $helpID; + $this->alignment = htmlElement::ALIGN_TOP; } /**