Bugzilla – Attachment 146321 Details for
Bug 32023
Remove horizontal line from OPAC navigation for CMS pages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32023: Remove hr in OpacNav for CMS pages
Bug-32023-Remove-hr-in-OpacNav-for-CMS-pages.patch (text/plain), 1.65 KB, created by
Martin Renvoize (ashimema)
on 2023-02-07 13:08:37 UTC
(
hide
)
Description:
Bug 32023: Remove hr in OpacNav for CMS pages
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-02-07 13:08:37 UTC
Size:
1.65 KB
patch
obsolete
>From 6e6796e581d7f0ba1464063a5bc99655ba0b693c Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Mon, 6 Feb 2023 22:44:03 +0100 >Subject: [PATCH] Bug 32023: Remove hr in OpacNav for CMS pages > >In a page created with the new Pages tool, there is a ><hr> above the OpacNav block. >This hr is not present on other OPAC pages and is >removed by this patch. > >To test: >1. Go to Tools > Pages > New entry >2. Create a page and save >3. Copy the OPAC link >4. Go to Tools > HTML customizations > New entry >5. Create an OpacNav entry with the link to the page >6. Go to the OPAC main page > --> Notice how the left navigation section looks >7. Click on the link on the left to go to the page > --> an horizontal line appears above OpacNav >8. Apply patch >9. Repeat test - the horizontal line should be gone now > >Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-page.tt | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-page.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-page.tt >index 7e9a74a0a22..e9d0c89c702 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-page.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-page.tt >@@ -36,7 +36,6 @@ > <div class="col-12 col-lg-2 order-3 order-lg-1"> > <div id="navigation"> > [% IF ( OpacNav || OpacNavBottom ) %] >- <hr> > [% INCLUDE 'navigation.inc' %] > [% END %] > </div> >-- >2.39.1
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 32023
:
146298
|
146300
| 146321