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>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Katrin Fischer 2020-09-17 09:34:57 +00:00 committed by Jonathan Druart
parent 02f65c8925
commit 04c499b11d
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
[% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Course reserves &rsaquo; Remove items</title>
<title>Koha &rsaquo; Course reserves &rsaquo; 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>

View file

@ -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 %]