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> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
parent
7e35c3d14b
commit
2cfc7c4c28
1 changed files with 8 additions and 8 deletions
|
@ -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>
|
||||
<th>Restriction expiration</th>
|
||||
<th>Restriction comment</th>
|
||||
[% FOREACH attrh IN attributes_header %]
|
||||
|
@ -212,15 +212,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' %]
|
||||
|
@ -267,7 +267,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 %]
|
||||
|
|
Loading…
Reference in a new issue