From a9a19cf791bd3b7d1139ce263f6c5e8acb98d85b Mon Sep 17 00:00:00 2001 From: onefang Date: Tue, 21 Apr 2020 02:34:26 +1000 Subject: Use the new button titles. --- src/sledjchisl/sledjchisl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index dd5786d..05704e9 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c @@ -5095,7 +5095,7 @@ void account_html(char *file, reqData *Rd, HTMLfile *thisFile) addSubmit(iF, "login", "", NULL, accountView, "accountView"); // Coz we sometimes want to trigger this from code. addSubmit(iF, "validate", "", NULL, accountValidate, "accountLogin"); // Coz we sometimes want to trigger this from code. // addSubmit(iF, "edit", "edit", NULL, accountEdit, "accountEdit"); -// addSubmit(iF, "members", "members", NULL, accountExplore, "accountExplore"); + addSubmit(iF, "validated_members", "validated members", NULL, accountExploreValidatedVoucher, "accountValidated"); addSubmit(iF, "logout", "logout", NULL, accountOut, "accountLogin"); @@ -5125,7 +5125,7 @@ void account_html(char *file, reqData *Rd, HTMLfile *thisFile) addSubmit(iF, "logout", "", NULL, accountOut, "accountLogin"); // Coz we sometimes want to trigger this from code. addSubmit(iF, "validate", "", NULL, accountValidate, "accountLogin"); // Coz we sometimes want to trigger this from code. addSubmit(iF, "login", "login", NULL, accountView, "accountView"); - addSubmit(iF, "create", "create", NULL, accountCreate, "accountAdd"); + addSubmit(iF, "create", "create account", NULL, accountCreate, "accountAdd"); } // Figure out what we are doing. -- cgit v1.1