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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-12 / +5 lines)
Lines 164-172 Link Here
164
                                        [% FOREACH rc IN ReturnClaims %]
164
                                        [% FOREACH rc IN ReturnClaims %]
165
                                            [% SET patron = rc.patron %]
165
                                            [% SET patron = rc.patron %]
166
                                            <li>
166
                                            <li>
167
                                                <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]">
167
                                                [% INCLUDE 'patron-title.inc' hide_patron_infos_if_needed=1 invert_name=1 %]
168
                                                    [% patron.firstname | html %] [% patron.surname | html %]
169
                                                </a>
170
                                            </li>
168
                                            </li>
171
                                        [% END %]
169
                                        [% END %]
172
                                    </ul>
170
                                    </ul>
Lines 185-193 Link Here
185
                            [% IF return_date_was_overriden && Borrowers.IsDebarred( borrower ) %]
183
                            [% IF return_date_was_overriden && Borrowers.IsDebarred( borrower ) %]
186
                                <div id="restricted_backdated" class="dialog message">
184
                                <div id="restricted_backdated" class="dialog message">
187
                                    <h3>
185
                                    <h3>
188
                                        <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]">
186
                                        [% INCLUDE 'patron-title.inc' hide_patron_infos_if_needed=1 invert_name=1 %]
189
                                            [% patron.firstname | html %] [% patron.surname | html %]
190
                                        </a>
191
                                        is restricted. Please verify this patron should still be restricted.
187
                                        is restricted. Please verify this patron should still be restricted.
192
                                    </h3>
188
                                    </h3>
193
                                </div>
189
                                </div>
Lines 419-425 Link Here
419
                                                    <h4>Hold for:</h4>
415
                                                    <h4>Hold for:</h4>
420
                                                    <ul>
416
                                                    <ul>
421
                                                        <li>
417
                                                        <li>
422
                                                            [% INCLUDE 'patron-title.inc' patron=patron hide_patron_infos_if_needed=1 link_to="circulation_reserves" %]
418
                                                            [% INCLUDE 'patron-title.inc' patron=patron hide_patron_infos_if_needed=1 invert_name=1 link_to="circulation_reserves" %]
423
                                                            <span class="patron-category"> - [% patron.category.description | html %]</span>
419
                                                            <span class="patron-category"> - [% patron.category.description | html %]</span>
424
                                                        </li>
420
                                                        </li>
425
                                                        [% INCLUDE display_holdpatron_address %]
421
                                                        [% INCLUDE display_holdpatron_address %]
Lines 577-583 Link Here
577
                                                    <h5>Hold for:</h5>
573
                                                    <h5>Hold for:</h5>
578
                                                    <ul>
574
                                                    <ul>
579
                                                        <li>
575
                                                        <li>
580
                                                            [% INCLUDE 'patron-title.inc' patron=patron hide_patron_infos_if_needed=1 link_to="circulation_reserves" %]
576
                                                            [% INCLUDE 'patron-title.inc' patron=patron hide_patron_infos_if_needed=1 invert_name=1 link_to="circulation_reserves" %]
581
                                                            <span class="patron-category"> - [% patron.category.description | html %]</span>
577
                                                            <span class="patron-category"> - [% patron.category.description | html %]</span>
582
                                                        </li>
578
                                                        </li>
583
579
Lines 855-863 Link Here
855
                                        </td>
851
                                        </td>
856
                                        <td class="ci-patron">
852
                                        <td class="ci-patron">
857
                                            [% IF ( riloo.duedate ) %]
853
                                            [% IF ( riloo.duedate ) %]
858
                                                <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% riloo.patron.borrowernumber | uri %]">
854
                                                [% INCLUDE 'patron-title.inc' patron=riloo.patron hide_patron_infos_if_needed=1 invert_name=1 %]
859
                                                    [% riloo.patron.surname | html %], [% riloo.patron.firstname | html %] ([% riloo.patron.category.description | html %])
860
                                                </a>
861
                                                [% IF riloo.borissuescount %]
855
                                                [% IF riloo.borissuescount %]
862
                                                    <span class="results_summary nowrap">
856
                                                    <span class="results_summary nowrap">
863
                                                        <span class="label">Checkouts:</span>
857
                                                        <span class="label">Checkouts:</span>
864
- 

Return to bug 23433