[Koha-patches] [PATCH] [SIGNED-OFF] Bug 5975: Add id to "Don't have a card" instructions

Nicole C. Engard nengard at bywatersolutions.com
Sat Mar 26 18:39:25 CET 2011


From: Jared Camins-Esakov <jcamins at bywatersolutions.com>


Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
---
 koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tmpl |    2 +-
 1 files changed, 1 insertions(+), 1 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 bef863d..b27a95a 100644
--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tmpl
+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tmpl
@@ -72,7 +72,7 @@
 </ol></fieldset>
 
 <input type="submit" value="Log In" class="submit" />
-<div>  <h5>Don't have a password yet?</h5><p> If you don't have a password yet, stop by the circulation desk the next time you're in the library. We'll happily set one up for you.</p>
+<div id="nologininstructions">  <h5>Don't have a password yet?</h5><p> If you don't have a password yet, stop by the circulation desk the next time you're in the library. We'll happily set one up for you.</p>
 <h5>Don't have a library card?</h5><p> If you don't have a library card, stop by your local library to sign up.  </p></div>
 </form>
 
-- 
1.7.2.3



More information about the Koha-patches mailing list