From 7e9faaa523a3f93f6d1479b29efffc8970e7c0d2 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Fri, 9 Sep 2011 11:50:55 -0400 Subject: [PATCH] TPac: avoid 1995-esque "Submit Query" for form submission On the update username, email, and password pages, use "Submit" instead of relying on the browser "Submit Query" label Signed-off-by: Bill Erickson --- Open-ILS/src/templates/opac/myopac/update_email.tt2 | 2 +- Open-ILS/src/templates/opac/myopac/update_password.tt2 | 2 +- Open-ILS/src/templates/opac/myopac/update_username.tt2 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Open-ILS/src/templates/opac/myopac/update_email.tt2 b/Open-ILS/src/templates/opac/myopac/update_email.tt2 index 3b9b7626e4..827995976b 100644 --- a/Open-ILS/src/templates/opac/myopac/update_email.tt2 +++ b/Open-ILS/src/templates/opac/myopac/update_email.tt2 @@ -17,7 +17,7 @@ - +
[% l('Current Email') %][% ctx.user.email | html %]
[% l('New Email') %]
diff --git a/Open-ILS/src/templates/opac/myopac/update_password.tt2 b/Open-ILS/src/templates/opac/myopac/update_password.tt2 index c4ad3ded63..c87fc5d71f 100644 --- a/Open-ILS/src/templates/opac/myopac/update_password.tt2 +++ b/Open-ILS/src/templates/opac/myopac/update_password.tt2 @@ -26,7 +26,7 @@ [% l('Current Password') %] [% l('New Password') %] [% l('New Password Again') %] - + diff --git a/Open-ILS/src/templates/opac/myopac/update_username.tt2 b/Open-ILS/src/templates/opac/myopac/update_username.tt2 index 7455cc97e8..8ff329e660 100644 --- a/Open-ILS/src/templates/opac/myopac/update_username.tt2 +++ b/Open-ILS/src/templates/opac/myopac/update_username.tt2 @@ -22,7 +22,7 @@ - +
[% l('Current Username') %][% ctx.user.usrname | html %]
[% l('New Username') %]
-- 2.11.0