From: Michael Tremer Date: Wed, 27 Nov 2024 13:22:13 +0000 (+0000) Subject: users: Update design of profile edit page X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a1441aafafb902ef8ff5606d39bcb99d16a2744;p=ipfire.org.git users: Update design of profile edit page Signed-off-by: Michael Tremer --- diff --git a/src/templates/users/edit.html b/src/templates/users/edit.html index b6ebdd79..51cbceec 100644 --- a/src/templates/users/edit.html +++ b/src/templates/users/edit.html @@ -42,66 +42,77 @@
{% raw xsrf_form_html() %} -
-
-
- +
+
+ {# First & Last Name #} +
+
+
+ - -
+ +
+
-
- +
+
+ - + +
+
-
- + {# Nickname #} +
+ + +

+ {{ _("If you don't to show your full name, you can enter a nickname which will be shown instead") }} +

-
-
-
-
-
+ {# Address #} +
-
-
-
- + {# City & Post Code #} +
+
+
+ - -
+ +
+
-
- +
+
+ - + +
+
-
-
-
-
-
+ {# Country #} +
-
+
-
-
-
-

{{ _("Tell Us Who You Are") }}

+ {# Telephone #} +
+ + + + +

+ {{ _("Enter your landline and mobile phone numbers") }} +

+
+ + {# Call Forwarding #} + {% if account.has_sip() %} +
+ + + + +

+ {{ _("All calls will be forwarded to this phone number or SIP URI") }} +

+
+ {% end %} + + {# Description #} +
+ -
-
+ placeholder="{{ _("Tell Us More About Yourself") }}">{{ account.description or "" }}

- {{ _("You can use Markdown syntax as you know it from the IPFire Documentation") }} + {{ _("This text will be shown on your profile for everyone to get to know you better.") }} + {{ _("You can use Markdown syntax as you know it from the IPFire Documentation.") }}

-
-
-
-
+ {# Avatar #} +
-
+
-
-
- {% if account.has_mail() %} -
-
-
+ {# Email #} + {% if account.has_mail() %} +
@@ -165,45 +197,10 @@ {{ _("All emails will be forwarded to this email address") }}

-
-
- {% end %} - -
-
-
- - - - - -

- {{ _("Enter your landline and mobile phone numbers") }} -

-
- - {% if account.has_sip() %} -
- - - - -

- {{ _("All calls will be forwarded to this phone number or SIP URI") }} -

-
{% end %} -
-
-
-
- -
+
-