Bug 8204 follow-up: don't display OpacNav on auth details
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Mon, 27 Aug 2012 13:03:30 +0000 (09:03 -0400)
committerPaul Poulain <paul.poulain@biblibre.com>
Fri, 7 Sep 2012 16:33:10 +0000 (18:33 +0200)
Based on the way we handle the bib details page, it seems we should
not be displaying OpacNav on the authority details pages on the OPAC.
This patch removes them.

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
koha-tmpl/opac-tmpl/prog/en/modules/opac-auth-MARCdetail.tt
koha-tmpl/opac-tmpl/prog/en/modules/opac-auth-detail.tt

index 3863fad..4cee9fe 100644 (file)
@@ -28,7 +28,7 @@ function showChildren(mynumber) {
 </head>
 <body id="opac-authoritiesdetail">
 
-<div id="doc3" class="yui-t1">
+<div id="doc3" class="yui-t7">
    <div id="bd">
 [% INCLUDE 'masthead.inc' %]
        <div id="yui-main">
@@ -79,11 +79,5 @@ function showChildren(mynumber) {
 </div>
 </div>
 </div>
-[% IF ( OpacNav ) %]
-<div class="yui-b">
-<div id="leftmenus" class="container">
-[% INCLUDE 'navigation.inc' %]
-</div>
-</div>[% END %]
 </div>
 [% INCLUDE 'opac-bottom.inc' %]
index 2f438be..672d4e3 100644 (file)
@@ -68,7 +68,7 @@ function showChildren(mynumber) {
 </head>
 <body id="opac-authoritiesdetail">
 
-<div id="doc3" class="yui-t1">
+<div id="doc3" class="yui-t7">
    <div id="bd">
 [% INCLUDE 'masthead.inc' %]
     <div id="yui-main">
@@ -163,11 +163,5 @@ function showChildren(mynumber) {
 </div>
 </div>
 </div>
-[% IF ( OpacNav ) %]
-<div class="yui-b">
-<div id="leftmenus" class="container">
-[% INCLUDE 'navigation.inc' %]
-</div>
-</div>[% END %]
 </div>
 [% INCLUDE 'opac-bottom.inc' %]