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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-15 / +8 lines)
Lines 57-70 Link Here
57
57
58
                        [% BLOCK all_checkin_messages %]
58
                        [% BLOCK all_checkin_messages %]
59
                            [% IF hold_auto_filled %]
59
                            [% IF hold_auto_filled %]
60
                                <div class="dialog alert hold-auto-filled">
60
                                <div class="dialog message hold-auto-filled">
61
                                    [% IF ( reservenotes ) %]
61
                                    [% IF ( reservenotes ) %]
62
                                        <h4>Notes: [% reservenotes | html %]</h4>
62
                                        <h4>Notes: [% reservenotes | html %]</h4>
63
                                    [% END %]
63
                                    [% END %]
64
                                    <h3>Hold filled for:</h3>
64
                                    <h3>Hold filled for:</h3>
65
                                    <ul>
65
                                    <ul>
66
                                        <li>
66
                                        <li>
67
                                            [% INCLUDE 'patron-title.inc' patron=patron %]
67
                                            [% INCLUDE 'patron-title.inc' patron=patron hide_patron_infos_if_needed=1 invert_name=1 %]
68
                                            <span class="patron-category"> - [% patron.category.description | html %]</span>
68
                                            <span class="patron-category"> - [% patron.category.description | html %]</span>
69
                                        </li>
69
                                        </li>
70
70
Lines 163-171 Link Here
163
                                        [% FOREACH rc IN ReturnClaims %]
163
                                        [% FOREACH rc IN ReturnClaims %]
164
                                            [% SET patron = rc.patron %]
164
                                            [% SET patron = rc.patron %]
165
                                            <li>
165
                                            <li>
166
                                                <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]">
166
                                                [% INCLUDE 'patron-title.inc' hide_patron_infos_if_needed=1 invert_name=1 %]
167
                                                    [% patron.firstname | html %] [% patron.surname | html %]
168
                                                </a>
169
                                            </li>
167
                                            </li>
170
                                        [% END %]
168
                                        [% END %]
171
                                    </ul>
169
                                    </ul>
Lines 175-181 Link Here
175
                            <!-- Patron has waiting holds -->
173
                            <!-- Patron has waiting holds -->
176
                            [% IF ( waiting_holds ) %]
174
                            [% IF ( waiting_holds ) %]
177
                                <div id="awaiting-pickup" class="dialog message">
175
                                <div id="awaiting-pickup" class="dialog message">
178
                                    <h3>[% holdsfirstname | html %] [% holdssurname | html %] has [% waiting_holds | html %] hold(s) waiting for pickup.</h3>
176
                                    <h3>[% INCLUDE 'patron-title.inc' patron=issue.patron hide_patron_infos_if_needed=1 invert_name=1 %] has [% waiting_holds | html %] hold(s) waiting for pickup.</h3>
179
                                    <p><a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% holdsborrowernumber | uri %]">Check out to this patron</a>.</p>
177
                                    <p><a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% holdsborrowernumber | uri %]">Check out to this patron</a>.</p>
180
                                </div>
178
                                </div>
181
                            [% END %]
179
                            [% END %]
Lines 184-192 Link Here
184
                            [% IF return_date_was_overriden && issue.patron.is_debarred %]
182
                            [% IF return_date_was_overriden && issue.patron.is_debarred %]
185
                                <div id="restricted_backdated" class="dialog message">
183
                                <div id="restricted_backdated" class="dialog message">
186
                                    <h3>
184
                                    <h3>
187
                                        <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% issue.patron.borrowernumber | uri %]">
185
                                        [% INCLUDE 'patron-title.inc' patron=issue.patron hide_patron_infos_if_needed=1 invert_name=1 %]
188
                                            [% issue.patron.firstname | html %] [% issue.patron.surname | html %]
189
                                        </a>
190
                                        is restricted. Please verify this patron should still be restricted.
186
                                        is restricted. Please verify this patron should still be restricted.
191
                                    </h3>
187
                                    </h3>
192
                                </div>
188
                                </div>
Lines 418-424 Link Here
418
                                                    <h4>Hold for:</h4>
414
                                                    <h4>Hold for:</h4>
419
                                                    <ul>
415
                                                    <ul>
420
                                                        <li>
416
                                                        <li>
421
                                                            [% INCLUDE 'patron-title.inc' patron=patron hide_patron_infos_if_needed=1 link_to="circulation_reserves" %]
417
                                                            [% INCLUDE 'patron-title.inc' patron=patron hide_patron_infos_if_needed=1 invert_name=1 link_to="circulation_reserves" %]
422
                                                            <span class="patron-category"> - [% patron.category.description | html %]</span>
418
                                                            <span class="patron-category"> - [% patron.category.description | html %]</span>
423
                                                        </li>
419
                                                        </li>
424
                                                        [% INCLUDE display_holdpatron_address %]
420
                                                        [% 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