[Koha-patches] [PATCH] Enhancment [3.4] Bug 4288: Hide circular 'Log in to Your Account' link in opac-auth.pl

Mason James mason at kohaaloha.com
Wed Mar 3 01:53:08 CET 2010


---
 koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tmpl |    7 +++++++
 1 files changed, 7 insertions(+), 0 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 161b082..097a320 100644
--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tmpl
+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tmpl
@@ -5,6 +5,13 @@
  Catalog › Catalog Login Disabled
 <!-- /TMPL_IF -->
 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
+
+<!-- Bug 4288: Hide circular 'Log in to Your Account' link in opac-auth.pl -->
+<script type="text/javascript">
+    $(document).ready(function() {
+        if ( $("#auth" ) ) { $("#members ul li a").hide(); }
+    });
+</script>
 </head>
 <body id="opac-login-page">
 <div id="doc3" class="yui-t7">
-- 
1.6.3.3




More information about the Koha-patches mailing list