Bugzilla – Attachment 24700 Details for
Bug 11608
don't need the word 'library' on funds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11608: Remove the word 'library' from funds list
Bug-11608-Remove-the-word-library-from-funds-list.patch (text/plain), 1.62 KB, created by
Jonathan Druart
on 2014-01-24 15:04:47 UTC
(
hide
)
Description:
Bug 11608: Remove the word 'library' from funds list
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-01-24 15:04:47 UTC
Size:
1.62 KB
patch
obsolete
>From 33964545588504594d349aa16ec878c3e7d90021 Mon Sep 17 00:00:00 2001 >From: "Nicole C. Engard" <nengard@bywatersolutions.com> >Date: Fri, 24 Jan 2014 08:34:27 -0600 >Subject: [PATCH] Bug 11608: Remove the word 'library' from funds list > >The list of funds on the main acq page shows the library's name >followed by the word 'library'. I don't think this word is necessary >as most libraries have the word 'library' in their names. Even >if they don't they probably just want their library name to show >without extra words. > >To test: > >* Visit the acquisitions module before applying >* See the library's name + 'library' above the funds list >* Apply patch >* Look again at funds list and 'library' should be gone > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt >index 4fabffe..c275bf8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt >@@ -98,7 +98,7 @@ $(document).ready(function() { > > [% IF ( loop_budget ) %] > >- <h3>All available funds[% IF ( branchname ) %] for [% branchname %] library[% END %]</h3> >+ <h3>All available funds[% IF ( branchname ) %] for [% branchname %] [% END %]</h3> > > <!-- <a href="/cgi-bin/koha/admin/aqbookfund.pl" title="[ Manage funds ]">[ Manage ]</a> > <a href="/cgi-bin/koha/admin/budgetperiods.pl">manage budgets</a><br><br> --> >-- >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 11608
:
24694
|
24695
|
24700
|
24701
|
24702
|
24727
|
24728