Bugzilla – Attachment 19754 Details for
Bug 7295
list of librarian managing a basket
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7295 [follow-up] More granular permissions for baskets
Bug-7295-follow-up-More-granular-permissions-for-b.patch (text/plain), 1.11 KB, created by
Julian Maurice
on 2013-07-18 09:05:21 UTC
(
hide
)
Description:
Bug 7295 [follow-up] More granular permissions for baskets
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2013-07-18 09:05:21 UTC
Size:
1.11 KB
patch
obsolete
>From 3222aadf081fb542ade1123b7059a7a56c5fe6f1 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Thu, 18 Jul 2013 11:04:08 +0200 >Subject: [PATCH] Bug 7295 [follow-up] More granular permissions for baskets > >Replace simple-quoted string by double-quoted string >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >index 8b15f32..6da54d2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >@@ -135,7 +135,7 @@ > $("#basketusers_ids").val(ids.join(':')); > var li = '<li id="user_'+borrowernumber+'">'+borrowername > + ' [<a style="cursor:pointer" onclick="del_basket_user('+borrowernumber+');">' >- + _('Delete user') + '</a>]</li>'; >+ + _("Delete user") + '</a>]</li>'; > $("#basketusers_names").append(li); > return 0; > } >-- >1.7.10.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 7295
:
9309
|
9943
|
10227
|
10885
|
10886
|
11282
|
11283
|
13210
|
13211
|
14515
|
14516
|
16398
|
16399
|
16474
|
16497
|
16498
|
17358
|
17359
|
17360
|
17361
|
17706
|
17707
|
17708
|
18338
|
18339
|
18340
|
19751
|
19752
|
19753
|
19754
|
20769
|
20770
|
20771