aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sledjchisl/sledjchisl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c
index 8980bd4..9f8ea6f 100644
--- a/src/sledjchisl/sledjchisl.c
+++ b/src/sledjchisl/sledjchisl.c
@@ -5200,8 +5200,8 @@ void account_html(char *file, reqData *Rd, HTMLfile *thisFile)
5200 addSession(iF); 5200 addSession(iF);
5201 fld = addInputField(iF, LUA_TSTRING, "name", "name", NULL, nameValidate, nameWeb); 5201 fld = addInputField(iF, LUA_TSTRING, "name", "name", NULL, nameValidate, nameWeb);
5202 inputFieldExtra(fld, FLD_HIDDEN, 42, 63); 5202 inputFieldExtra(fld, FLD_HIDDEN, 42, 63);
5203 addSubmit(iF, "login", "", NULL, accountView, "accountView"); // Coz we sometimes want to trigger this from code. 5203 addSubmit(iF, "login", "", NULL, accountView, "accountView"); // Coz we sometimes want to trigger this from code.
5204 addSubmit(iF, "cancel", "cancel", NULL, accountView, "accountView"); 5204 addSubmit(iF, "back", "back", NULL, accountView, "accountView");
5205 5205
5206 5206
5207 iF = newInputForm("accountEdit", "account edit", NULL, accountEditWeb, accountLoginWeb); 5207 iF = newInputForm("accountEdit", "account edit", NULL, accountEditWeb, accountLoginWeb);