View | Details | Raw Unified | Return to bug 29762
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt (-3 / +2 lines)
Lines 223-229 Link Here
223
                                                <th>ZIP/Postal code</th>
223
                                                <th>ZIP/Postal code</th>
224
                                                <th>Country</th>
224
                                                <th>Country</th>
225
                                                <th>Primary email</th>
225
                                                <th>Primary email</th>
226
                                                <th>Phone</th>
226
                                                <th>Primary phone</th>
227
                                                <th>Other phone</th>
227
                                                <th>Other phone</th>
228
                                                <th>Registration date</th>
228
                                                <th>Registration date</th>
229
                                                <th>Expiry date</th>
229
                                                <th>Expiry date</th>
Lines 320-326 Link Here
320
                                                [% CASE 'zipcode' %]<span>ZIP/Postal code:</span>
320
                                                [% CASE 'zipcode' %]<span>ZIP/Postal code:</span>
321
                                                [% CASE 'country' %]<span>Country:</span>
321
                                                [% CASE 'country' %]<span>Country:</span>
322
                                                [% CASE 'email' %]<span>Primary email:</span>
322
                                                [% CASE 'email' %]<span>Primary email:</span>
323
                                                [% CASE 'phone' %]<span>Phone:</span>
323
                                                [% CASE 'phone' %]<span>Primary phone:</span>
324
                                                [% CASE 'mobile' %]<span>Other phone:</span>
324
                                                [% CASE 'mobile' %]<span>Other phone:</span>
325
                                                [% CASE 'sort1' %]<span>Sort 1:</span>
325
                                                [% CASE 'sort1' %]<span>Sort 1:</span>
326
                                                [% CASE 'sort2' %]<span>Sort 2:</span>
326
                                                [% CASE 'sort2' %]<span>Sort 2:</span>
327
- 

Return to bug 29762