Bugzilla – Attachment 92151 Details for
Bug 23447
Fix capitalization and other minor edits on patron batch edit template
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23447: Fix capitalization and other minor edits on patron batch edit template
Bug-23447-Fix-capitalization-and-other-minor-edits.patch (text/plain), 4.28 KB, created by
Owen Leonard
on 2019-08-12 12:11:26 UTC
(
hide
)
Description:
Bug 23447: Fix capitalization and other minor edits on patron batch edit template
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2019-08-12 12:11:26 UTC
Size:
4.28 KB
patch
obsolete
>From 2ae85df651502ebf165a286c21d9c909eecb46fa Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sat, 10 Aug 2019 21:55:52 +0200 >Subject: [PATCH] Bug 23447: Fix capitalization and other minor edits on patron > batch edit template > >Just some small fixes: > >- Category => Patron category (more specific for translation) >- Attribute => Patron attribute >- Opac Note => OPAC note >- Add missing colons (:) after some of the labels > >To test: >- Find an existing cardnumber >- Go to Tools > Patron batch modification >- Use cardnumber in input field and continue >- Verify strings show as noted above >- Apply patch >- Repeat and verify strings have changed, everything still works > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../intranet-tmpl/prog/en/modules/tools/modborrowers.tt | 16 ++++++++-------- > 1 file changed, 8 insertions(+), 8 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt >index 01fba7512e7..539faa98b9d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt >@@ -140,7 +140,7 @@ > <th>Surname</th> > <th>First name</th> > <th>Library</th> >- <th>Category</th> >+ <th>Patron category</th> > <th>City</th> > <th>State</th> > <th>ZIP/Postal code</th> >@@ -148,7 +148,7 @@ > <th class="title-string">Registration date</th> > <th class="title-string">Expiry date</th> > <th>Circulation note</th> >- <th>Opac Note</th> >+ <th>OPAC note</th> > [% FOREACH attrh IN attributes_header %] > <th>[% attrh.attribute | html %]</th> > [% END %] >@@ -208,15 +208,15 @@ > [% CASE 'branchcode' %] > Library: > [% CASE 'categorycode' %] >- Category >+ Patron category: > [% CASE 'city' %] >- City >+ City: > [% CASE 'state' %] >- State >+ State: > [% CASE 'zipcode' %] >- ZIP/Postal code >+ ZIP/Postal code: > [% CASE 'country' %] >- Country >+ Country: > [% CASE 'sort1' %] > Sort 1: > [% CASE 'sort2' %] >@@ -259,7 +259,7 @@ > [% END %] > [% IF ( patron_attributes_codes ) %] > <li class="attributes"> >- <label style="width:auto;">Attribute: >+ <label style="width:auto;">Patron attribute: > <select name="patron_attributes"> > <option value=""></option> > [% FOREACH pac IN patron_attributes_codes %] >-- >2.11.0
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 23447
:
92139
|
92151
|
92272
|
93209