[Koha-patches] [PATCH] Fix for Bug 3031, Standardize OPAC login form labels.

Owen Leonard oleonard at myacpl.org
Thu Mar 12 00:52:31 CET 2009


---
 koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tmpl |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tmpl
index 1262156..274a1ac 100644
--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tmpl
+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tmpl
@@ -45,9 +45,9 @@
   <input type="hidden" name="<!-- TMPL_VAR NAME="name" -->" value="<!-- TMPL_VAR NAME="value" -->" />
 <!-- /TMPL_LOOP -->
 <ol>
-<li><label for="userid">Your card number</label>
+<li><label for="userid">Login</label>
 <input type="text"  size="25" id="userid"  name="userid" /></li>
-<li><label for="password">Password or PIN</label><input type="password"  size="25" id="password"  name="password" /></li>
+<li><label for="password">Password</label><input type="password"  size="25" id="password"  name="password" /></li>
 </ol></fieldset>
 
 <input type="submit" value="Log In" class="submit" />
-- 
1.5.6.5




More information about the Koha-patches mailing list