Bug 6312: Remove references to login being OPAC only
authorNicole C. Engard <nengard@bywatersolutions.com>
Thu, 5 May 2011 16:25:29 +0000 (12:25 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Sun, 15 May 2011 08:36:11 +0000 (20:36 +1200)
This patch changes the 'opac login' label to read 'username'
since it can be used in the staff client and the opac

Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Signed-off-by: Jared Camins-Esakov <jcamins@bywatersolutions.com>
Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt
koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt

index 497b9ac..a4361cd 100644 (file)
                        <p>The following fields are wrong. Please fix them.</p>
                        <ul>
                        [% IF ( ERROR_login_exist ) %]
-                               <li id="ERROR_login_exist">Login/password already exists.</li>
+                               <li id="ERROR_login_exist">Username/password already exists.</li>
                        [% END %]
                        [% IF ( ERROR_cardnumber ) %]
                                <li id="ERROR_cardnumber">Cardnumber already in use.</li>
                </ol>
        </fieldset>
        <fieldset class="rows" id="memberentry_userid">
-               <legend>OPAC login</legend><ol>
+               <legend>OPAC/Staff Login</legend><ol>
                <li>
                        [% IF ( mandatoryuserid ) %]
                        <label for="userid" class="required">
                        [% ELSE %]
                        <label for="userid">
                        [% END %]
-                       OPAC Login: </label>
+                       Username: </label>
 
 [% IF ( NoUpdateLogin ) %]
 <input type="text" id="userid" name="userid" size="20" disabled="disabled" value="[% IF ( opduplicate ) %][% ELSE %][% userid %][% END %]" />
index f8073bb..8384dfb 100644 (file)
@@ -339,8 +339,8 @@ function validate1(date) {
     </li>[% END %]
     [% IF ( sort1 ) %]<li><span class="label">Sort field 1:</span>[% lib1 %]</li>[% END %]
     [% IF ( sort2 ) %]<li><span class="label">Sort field 2:</span>[% lib2 %]</li>[% END %]
-    <li><span class="label">OPAC login: </span>[% userid %]</li>
-    <li><span class="label">OPAC password: </span>
+    <li><span class="label">Username: </span>[% userid %]</li>
+    <li><span class="label">Password: </span>
     [% IF ( password ) %]
         *******
     [% ELSE %]