From 96b3a685eca302076ce6db9a082878536187c018 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Thu, 23 Feb 2012 14:36:54 +0100 Subject: [PATCH] 7310 Followup: Warnings for nothingdeleted and somedeleted for staff client. Content-Type: text/plain; charset="utf-8" Test this patch by trying to delete items from a public list that someone else created (so you do not have sufficient permissions). Check the warning. --- .../prog/en/modules/virtualshelves/shelves.tt | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt index 389ce2b..0eb0d02 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt @@ -146,7 +146,13 @@ function placeHold () { [% END %] [% IF ( paramsloo.duplicatebiblio ) %]
A record matching barcode [% paramsloo.duplicatebiblio %] has already been added.
- [% END %] + [% END %] + [% IF ( paramsloo.nothingdeleted) %] +
Warning: You could not delete any selected items from this shelf.
+ [% END %] + [% IF ( paramsloo.somedeleted) %] +
Warning: You could not delete all selected items from this shelf.
+ [% END %] [% END %] -- 1.6.0.6