Bugzilla – Attachment 110295 Details for
Bug 14648
Batch remove reserve items
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14648: (QA follow-up) Terminology items-reserves delete-remove
Bug-14648-QA-follow-up-Terminology-items-reserves-.patch (text/plain), 2.71 KB, created by
Katrin Fischer
on 2020-09-17 20:37:03 UTC
(
hide
)
Description:
Bug 14648: (QA follow-up) Terminology items-reserves delete-remove
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-09-17 20:37:03 UTC
Size:
2.71 KB
patch
obsolete
>From 1aacd85cb6d1eaed8b08d9714a36a184d4913508 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Thu, 17 Sep 2020 09:34:57 +0000 >Subject: [PATCH] Bug 14648: (QA follow-up) Terminology items-reserves > delete-remove > >- As we have batch add reserves, we should also have batch remove reserves >- Delete items sounds a bit scary, removed items I think is a little better here > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../intranet-tmpl/prog/en/modules/course_reserves/batch_rm_items.tt | 4 ++-- > .../intranet-tmpl/prog/en/modules/course_reserves/course-reserves.tt | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_rm_items.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_rm_items.tt >index ecd3b8b150..39d61a95c8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_rm_items.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_rm_items.tt >@@ -1,7 +1,7 @@ > [% SET footerjs = 1 %] > > [% INCLUDE 'doc-head-open.inc' %] >-<title>Koha › Course reserves › Remove items</title> >+<title>Koha › Course reserves › Remove reserves</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > <body id="courses_rm_items" class="course"> >@@ -37,7 +37,7 @@ > [% IF action == 'display_results' %] > <h1>Results</h1> > >- <h3>Items deleted</h3> >+ <h3>Items removed</h3> > [% IF item_and_count > 0 %] > <p>The following items were removed from all courses:</p> > <ul> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-reserves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-reserves.tt >index c8fa816eef..fe3d7482ec 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-reserves.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-reserves.tt >@@ -26,7 +26,7 @@ > <a class="btn btn-default" id="new_course" href="/cgi-bin/koha/course_reserves/course.pl"><i class="fa fa-plus"></i> New course</a> > [% END %] > [% IF ( CAN_user_coursereserves_delete_reserves ) %] >- <a class="btn btn-default" id="batch_rm" href="/cgi-bin/koha/course_reserves/batch_rm_items.pl"><i class="fa fa-minus"></i> Batch remove items</a> >+ <a class="btn btn-default" id="batch_rm" href="/cgi-bin/koha/course_reserves/batch_rm_items.pl"><i class="fa fa-minus"></i> Batch remove reserves</a> > [% END %] > </div><!-- /toolbar --> > [% END %] >-- >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 14648
:
105190
|
105607
|
105609
|
105610
|
107043
|
110228
|
110293
|
110294
| 110295 |
110988