changeset 1044:c0674ef6e100

Add missing field.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 20 Nov 2015 17:13:10 +0200
parents c0e21a405256
children c7d166cc2344
files admajax.php
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/admajax.php	Fri Nov 20 14:44:51 2015 +0200
+++ b/admajax.php	Fri Nov 20 17:13:10 2015 +0200
@@ -1506,6 +1506,7 @@
           "<form method=\"post\" action=\"\" onsubmit=\"return addCompo()\">\n".
           "  ".stGetFormTextInput(64, SET_LEN_COMPO_NAME, "", "ncname", "", "")."<br />\n".
           "  ".stGetFormTextArea(5, 60, "", "ncdescription", "", "")."<br />\n".
+          "  ".stGetFormTextArea(5, 60, "", "ncnotes", "", "")."<br />\n".
           "  ".stGetFormSubmitInput("nccompo", "Add compo")."\n".
           "  ".stGetFormButtonInput("", "", "", "Clear", "this.form.reset()")."\n".
           "</form>\n".