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:
parent
41df3e08d3
commit
90424fb4ca
2 changed files with 2 additions and 14 deletions
|
@ -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' %]
|
||||
|
|
|
@ -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' %]
|
||||
|
|
Loading…
Reference in a new issue