Bug 8204 follow-up: don't display OpacNav on auth details

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>
This commit is contained in:
Jared Camins-Esakov 2012-08-27 09:03:30 -04:00 committed by Paul Poulain
parent 41df3e08d3
commit 90424fb4ca
2 changed files with 2 additions and 14 deletions

View 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' %]

View 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' %]