Bugzilla – Attachment 107905 Details for
Bug 25606
Adds "Remove all reserves" button to course details
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25606: (QA follow-up) Don't show remove all button if no reserves
Bug-25606-QA-follow-up-Dont-show-remove-all-button.patch (text/plain), 1.69 KB, created by
Nick Clemens (kidclamp)
on 2020-08-06 18:20:28 UTC
(
hide
)
Description:
Bug 25606: (QA follow-up) Don't show remove all button if no reserves
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2020-08-06 18:20:28 UTC
Size:
1.69 KB
patch
obsolete
>From 576551b4ca31b0a1e12d40c9bf7ba411440a804d Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 6 Aug 2020 18:19:58 +0000 >Subject: [PATCH] Bug 25606: (QA follow-up) Don't show remove all button if no > reserves > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > .../intranet-tmpl/prog/en/modules/course_reserves/course-details.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt >index 9173d9bc00..7e9855fa24 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt >@@ -36,7 +36,7 @@ > <a class="btn btn-default" id="add_items" href="/cgi-bin/koha/course_reserves/add_items.pl?course_id=[% course.course_id | html %]"><i class="fa fa-plus"></i> Add reserves</a> > <a class="btn btn-default" id="add_items" href="/cgi-bin/koha/course_reserves/batch_add_items.pl?course_id=[% course.course_id | html %]"><i class="fa fa-plus"></i> Batch add reserves</a> > [% END %] >- [% IF CAN_user_coursereserves_delete_reserves %] >+ [% IF CAN_user_coursereserves_delete_reserves && course_reserves %] > <a class="btn btn-default" id="rm_items" href="/cgi-bin/koha/course_reserves/course-details.pl?course_id=[% course.course_id | html %]&action=rm_all"><i class="fa fa-minus"></i> Remove all reserves</a> > [% END %] > [% IF ( CAN_user_coursereserves_manage_courses ) %] >-- >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 25606
:
105360
|
105494
|
107904
| 107905