Added form field help

This commit is contained in:
James Booth
2014-09-16 21:51:16 +01:00
parent 0d9a145d45
commit ef8b8e637d
3 changed files with 80 additions and 10 deletions

View File

@@ -2115,6 +2115,10 @@ _form_autocomplete(char *input, int *size)
if (result != NULL) {
return result;
}
result = autocomplete_param_with_ac(input, size, "/form help", form->tag_ac, TRUE);
if (result != NULL) {
return result;
}
}
}