Bugzilla – Attachment 30513 Details for
Bug 12699
Capitalization: All Libraries in pull down on news tool page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12699 - Capitalization: All Libraries in pull down on news tool page
Bug-12699---Capitalization-All-Libraries-in-pull-d.patch (text/plain), 1.44 KB, created by
Marc Véron
on 2014-08-03 10:24:28 UTC
(
hide
)
Description:
Bug 12699 - Capitalization: All Libraries in pull down on news tool page
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2014-08-03 10:24:28 UTC
Size:
1.44 KB
patch
obsolete
>From 8c7e3cb40c20966ee229a94e783e519da4682186 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Mon, 21 Jul 2014 11:29:04 +0200 >Subject: [PATCH] Bug 12699 - Capitalization: All Libraries in pull down on > news tool page > >To test, go to tools > news and verify that in pull down 'All Libraries' now reads 'All libraries' >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt >index f7de1fe..853c4f7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt >@@ -178,9 +178,9 @@ Edit news item[% ELSE %]Add news item[% END %][% ELSE %]News[% END %]</div> > <label for="branch">Library: </label> > <select id="branch" name="branch"> > [% IF ( branchcode == "" ) %] >- <option value="" selected>All Libraries</option> >+ <option value="" selected>All libraries</option> > [% ELSE %] >- <option value="" >All Libraries</option> >+ <option value="" >All libraries</option> > [% END %] > [% FOREACH branch_item IN branch_list %] > [% IF ( branch_item.value.branchcode == branchcode ) %] >-- >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 12699
:
30513
|
30514
|
30565
|
30569