Bugzilla – Attachment 30565 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]
[SIGNED OFF] Bug 12699 - Capitalization: All Libraries in pull down on news tool page
SIGNED-OFF-Bug-12699---Capitalization-All-Librarie.patch (text/plain), 2.95 KB, created by
Nick Clemens (kidclamp)
on 2014-08-07 07:01:40 UTC
(
hide
)
Description:
[SIGNED OFF] Bug 12699 - Capitalization: All Libraries in pull down on news tool page
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2014-08-07 07:01:40 UTC
Size:
2.95 KB
patch
obsolete
>From 4a9518bc91b21711d0be0681288a9581b3109a35 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Mon, 21 Jul 2014 12:25:21 +0200 >Subject: [PATCH] [SIGNED OFF] Bug 12699 - Capitalization: All Libraries in > pull down on news tool page > >To test, got to tools > news >- In pulldown and in table, "All Libraries" should now read "All libraries" >- Create additonal news for "All libraries". Pull down in form should read "All libraries" as well >- Make sure that news for "All libraries" diesplay correctly where they should (in OPAC and Staff client) > >Signed-off-by: Nick Clemens <nick@quecheelibrary.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt | 10 +++++----- > 1 file changed, 5 insertions(+), 5 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..e65f32b 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 >@@ -105,9 +105,9 @@ Edit news item[% ELSE %]Add news item[% END %][% ELSE %]News[% END %]</div> > <label for="branch">Library: </label> > <select id="branch" name="branch"> > [% IF ( new_detail.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 == new_detail.branchcode ) %] >@@ -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 ) %] >@@ -232,7 +232,7 @@ Edit news item[% ELSE %]Add news item[% END %][% ELSE %]News[% END %]</div> > [% END %] > </td> > <td>[% IF ( opac_new.branchcode == "" ) -%] >- All Libraries >+ All libraries > [% ELSE %][% opac_new.branchname %] > [% END %]</td> > <td>[% opac_new.number %]</td> >-- >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