aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2020-04-21 02:34:26 +1000
committeronefang2020-04-21 02:34:26 +1000
commita9a19cf791bd3b7d1139ce263f6c5e8acb98d85b (patch)
treed9870a22aa8f4059fbe72d91d74914e7b88df956
parentMention other restrictions on names. (diff)
downloadopensim-SC_OLD-a9a19cf791bd3b7d1139ce263f6c5e8acb98d85b.zip
opensim-SC_OLD-a9a19cf791bd3b7d1139ce263f6c5e8acb98d85b.tar.gz
opensim-SC_OLD-a9a19cf791bd3b7d1139ce263f6c5e8acb98d85b.tar.bz2
opensim-SC_OLD-a9a19cf791bd3b7d1139ce263f6c5e8acb98d85b.tar.xz
Use the new button titles.
-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 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)
5095 addSubmit(iF, "login", "", NULL, accountView, "accountView"); // Coz we sometimes want to trigger this from code. 5095 addSubmit(iF, "login", "", NULL, accountView, "accountView"); // Coz we sometimes want to trigger this from code.
5096 addSubmit(iF, "validate", "", NULL, accountValidate, "accountLogin"); // Coz we sometimes want to trigger this from code. 5096 addSubmit(iF, "validate", "", NULL, accountValidate, "accountLogin"); // Coz we sometimes want to trigger this from code.
5097// addSubmit(iF, "edit", "edit", NULL, accountEdit, "accountEdit"); 5097// addSubmit(iF, "edit", "edit", NULL, accountEdit, "accountEdit");
5098// addSubmit(iF, "members", "members", NULL, accountExplore, "accountExplore"); 5098 addSubmit(iF, "validated_members", "validated members", NULL, accountExploreValidatedVoucher, "accountValidated");
5099 addSubmit(iF, "logout", "logout", NULL, accountOut, "accountLogin"); 5099 addSubmit(iF, "logout", "logout", NULL, accountOut, "accountLogin");
5100 5100
5101 5101
@@ -5125,7 +5125,7 @@ void account_html(char *file, reqData *Rd, HTMLfile *thisFile)
5125 addSubmit(iF, "logout", "", NULL, accountOut, "accountLogin"); // Coz we sometimes want to trigger this from code. 5125 addSubmit(iF, "logout", "", NULL, accountOut, "accountLogin"); // Coz we sometimes want to trigger this from code.
5126 addSubmit(iF, "validate", "", NULL, accountValidate, "accountLogin"); // Coz we sometimes want to trigger this from code. 5126 addSubmit(iF, "validate", "", NULL, accountValidate, "accountLogin"); // Coz we sometimes want to trigger this from code.
5127 addSubmit(iF, "login", "login", NULL, accountView, "accountView"); 5127 addSubmit(iF, "login", "login", NULL, accountView, "accountView");
5128 addSubmit(iF, "create", "create", NULL, accountCreate, "accountAdd"); 5128 addSubmit(iF, "create", "create account", NULL, accountCreate, "accountAdd");
5129 } 5129 }
5130 5130
5131 // Figure out what we are doing. 5131 // Figure out what we are doing.