mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Display activation message
SVN revision: 1724
This commit is contained in:
parent
606f0f4509
commit
702e6433bb
@ -11665,6 +11665,14 @@ void show_config_page(LOGBOOK * lbs)
|
|||||||
|
|
||||||
show_standard_title(logbook, "", 0);
|
show_standard_title(logbook, "", 0);
|
||||||
|
|
||||||
|
/*---- activation notice ----*/
|
||||||
|
if (isparam("cmd") && strieq(getparam("cmd"), "Activate")) {
|
||||||
|
rsprintf("<tr><td class=\"notifymsg\" colspan=2>\n");
|
||||||
|
sprintf(str, " <b>%s <%s></b>", getparam("new_user_name"), getparam("new_user_email"));
|
||||||
|
rsprintf(loc("Activation notice has been sent to %s"), str);
|
||||||
|
rsprintf("</tr>\n");
|
||||||
|
}
|
||||||
|
|
||||||
/*---- menu buttons ----*/
|
/*---- menu buttons ----*/
|
||||||
|
|
||||||
rsprintf("<tr><td class=\"menuframe\"><span class=\"menu1\">\n");
|
rsprintf("<tr><td class=\"menuframe\"><span class=\"menu1\">\n");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user