From ecfb460e81a4b0848a6b1cebe6fde220510448dd Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 28 Feb 2008 10:18:39 +1300 Subject: [PATCH] Finishing re-working of opac userupdate in the style of Wordpress. Link to user details now goes straight to opac-userupdate.pl. Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- koha-tmpl/opac-tmpl/prog/en/css/opac.css | 8 ++- .../opac-tmpl/prog/en/includes/usermenu.inc | 2 +- .../prog/en/modules/opac-userupdate.tmpl | 62 ++++++++++++------- 3 files changed, 45 insertions(+), 27 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/css/opac.css b/koha-tmpl/opac-tmpl/prog/en/css/opac.css index 4ad06fbc69..23b435f605 100644 --- a/koha-tmpl/opac-tmpl/prog/en/css/opac.css +++ b/koha-tmpl/opac-tmpl/prog/en/css/opac.css @@ -643,13 +643,17 @@ fieldset.brief label { padding : .3em 0; } -fieldset.brief input, fieldset.brief textarea { +fieldset.brief input+input { + margin-top : 3px; +} + +fieldset.brief input, fieldset.brief textarea, fieldset.brief select { background-color: #F3F3F3; border-top : 1px solid #979797; border-left : 1px solid #979797; border-right : 1px solid #DDDDDD; border-bottom : 1px solid #DDDDDD; - font-size : 150%; + font-size : 140%; padding : .2em; font-weight: normal; } diff --git a/koha-tmpl/opac-tmpl/prog/en/includes/usermenu.inc b/koha-tmpl/opac-tmpl/prog/en/includes/usermenu.inc index dea7cf5ff7..5fe63c124c 100644 --- a/koha-tmpl/opac-tmpl/prog/en/includes/usermenu.inc +++ b/koha-tmpl/opac-tmpl/prog/en/includes/usermenu.inc @@ -2,7 +2,7 @@
  • my summary
  • my fines
  • -
  • my personal details
  • +
  • my personal details
  • change my password
  • my reading history
  • my purchase suggestions
  • diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-userupdate.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-userupdate.tmpl index 6556afa644..1f4c9904e2 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-userupdate.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-userupdate.tmpl @@ -10,38 +10,33 @@ -

    's account ../../images/caret.gif" width="16" height="16" alt=">" border="0" /> Update Your Personal Details

    -

    Please make any necessary changes to your record. Submitting the form will notify a library staff member, who will make the changes permanent.

    +

    's account ../../images/caret.gif" width="16" height="16" alt=">" border="0" /> Your Personal Details

    +
    Name
      -
    1. " name="firstname" />
    2. -
    3. " name="surname" />
    4. +
    5. " name="firstname" />
    6. +
    7. " name="surname" />
    -
    Mailing Address +
    Contact Information
    1. - " id="address" /> -
    2. -
    3. " id="address2" />
    4. -
    5. " name="city" />
    6. -
    7. " />
    8. -
    -
    -
    Contact Information -
      -
    1. " name="phone" />
    2. -
    3. " name="mobile" />
    4. -
    5. " name="fax" />
    6. + " id="address" /> + " id="address2" /> +
    7. " name="city" />
    8. +
    9. " />
    10. +
    11. " name="phone" />
    12. +
    13. " name="mobile" />
    14. +
    15. " name="fax" />
    16. -
    17. " name="phonepro" />
    18. +
    19. " name="phonepro" />
    20. -
    21. " name="emailaddress" />
    22. +
    23. " name="emailaddress" />
    @@ -51,16 +46,35 @@
    1. - +
    2. -
    3. " name="B_city" />
    4. - +
    5. " name="B_city" />
    6. +
    7. " />
    8. +
    + +
    +
    1. " name="dateofbirth" />
    2. +
    - +
    +Library Use: +
      +
    1. " />
    2. +
    3. " />
    4. +
    5. " />
    6. +
    7. " />
    8. +
    +
    +

    Please make any necessary changes to your record. Submitting the form will notify a library staff member, who will make the changes permanent.

    - Cancel
    + Cancel + + -- 2.39.5