Summary: | Remove horizontal line from OPAC navigation for CMS pages | ||
---|---|---|---|
Product: | Koha | Reporter: | Caroline Cyr La Rose <caroline.cyr-la-rose> |
Component: | Templates | Assignee: | Katrin Fischer <katrin.fischer> |
Status: | Pushed to stable --- | QA Contact: | Martin Renvoize <martin.renvoize> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | martin.renvoize |
Version: | master | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
23.05.00,22.11.03
|
|
Bug Depends on: | 15326 | ||
Bug Blocks: | |||
Attachments: |
Bug 32023: Remove hr in OpacNav for CMS pages
Bug 32023: Remove hr in OpacNav for CMS pages Bug 32023: Remove hr in OpacNav for CMS pages |
Description
Caroline Cyr La Rose
2022-10-27 18:21:17 UTC
Created attachment 146298 [details] [review] 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 Created attachment 146300 [details] [review] 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> Thanks Katrin! Created attachment 146321 [details] [review] 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> That HR was weird.. nice fix. PQA Pushed to master for 23.05. Nice work everyone, thanks! Nice work, thanks everyone! Pushed to 22.11.x for the next release. |