changeset 1045:c7d166cc2344

Document it.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 20 Nov 2015 17:14:54 +0200
parents c0674ef6e100
children 4e5fa876ebee
files admajax.php
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/admajax.php	Fri Nov 20 17:13:10 2015 +0200
+++ b/admajax.php	Fri Nov 20 17:14:54 2015 +0200
@@ -1504,8 +1504,11 @@
           " <a href=\"print.php?type=results&flags=".(RFLAG_DISQUALIFIED | RFLAG_HIDDEN_COMPOS)."\" target=\"_blank\">Printable FULL results</a> (shows also hidden and empty compos)\n".
           "</div>\n".
           "<form method=\"post\" action=\"\" onsubmit=\"return addCompo()\">\n".
+          "<b>Name:<b>".
           "  ".stGetFormTextInput(64, SET_LEN_COMPO_NAME, "", "ncname", "", "")."<br />\n".
+          "<b>Description:</b>".
           "  ".stGetFormTextArea(5, 60, "", "ncdescription", "", "")."<br />\n".
+          "<b>Notes:</b>".
           "  ".stGetFormTextArea(5, 60, "", "ncnotes", "", "")."<br />\n".
           "  ".stGetFormSubmitInput("nccompo", "Add compo")."\n".
           "  ".stGetFormButtonInput("", "", "", "Clear", "this.form.reset()")."\n".