Bugzilla – Attachment 7828 Details for
Bug 7310
Improving permissions on lists (virtual shelves)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PATCH 7]Followup for warnings on somedeleted and nothingdeleted in staff client.
patch.txt (text/plain), 1.55 KB, created by
Marcel de Rooy
on 2012-02-23 13:45:52 UTC
(
hide
)
Description:
[PATCH 7]Followup for warnings on somedeleted and nothingdeleted in staff client.
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2012-02-23 13:45:52 UTC
Size:
1.55 KB
patch
obsolete
>From 96b3a685eca302076ce6db9a082878536187c018 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >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 ) %] > <div class="dialog alert">A record matching barcode <b>[% paramsloo.duplicatebiblio %]</b> has already been added.</div> >- [% END %] >+ [% END %] >+ [% IF ( paramsloo.nothingdeleted) %] >+ <div class="dialog message">Warning: You could not delete any selected items from this shelf.</div> >+ [% END %] >+ [% IF ( paramsloo.somedeleted) %] >+ <div class="dialog message">Warning: You could not delete all selected items from this shelf.</div> >+ [% END %] > </div> > </div> > [% END %] >-- >1.6.0.6 >
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 7310
:
7092
|
7678
|
7679
|
7680
|
7681
|
7682
|
7769
|
7819
|
7820
|
7821
|
7823
|
7824
|
7825
|
7828
|
7873
|
7874
|
7875
|
7876
|
7877
|
7878
|
7879
|
7909
|
7910
|
7925
|
7926
|
7939
|
7940
|
7942
|
7953
|
8006
|
8007
|
8008
|
8009
|
8259
|
8260
|
8261
|
8262
|
8263
|
8264
|
8265
|
8266
|
8267
|
8410
|
8411
|
8412
|
8467
|
8519