Bugzilla – Attachment 152978 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.25 KB, created by
Martin Renvoize (ashimema)
on 2023-07-03 13:56:02 UTC
(
hide
)
Description:
Bug 33999: (follow-up) Use link-styled button
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-07-03 13:56:02 UTC
Size:
1.25 KB
patch
obsolete
>From 1a8c4296081295c2c64eca57d7480a3686b316a8 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 > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > 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.41.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 33999
:
152314
|
152320
|
152687
|
152977
| 152978