Bugzilla – Attachment 71224 Details for
Bug 20109
Allow translating "Remove" in Add Fund
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20109: (follow-up) Use double quote instead of simple-quote
Bug-20109-follow-up-Use-double-quote-instead-of-si.patch (text/plain), 1.35 KB, created by
Jonathan Druart
on 2018-02-05 12:56:16 UTC
(
hide
)
Description:
Bug 20109: (follow-up) Use double quote instead of simple-quote
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-02-05 12:56:16 UTC
Size:
1.35 KB
patch
obsolete
>From 1e2f88990da0747ea7164b98060fb82bac24670f Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 5 Feb 2018 09:55:50 -0300 >Subject: [PATCH] Bug 20109: (follow-up) Use double quote instead of > simple-quote > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt >index 3e57f51f2c..60d19da507 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt >@@ -491,7 +491,7 @@ > var li = '<li id="user_' + borrowernumber + '">' > + '<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=' > + borrowernumber + '">' + borrowername + '</a> ' >- + ' • <a data-borrowernumber=" + borrowernumber +" class="del_user" href="#"><i class="fa fa-trash"></i> '+_('Remove')+'</a> ' >+ + ' • <a data-borrowernumber=" + borrowernumber +" class="del_user" href="#"><i class="fa fa-trash"></i> '+_("Remove")+'</a> ' > + '</li>'; > $("#budget_users").prepend(li); > ids.push(borrowernumber); >-- >2.11.0
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 20109
:
71079
|
71088
|
71170
| 71224