Bugzilla – Attachment 94976 Details for
Bug 23841
Add link to bibliographic details page in item details breadcrumbs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23841: Add link to bibliographic details page in item details breadcrumbs
Bug-23841-Add-link-to-bibliographic-details-page-i.patch (text/plain), 2.50 KB, created by
Katrin Fischer
on 2019-11-02 22:36:27 UTC
(
hide
)
Description:
Bug 23841: Add link to bibliographic details page in item details breadcrumbs
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2019-11-02 22:36:27 UTC
Size:
2.50 KB
patch
obsolete
>From e13ec80058272adc0c88d51e898f62de46c83126 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 21 Oct 2019 12:00:03 +0000 >Subject: [PATCH] Bug 23841: Add link to bibliographic details page in item > details breadcrumbs > >This patch adds a link to the default bibliographic details page from >the breadcrumbs menu on the item details page. > >The patch also makes a minor update to staff client CSS to allow for use >of biblio-default-view.inc to generate the link and have it styled >correctly. > >To test, apply the patch and update the staff client CSS >(https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client). > >Locate an record in the catalog and view the item details page. Verify >that the breadcrumbs menu includes a link back to the bibliographic >details page as defined in the IntranetBiblioDefaultView system >preference. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 5 +++++ > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt | 2 +- > 2 files changed, 6 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >index 1e6c23282a..2ffaef1a78 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -996,6 +996,11 @@ details[open] { > margin: 0; > padding: .8em .5em .8em 10px; > position: relative; >+ >+ .title { >+ font-size: unset; >+ font-weight: normal; >+ } > } > > #header { >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt >index 8d5e712567..6f3ba54ad0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt >@@ -15,7 +15,7 @@ > [% INCLUDE 'header.inc' %] > [% INCLUDE 'cat-search.inc' %] > >-<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a> › Item details for <i>[% INCLUDE 'biblio-title.inc' %]</i></div> >+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a> › [% INCLUDE 'biblio-default-view.inc' %]<i>[% INCLUDE 'biblio-title.inc' %]</i></a> › Item details</div> > > <div class="main container-fluid"> > <div class="row"> >-- >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 23841
:
94435
| 94976