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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-4 / +6 lines)
Lines 497-502 Link Here
497
                                    <div class="modal-dialog">
497
                                    <div class="modal-dialog">
498
                                        <div class="modal-content">
498
                                        <div class="modal-content">
499
                                            <form method="post" action="returns.pl" name="mainform" id="mainform">
499
                                            <form method="post" action="returns.pl" name="mainform" id="mainform">
500
501
                                                <input type="hidden" name="print_slip" value="0" />
502
500
                                                <div class="modal-header">
503
                                                <div class="modal-header">
501
                                                    <h3>
504
                                                    <h3>
502
                                                        Please return this item to [% Branches.GetName( returnbranch ) | html %]
505
                                                        Please return this item to [% Branches.GetName( returnbranch ) | html %]
Lines 551-556 Link Here
551
                                    <div class="modal-dialog">
554
                                    <div class="modal-dialog">
552
                                        <div class="modal-content">
555
                                        <div class="modal-content">
553
                                            <form method="post" action="returns.pl" class="confirm">
556
                                            <form method="post" action="returns.pl" class="confirm">
557
558
                                                <input type="hidden" name="print_slip" value="0" />
559
554
                                                <div class="modal-header">
560
                                                <div class="modal-header">
555
                                                    <h3>
561
                                                    <h3>
556
                                                        Hold found:
562
                                                        Hold found:
Lines 609-617 Link Here
609
                                                        <h4><strong>Hold at</strong> [% Branches.GetName( destbranch ) | html %]</h4>
615
                                                        <h4><strong>Hold at</strong> [% Branches.GetName( destbranch ) | html %]</h4>
610
                                                    [% END %]
616
                                                    [% END %]
611
617
612
                                                    <input type="hidden" name="print_slip" value="0" />
613
614
615
                                                    [% FOREACH inputloo IN inputloop %]
618
                                                    [% FOREACH inputloo IN inputloop %]
616
                                                        <input type="hidden" name="ri-[% inputloo.counter | html %]" value="[% inputloo.barcode | html %]" />
619
                                                        <input type="hidden" name="ri-[% inputloo.counter | html %]" value="[% inputloo.barcode | html %]" />
617
                                                        <input type="hidden" name="dd-[% inputloo.counter | html %]" value="[% inputloo.duedate | html %]" />
620
                                                        <input type="hidden" name="dd-[% inputloo.counter | html %]" value="[% inputloo.duedate | html %]" />
618
- 

Return to bug 24257