From 3e02d5aff85babc3ffbfcf52313f2108e313aa23 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 13:46:43 +0200 Subject: Adding upstream version 2.12.1. Signed-off-by: Daniel Baumann --- library/Icinga/Web/Form/Element/Textarea.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 library/Icinga/Web/Form/Element/Textarea.php (limited to 'library/Icinga/Web/Form/Element/Textarea.php') diff --git a/library/Icinga/Web/Form/Element/Textarea.php b/library/Icinga/Web/Form/Element/Textarea.php new file mode 100644 index 0000000..119cd56 --- /dev/null +++ b/library/Icinga/Web/Form/Element/Textarea.php @@ -0,0 +1,20 @@ +getAttrib('rows') === null) { + $this->setAttrib('rows', 3); + } + } +} -- cgit v1.2.3