changeset 877:5c5bd09d15f3

Make display slide content editing textbox larger.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 26 Nov 2014 16:05:41 +0200
parents a397d2be6d53
children 0c4da4d813ba
files admajax.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/admajax.php	Wed Nov 26 16:03:54 2014 +0200
+++ b/admajax.php	Wed Nov 26 16:05:41 2014 +0200
@@ -639,7 +639,7 @@
   {
     $str .=
       "    ".stGetFormTextInput(40, SET_LEN_DISP_SLIDE_TITLE, "", "Title", $prefix, $slide["title"])."<br />\n".
-      "    ".stGetFormTextArea(5, 40, "", "Text", $prefix, $slide["text"])."<br />\n";
+      "    ".stGetFormTextArea(10, 80, "", "Text", $prefix, $slide["text"])."<br />\n";
   }
 
   $str .=