changeset 769:19c850095c43

Show full explanation text for notes/info fields despite what mode we are in.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 20 Nov 2014 12:52:10 +0200
parents 91c9fef38e2d
children d891c0ce2a16
files admajax.php
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/admajax.php	Thu Nov 20 12:51:34 2014 +0200
+++ b/admajax.php	Thu Nov 20 12:52:10 2014 +0200
@@ -232,8 +232,8 @@
       echo
       "   </div>\n".
       "   <div class=\"entryCell entryNotes\">\n".
-      "    ".stGetEditFormTextArea($mode, $mode == EEMODE_ADD ? "Info shown during compo" : "Info", 2, 30, "info", $eid, $prefix, $item["info"])."\n".
-      "    ".stGetEditFormTextArea($mode, $mode == EEMODE_ADD ? "Notes for internal use" : "Notes", 2, 30, "notes", $eid, $prefix, $item["notes"])."\n".
+      "    ".stGetEditFormTextArea($mode, "Info shown during compo", 2, 25, "info", $eid, $prefix, $item["info"])."\n".
+      "    ".stGetEditFormTextArea($mode, "Notes for internal use", 2, 25, "notes", $eid, $prefix, $item["notes"])."\n".
       "   </div>\n";
 
       if ($mode == EEMODE_NORMAL || $mode == EEMODE_EDIT)