From 67978756612685ac08b5304d33fc8c34a7c83350 Mon Sep 17 00:00:00 2001 From: dbs Date: Wed, 2 Jun 2010 21:36:34 +0000 Subject: [PATCH] Undouble these elements of password-reset that somehow doubled up during the forward-porting from rel_1_6 git-svn-id: svn://svn.open-ils.org/ILS/trunk@16565 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- .../templates/password-reset/request-form.tt2 | 17 ----------------- .../src/templates/password-reset/reset-form.tt2 | 16 +--------------- .../src/templates/password-reset/strings.en-US | 13 ------------- 3 files changed, 1 insertion(+), 45 deletions(-) diff --git a/Open-ILS/src/templates/password-reset/request-form.tt2 b/Open-ILS/src/templates/password-reset/request-form.tt2 index 4618775a3d..9f4382b648 100644 --- a/Open-ILS/src/templates/password-reset/request-form.tt2 +++ b/Open-ILS/src/templates/password-reset/request-form.tt2 @@ -30,20 +30,3 @@ dojo.require("dijit.form.ValidationTextBox"); - - - [% i18n.REQUEST_TITLE %] - - -

[% i18n.REQUEST_TITLE %]

-

[% status.msg %]

-
-
-
-
- - -
-
- - diff --git a/Open-ILS/src/templates/password-reset/reset-form.tt2 b/Open-ILS/src/templates/password-reset/reset-form.tt2 index c76d5d7052..9542cb2403 100644 --- a/Open-ILS/src/templates/password-reset/reset-form.tt2 +++ b/Open-ILS/src/templates/password-reset/reset-form.tt2 @@ -9,21 +9,7 @@


-
- - - - - - [% title %] - - -

[% title %]

-

[% 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 f19bc429be..9b85980243 100644 --- a/Open-ILS/src/templates/password-reset/strings.en-US +++ b/Open-ILS/src/templates/password-reset/strings.en-US @@ -13,16 +13,3 @@ SUCCESS=Password has been reset. TITLE=Library system password reset PASSWORD_PROMPT=New password: PASSWORD_PROMPT2=Re-enter new password: -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. -BARCODE_PROMPT=Barcode: -USERNAME_PROMPT=User name: -EMAIL_PROMPT=Email address associated with the account: -NO_SESSION=Could not find the requested password reset session. -NO_MATCH=Passwords did not match. Please try again -NOT_ACTIVE=This was not an active password reset request. Your password has not been reset. -SUCCESS=Password has been reset. -TITLE=Library system password reset -PASSWORD_PROMPT=New password: -PASSWORD_PROMPT2=Re-enter new password: -- 2.43.2