Bugzilla – Attachment 28098 Details for
Bug 12106
Capitalization: Patron Attributes on tools/patron import
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12106 - Capitalization: Patron Attributes on tools/patron import
Bug-12106---Capitalization-Patron-Attributes-on-to.patch (text/plain), 2.12 KB, created by
Jonathan Druart
on 2014-05-08 14:27:46 UTC
(
hide
)
Description:
Bug 12106 - Capitalization: Patron Attributes on tools/patron import
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-05-08 14:27:46 UTC
Size:
2.12 KB
patch
obsolete
>From 30bb74f004cf189869f8d6f20b7fc96b7bab6223 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 2 May 2014 14:33:54 -0400 >Subject: [PATCH] Bug 12106 - Capitalization: Patron Attributes on > tools/patron import >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >There are three instances of incorrectly-capitalized "Patron Attributes" >on the patron import page. This patch corrects them. > >To test, view the patron import page (Tools -> Import patrons). Confirm >that instances of the phrase "patron attributes" in the bottom-most >fieldset are correctly capitalized. > >Followed test plan, works >Signed-off-by: Marc Véron <veron@veron.ch> > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > .../intranet-tmpl/prog/en/modules/tools/import_borrowers.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt >index 1ed23d0..894dc2a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt >@@ -131,12 +131,12 @@ > </fieldset> > [% IF ( ExtendedPatronAttributes ) %] > <fieldset class="rows"> >- <legend>Patron Attributes</legend> >+ <legend>Patron attributes</legend> > <ol><li class="radio"> >- <input type="radio" id="ext_preserve_0" name="ext_preserve" value="0" checked="checked" /><label for="ext_preserve_0">Replace all Patron Attributes</label> >+ <input type="radio" id="ext_preserve_0" name="ext_preserve" value="0" checked="checked" /><label for="ext_preserve_0">Replace all patron attributes</label> > </li> > <li class="radio"> >- <input type="radio" id="ext_preserve_1" name="ext_preserve" value="1" /><label for="ext_preserve_1">Replace only included Patron Attributes</label> >+ <input type="radio" id="ext_preserve_1" name="ext_preserve" value="1" /><label for="ext_preserve_1">Replace only included patron attributes</label> > </li> > </ol> > </fieldset> >-- >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 12106
:
27921
|
27926
| 28098