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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/request.tt (-1 / +1 lines)
Lines 29-34 Link Here
29
        [% IF recalls.count %]
29
        [% IF recalls.count %]
30
            <form method="post" action="/cgi-bin/koha/recalls/request.pl">
30
            <form method="post" action="/cgi-bin/koha/recalls/request.pl">
31
                <input type="hidden" name="op" value="cancel_multiple_recalls">
31
                <input type="hidden" name="op" value="cancel_multiple_recalls">
32
                <input type="hidden" name="biblionumber" value="[% biblio.biblionumber | html %]">
32
                <input type="checkbox" id="select_all"> <span id="select_all_text">Select all</span>
33
                <input type="checkbox" id="select_all"> <span id="select_all_text">Select all</span>
33
                [% INCLUDE 'recalls.inc' %]
34
                [% INCLUDE 'recalls.inc' %]
34
                <fieldset class="action">
35
                <fieldset class="action">
35
- 

Return to bug 30944