summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authorGravatar Yonle2023-07-24 23:13:13 +0700
committerGravatar Yonle2023-07-24 23:13:13 +0700
commit3c1dc419ea5b7ff2bb4ce55afbbcca9e7f16b985 (patch)
treea9d4cb2f7f7d38bb71efcbde78de9bed8ef79eaa /html.c
parentRollback to 86f507410bc5a1e6ce8bcd34f94400a380143d64 for some reasons. (diff)
downloadsnac2-3c1dc419ea5b7ff2bb4ce55afbbcca9e7f16b985.tar.gz
snac2-3c1dc419ea5b7ff2bb4ce55afbbcca9e7f16b985.tar.xz
snac2-3c1dc419ea5b7ff2bb4ce55afbbcca9e7f16b985.zip
html.c: Put "User Settings" outside of "Operations".
Signed-off-by: Yonle <yonle@lecturify.net>
Diffstat (limited to 'html.c')
-rw-r--r--html.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/html.c b/html.c
index ab23032..7ce94f2 100644
--- a/html.c
+++ b/html.c
@@ -440,6 +440,7 @@ d_char *html_top_controls(snac *snac, d_char *s)
440 "<input type=\"text\" name=\"id\" required=\"required\" placeholder=\"https://fedi.example.com/bob/....\">\n" 440 "<input type=\"text\" name=\"id\" required=\"required\" placeholder=\"https://fedi.example.com/bob/....\">\n"
441 "<input type=\"submit\" name=\"action\" value=\"%s\"> %s\n" 441 "<input type=\"submit\" name=\"action\" value=\"%s\"> %s\n"
442 "</form><p>\n" 442 "</form><p>\n"
443 "</details>\n"
443 444
444 "<details><summary>%s</summary>\n" 445 "<details><summary>%s</summary>\n"
445 446
@@ -484,7 +485,6 @@ d_char *html_top_controls(snac *snac, d_char *s)
484 485
485 "</div>\n" 486 "</div>\n"
486 "</details>\n" 487 "</details>\n"
487 "</details>\n"
488 "</div>\n" 488 "</div>\n"
489 "</div>\n"; 489 "</div>\n";
490 490
@@ -550,7 +550,7 @@ d_char *html_top_controls(snac *snac, d_char *s)
550 550
551 L("Post"), 551 L("Post"),
552 552
553 L("Preferences..."), 553 L("Operations..."),
554 554
555 snac->actor, 555 snac->actor,
556 L("Follow"), L("(by URL or user@host)"), 556 L("Follow"), L("(by URL or user@host)"),
@@ -558,7 +558,7 @@ d_char *html_top_controls(snac *snac, d_char *s)
558 snac->actor, 558 snac->actor,
559 L("Boost"), L("(by URL)"), 559 L("Boost"), L("(by URL)"),
560 560
561 L("User Settings"), 561 L("User Settings..."),
562 snac->actor, 562 snac->actor,
563 L("Display name"), 563 L("Display name"),
564 es1, 564 es1,