Bugzilla – Attachment 8267 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]
Bug 7310 Part 9: followup for warnings in nothingdeleted and somedeleted in staff client
0009-Bug-7310-Followup-Warnings-for-nothingdeleted-and-so.patch (text/plain), 1.63 KB, created by
Ian Walls
on 2012-03-19 12:03:01 UTC
(
hide
)
Description:
Bug 7310 Part 9: followup for warnings in nothingdeleted and somedeleted in staff client
Filename:
MIME Type:
Creator:
Ian Walls
Created:
2012-03-19 12:03:01 UTC
Size:
1.63 KB
patch
obsolete
>From 6cb8159e962992c810d120eda4e346ac6403ff86 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 9/9] Bug 7310 Followup: Warnings for nothingdeleted and somedeleted for staff client. > >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. > >Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com> >Signed-off-by: Ian Walls <koha.sekjal@gmail.com> >--- > .../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.7.0.4 >
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