Bugzilla – Attachment 36563 Details for
Bug 13771
Koha 3.18 Help Files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13741: "No fund found" is not translatable
Bug-13741-No-fund-found-is-not-translatable.patch (text/plain), 1.45 KB, created by
Biblibre Sandboxes
on 2015-03-05 11:09:31 UTC
(
hide
)
Description:
Bug 13741: "No fund found" is not translatable
Filename:
MIME Type:
Creator:
Biblibre Sandboxes
Created:
2015-03-05 11:09:31 UTC
Size:
1.45 KB
patch
obsolete
>From a7ee34c9bcfe7e396bc967822f52bed39c1619c7 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Sat, 21 Feb 2015 20:52:02 +0100 >Subject: [PATCH] Bug 13741: "No fund found" is not translatable > >The string "No fund found" on the funds overview page is >not translatable. > >To test: >- Create a new budget >- Check for the string on the funds page of the new budget >- Run an update on one of the po file sets > cd misc/translator > perl translate update <langcode> >- Verify that the string now appars in the po file for staff >- Verify the page still looks the same as before the patch > >Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com> > >http://bugs.koha-community.org/show_bug.cgi?id=13771 >--- > 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 433c7b9..3eb178b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt >@@ -419,7 +419,7 @@ var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget") > </table> > > [% ELSE %] >- No fund found >+ <p>No fund found</p> > [% END %] > > [% END %] <!-- list --> >-- >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 13771
:
36267
|
36268
|
36269
|
36305
|
36319
|
36320
|
36325
|
36361
|
36375
|
36456
|
36500
|
36503
|
36547
|
36550
|
36551
|
36560
|
36561
|
36562
|
36563
|
36564
|
36565
|
36708
|
36709
|
36710
|
36711
|
36712
|
36713