Bugzilla – Attachment 145511 Details for
Bug 32679
CSS class article-request-title is doubled up in article requests list in staff patron account
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32679: Use different CSS classes for titles of article requests in staff interface
Bug-32679-Use-different-CSS-classes-for-titles-of-.patch (text/plain), 2.13 KB, created by
Katrin Fischer
on 2023-01-20 13:57:06 UTC
(
hide
)
Description:
Bug 32679: Use different CSS classes for titles of article requests in staff interface
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-01-20 13:57:06 UTC
Size:
2.13 KB
patch
obsolete
>From 09545343de26ccf401eaf5f336a2634da756efa6 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer@bsz-bw.de> >Date: Fri, 20 Jan 2023 13:51:53 +0000 >Subject: [PATCH] Bug 32679: Use different CSS classes for titles of article > requests in staff interface > >The class article-request-title was used for the column with the article title as >well as for the link with the record title. This could cause some confusion when >changing the table with CSS. This patch makes it so different CSS classes are used for each. > >To test: >* Activate article requests in system preferences >* Make sure circulation conditions have article requets = yes >* Create an article request in staff or OPAC >* View the list of article requests in the patron account in staff >* Add the following line to IntranetUserCSS: > .article-request-title { display:none; } >* Verify the Title column and the title from Record title (first column) > have vanished. >* Apply patch: now only the column should vanish, Record title shoudl remain > visible >* If you want: Verify that the record title has a differently named class now. >--- > .../intranet-tmpl/prog/en/includes/patron-article-requests.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-article-requests.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-article-requests.inc >index efde7d0dd9..8bbb614bbf 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-article-requests.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-article-requests.inc >@@ -26,7 +26,7 @@ > [% FOREACH ar IN current_article_requests %] > <tr> > <td class="article-request-record-title"> >- <a class="article-request-title" href="/cgi-bin/koha/circ/request-article.pl?biblionumber=[% ar.biblionumber | html %]"> >+ <a class="article-request-record-link-title" href="/cgi-bin/koha/circ/request-article.pl?biblionumber=[% ar.biblionumber | html %]"> > [% ar.biblio.title | html %] > [% ar.item.enumchron | html %] > </a> >-- >2.30.2
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 32679
:
145511
|
145515
|
147216