From: berick Date: Thu, 7 Apr 2011 15:45:24 +0000 (-0400) Subject: oops, forgot to git-add w/ last commit X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e48cdc644763b2ffa001d6aa1c79971a400d89c2;p=evergreen%2Fequinox.git oops, forgot to git-add w/ last commit --- diff --git a/Open-ILS/web/templates/default/opac/myopac/update_username.tt2 b/Open-ILS/web/templates/default/opac/myopac/update_username.tt2 new file mode 100644 index 0000000000..129491729f --- /dev/null +++ b/Open-ILS/web/templates/default/opac/myopac/update_username.tt2 @@ -0,0 +1,30 @@ +[% PROCESS "default/opac/parts/header.tt2"; + PROCESS "default/opac/parts/misc_util.tt2"; + WRAPPER "default/opac/parts/myopac/base.tt2"; + myopac_page = "prefs" %] +
+ +[% IF ctx.invalid_username %] +
+ [% | l(ctx.invalid_username) %] + "[_1]" is not a valid username. Usernames cannot have any spaces. Please try a different username. + [% END %] +
+ +[% ELSIF ctx.username_exists %] +
+ [% | l(ctx.username_exists) %] + The username "[_1]" is taken. Please try a different username. + [% END %] +
+[% END %] + +
+ + + + +
[% l('Current Username') %][% ctx.user.usrname | html %]
[% l('New Username') %]
+
+ +[% END %]