Bugzilla – Attachment 152687 Details for
Bug 33999
Subscription details link on bibliographic detail page should have permission check
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33999: (follow-up) Use link-styled button
Bug-33999-follow-up-Use-link-styled-button.patch (text/plain), 1.19 KB, created by
Owen Leonard
on 2023-06-26 14:07:34 UTC
(
hide
)
Description:
Bug 33999: (follow-up) Use link-styled button
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2023-06-26 14:07:34 UTC
Size:
1.19 KB
patch
obsolete
>From 5458b139a05a3a20c4c1920a715b30dc869c62b4 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 26 Jun 2023 14:04:23 +0000 >Subject: [PATCH] Bug 33999: (follow-up) Use link-styled button > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >index c4b4e9d3b8..9d81275c6c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -812,7 +812,7 @@ > [% END %] > [% IF ( CAN_user_serials ) %] > <p> >- <a class="btn btn-default" href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% subscription.subscriptionid | uri %]">Subscription details</a> >+ <a class="btn btn-link" href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% subscription.subscriptionid | uri %]"><i class="fa fa-list" aria-hidden="true"></i> Subscription details</a> > </p> > [% END %] > [% END %] >-- >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 33999
:
152314
|
152320
|
152687
|
152977
|
152978