summaryrefslogtreecommitdiff
path: root/pages/account
diff options
context:
space:
mode:
authorMarcus Mängel <m.maengel@inopiae.de>2012-10-28 13:01:54 +0100
committerBenny Baumann <BenBE@cacert.org>2012-10-28 13:01:54 +0100
commit43f6bbc5f04d8f1ae832a4652ce75d1b91a14084 (patch)
treea82700a5e7fe1c6f68ba605e366f9df6c15d97e1 /pages/account
parent8c1b4680b35b6d07b9c9459df9cbcd439be4b7ea (diff)
downloadcacert-devel-bug-1083.tar.gz
cacert-devel-bug-1083.tar.xz
cacert-devel-bug-1083.zip
bug 1083: Replace text input field for comments by multilined textarea to allow for more inputbug-1083
Signed-off-by: Benny Baumann <BenBE@cacert.org>
Diffstat (limited to 'pages/account')
-rw-r--r--pages/account/33.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/account/33.php b/pages/account/33.php
index 376a8b9..9e2f67a 100644
--- a/pages/account/33.php
+++ b/pages/account/33.php
@@ -51,7 +51,7 @@
<? } ?>
<tr>
<td class="DataTD"><?=_("Comments")?>:</td>
- <td class="DataTD"><input type="text" name="comments" size=27 maxlength=20 value=""></td>
+ <td class="DataTD"><textarea name="comments" cols="30" rows="5"></textarea></td>
</tr>
<tr>
<td class="DataTD" colspan="2"><input type="submit" name="process" value="<?=_("Add")?>"></td>