Bugzilla – Attachment 20771 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.16 KB, created by
Chris Cormack
on 2013-09-04 09:18:47 UTC
(
hide
)
Description:
Bug 7295 [follow-up] More granular permissions for baskets
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2013-09-04 09:18:47 UTC
Size:
1.16 KB
patch
obsolete
>From 3c5d9f461188731ab059597102b2fcf5c244fa40 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 > >Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> >--- > 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 01654bf..0bdd92b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >@@ -140,7 +140,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.8.4.rc2
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