add: close friends stack
This commit is contained in:
parent
407155e6c4
commit
5fafc8d7b9
83 changed files with 479 additions and 213 deletions
|
@ -1,6 +1,6 @@
|
|||
(text "{% extends \"root.html\" %} {% block head %}")
|
||||
(title
|
||||
(text "Community settings - {{ config.name }}"))
|
||||
(text "Community settings — {{ config.name }}"))
|
||||
(text "{% endblock %} {% block body %} {{ macros::nav() }}")
|
||||
(main
|
||||
("class" "flex flex_col gap_2")
|
||||
|
@ -145,7 +145,7 @@
|
|||
("required" "")
|
||||
("minlength" "2")))
|
||||
(button
|
||||
(text "{{ icon \"check\" }}")
|
||||
(icon (text "check"))
|
||||
(span
|
||||
(text "{{ text \"general:action.save\" }}"))))))
|
||||
(div
|
||||
|
@ -168,7 +168,7 @@
|
|||
("class" "flex gap_2 flex_wrap")
|
||||
(button
|
||||
("onclick" "save_context()")
|
||||
(text "{{ icon \"check\" }}")
|
||||
(icon (text "check"))
|
||||
(span
|
||||
(text "{{ text \"general:action.save\" }}")))
|
||||
(a
|
||||
|
@ -200,7 +200,7 @@
|
|||
("class" "w_content"))
|
||||
(button
|
||||
("class" "small square big_icon")
|
||||
(text "{{ icon \"check\" }}"))))
|
||||
(icon (text "check")))))
|
||||
(div
|
||||
("class" "card_nest")
|
||||
("ui_ident" "change_banner")
|
||||
|
@ -223,7 +223,7 @@
|
|||
("class" "w_content"))
|
||||
(button
|
||||
("class" "small square big_icon")
|
||||
(text "{{ icon \"check\" }}")))
|
||||
(icon (text "check"))))
|
||||
(span
|
||||
("class" "fade")
|
||||
(text "Use an image of 1100x350px for the best results.")))))
|
||||
|
@ -271,7 +271,7 @@
|
|||
(button
|
||||
("class" "small lowered")
|
||||
("onclick" "update_user_role(document.getElementById('uid').value, document.getElementById('role').value)")
|
||||
(text "{{ icon \"check\" }}")
|
||||
(icon (text "check"))
|
||||
(span
|
||||
(text "{{ text \"general:action.save\" }}"))))
|
||||
(div
|
||||
|
@ -294,7 +294,7 @@
|
|||
("class" "flex flex_col gap_1")
|
||||
(label
|
||||
("for" "title")
|
||||
(text "{{ text \"communities:label.name\" }}"))
|
||||
(str (text "communities:label.name")))
|
||||
(input
|
||||
("type" "text")
|
||||
("name" "title")
|
||||
|
@ -453,7 +453,7 @@
|
|||
("class" "flex flex_col gap_1")
|
||||
(label
|
||||
("for" "name")
|
||||
(text "{{ text \"communities:label.name\" }}"))
|
||||
(str (text "communities:label.name")))
|
||||
(input
|
||||
("type" "text")
|
||||
("name" "name")
|
||||
|
@ -599,7 +599,7 @@
|
|||
("class" "flex flex_col gap_1")
|
||||
(label
|
||||
("for" "title")
|
||||
(text "{{ text \"communities:label.name\" }}"))
|
||||
(str (text "communities:label.name")))
|
||||
(input
|
||||
("type" "text")
|
||||
("name" "title")
|
||||
|
@ -677,7 +677,7 @@
|
|||
("class" "flex flex_col gap_1")
|
||||
(label
|
||||
("for" "title")
|
||||
(text "{{ text \"communities:label.name\" }}"))
|
||||
(str (text "communities:label.name")))
|
||||
(input
|
||||
("type" "text")
|
||||
("name" "title")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue