changeset 770:d891c0ce2a16

Make settings text area widgets larger. We can afford it better now as settings are split on separate subtabs.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 20 Nov 2014 12:52:47 +0200
parents 19c850095c43
children cd8a29647c09
files admajax.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/admajax.php	Thu Nov 20 12:52:10 2014 +0200
+++ b/admajax.php	Thu Nov 20 12:52:47 2014 +0200
@@ -1461,7 +1461,7 @@
           {
             echo
               "<h2>".chentities($item["sdesc"])."</h2>\n".
-              stGetFormTextArea(10, 60, "", $item["key"], $prefix, $item["vtext"]).
+              stGetFormTextArea(12, 80, "", $item["key"], $prefix, $item["vtext"]).
               "\n<br />\n".
               stGetSaveButton();
           }