View | Details | Raw Unified | Return to bug 4288
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tmpl (-1 / +7 lines)
Lines 5-10 Link Here
5
 Catalog › Catalog Login Disabled
5
 Catalog › Catalog Login Disabled
6
<!-- /TMPL_IF -->
6
<!-- /TMPL_IF -->
7
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
7
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
8
9
<!-- Bug 4288: Hide circular 'Log in to Your Account' link in opac-auth.pl -->
10
<script type="text/javascript">
11
    $(document).ready(function() {
12
        if ( $("#auth" ) ) { $("#members ul li a").hide(); }
13
    });
14
</script>
8
</head>
15
</head>
9
<body id="opac-login-page">
16
<body id="opac-login-page">
10
<div id="doc3" class="yui-t7">
17
<div id="doc3" class="yui-t7">
11
- 

Return to bug 4288