Bugzilla – Attachment 104111 Details for
Bug 13388
Add library pages to the OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13388: (follow-up) Inlcude OpacNav
Bug-13388-follow-up-Inlcude-OpacNav.patch (text/plain), 1.26 KB, created by
Katrin Fischer
on 2020-05-01 15:09:06 UTC
(
hide
)
Description:
Bug 13388: (follow-up) Inlcude OpacNav
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-05-01 15:09:06 UTC
Size:
1.26 KB
patch
obsolete
>From dc3c6be318444054ceae79e91363702000e2149b Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 1 May 2020 15:12:14 +0100 >Subject: [PATCH] Bug 13388: (follow-up) Inlcude OpacNav > >I believe this page should inlclude the optional OpacNav and >OpacNavBottom blocks > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-library.tt | 13 +++++++++++-- > 1 file changed, 11 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-library.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-library.tt >index caba1e923b..de34d97379 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-library.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-library.tt >@@ -77,8 +77,17 @@ > </ul> > > <div class="container-fluid"> >- <div class="row-fluid"> >- <div class="span12"> >+ <div class="row-fluid"> >+ [% IF ( OpacNav || OpacNavBottom ) %] >+ <div class="span2"> >+ <div id="navigation"> >+ [% INCLUDE 'navigation.inc' %] >+ </div> >+ </div> >+ <div class="span10"> >+ [% ELSE %] >+ <div class="span12"> >+ [% END %] > > [% IF ( library ) %] > >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 13388
:
103923
|
104042
|
104052
|
104081
|
104083
|
104084
|
104095
|
104096
|
104097
|
104109
|
104110
| 104111 |
104112