From b0dc61b667976b1c5deac1f63a5c475c760aaeff Mon Sep 17 00:00:00 2001 From: Gregory Koberger Date: Mon, 25 Jul 2011 13:08:37 -0700 Subject: [PATCH] Reorder items on user edit page (bug 674018) --- apps/users/templates/users/edit_impala.html | 60 +++++++++++---------- media/js/impala/users.js | 8 +++ 2 files changed, 40 insertions(+), 28 deletions(-) diff --git a/apps/users/templates/users/edit_impala.html b/apps/users/templates/users/edit_impala.html index a1b36b12ab4..d462ff5156a 100644 --- a/apps/users/templates/users/edit_impala.html +++ b/apps/users/templates/users/edit_impala.html @@ -58,6 +58,11 @@

{{ _('Delete Account') }}

{{ form.emailhidden.errors }} +
  • + + + {{ _('Change Password') }} +
  • @@ -85,27 +90,6 @@

    {{ _('Delete Account') }}

    - -
    - {{ _('Notifications') }} -

    - {% trans %} - From time to time, Mozilla may send you email about upcoming - releases and add-on events. Please select the topics you are - interested in below: - {% endtrans %} -

    - {{ form.notifications }} - -

    - {% trans %} - Mozilla reserves the right to contact you individually about - specific concerns with your hosted add-ons. - {% endtrans %} -

    -
    - {# /#user-account #} -
    {{ _('Profile information') }}
      @@ -157,24 +141,44 @@

      {{ _('Delete Account') }}

      {{ some_html_tip() }} {{ form.bio.errors }}
    {# /.profile-detail #} - - + + +
    + {{ _('Notifications') }} +

    + {% trans %} + From time to time, Mozilla may send you email about upcoming + releases and add-on events. Please select the topics you are + interested in below: + {% endtrans %} +

    + {{ form.notifications }} +

    + {% trans %} + Mozilla reserves the right to contact you individually about + specific concerns with your hosted add-ons. + {% endtrans %} +

    +
    {# /#user-profile #}