From d2e0926c22166d6960288d96070fbf4f0a04d9ff Mon Sep 17 00:00:00 2001 From: dbs Date: Wed, 14 Apr 2010 04:05:30 +0000 Subject: [PATCH] Go with a request form that degrades nicely, if requested directly git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6@16232 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- .../src/templates/password-reset/request-form.tt2 | 35 +++++++++++++++------- .../src/templates/password-reset/strings.en-US | 1 + 2 files changed, 26 insertions(+), 10 deletions(-) diff --git a/Open-ILS/src/templates/password-reset/request-form.tt2 b/Open-ILS/src/templates/password-reset/request-form.tt2 index 0c09e36c4e..9f4382b648 100644 --- a/Open-ILS/src/templates/password-reset/request-form.tt2 +++ b/Open-ILS/src/templates/password-reset/request-form.tt2 @@ -1,17 +1,32 @@ [% i18n.REQUEST_TITLE %] + + - +

[% i18n.REQUEST_TITLE %]

-

[% status.msg %]

-
-
-
-
- - -
-
+

[% status.msg %]

+
+ + + + + + + + + +
+ + +
+ + diff --git a/Open-ILS/src/templates/password-reset/strings.en-US b/Open-ILS/src/templates/password-reset/strings.en-US index 5927ee5d4a..9b85980243 100644 --- a/Open-ILS/src/templates/password-reset/strings.en-US +++ b/Open-ILS/src/templates/password-reset/strings.en-US @@ -1,3 +1,4 @@ +BUTTON_SUBMIT=Submit REQUEST_TITLE=Library system password reset request form IDENTIFY_YOURSELF=Please enter your user name or barcode to identify your library account and request a password reset. REQUEST_SUCCESS=Your user name or barcode has been submitted for a password reset. If a matching account with an email address is found, you will soon receive an email at that address with further instructions for resetting your password. -- 2.11.0