Bugzilla – Attachment 97371 Details for
Bug 24344
Modify OPAC link to suggest existing record for purchase
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24344: Modify OPAC link to suggest existing record for purchase
Bug-24344-Modify-OPAC-link-to-suggest-existing-rec.patch (text/plain), 1.65 KB, created by
Katrin Fischer
on 2020-01-14 22:02:12 UTC
(
hide
)
Description:
Bug 24344: Modify OPAC link to suggest existing record for purchase
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-01-14 22:02:12 UTC
Size:
1.65 KB
patch
obsolete
>From 8fef7de512677b91c6304f3a6aa12028a86873f9 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Sat, 4 Jan 2020 23:12:25 +0000 >Subject: [PATCH] Bug 24344: Modify OPAC link to suggest existing record for > purchase > >This patch modifies the link to suggest purchase of an existing record >from the OPAC. The icon is changed to "gift" and the text shortened to >"Suggest for purchase." > >To test, apply the patch and view the detail page of any record in the >OPAC. Confirm that the modifications look good. > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-detail-sidebar.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-detail-sidebar.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-detail-sidebar.inc >index f0dce164ce..2ca065b798 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-detail-sidebar.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-detail-sidebar.inc >@@ -34,7 +34,7 @@ > [% END %] > > [% IF Koha.Preference('suggestion') %] >- <li><a class="btn btn-link btn-lg" href="/cgi-bin/koha/opac-suggestions.pl?op=add&biblionumber=[% biblio.biblionumber | url %]"><i class="fa fa-fw fa-money"></i> New purchase suggestion for this title</a></li> >+ <li><a class="btn btn-link btn-lg" href="/cgi-bin/koha/opac-suggestions.pl?op=add&biblionumber=[% biblio.biblionumber | url %]"><i class="fa fa-fw fa-gift"></i> Suggest for purchase</a></li> > [% END %] > > [% IF ( OpacHighlightedWords && query_desc ) %] >-- >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 24344
:
96824
|
96828
| 97371