# HG changeset patch # User Matti Hamalainen # Date 1448032494 -7200 # Node ID c7d166cc2344d6ac0e52dec30a65f692c48abd41 # Parent c0674ef6e100bd2ec512ef17d7b2610fea9f31a2 Document it. diff -r c0674ef6e100 -r c7d166cc2344 admajax.php --- 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 @@ " Printable FULL results (shows also hidden and empty compos)\n". "\n". "
\n". + "Name:". " ".stGetFormTextInput(64, SET_LEN_COMPO_NAME, "", "ncname", "", "")."
\n". + "Description:". " ".stGetFormTextArea(5, 60, "", "ncdescription", "", "")."
\n". + "Notes:". " ".stGetFormTextArea(5, 60, "", "ncnotes", "", "")."
\n". " ".stGetFormSubmitInput("nccompo", "Add compo")."\n". " ".stGetFormButtonInput("", "", "", "Clear", "this.form.reset()")."\n".