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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-7 / +6 lines)
Lines 937-943 Link Here
937
937
938
                        [% IF ( execute ) %]
938
                        [% IF ( execute ) %]
939
                            [% UNLESS ( errors ) %]
939
                            [% UNLESS ( errors ) %]
940
                                <form method="post" enctype="multipart/form-data" action="/cgi-bin/koha/tools/batch_record_modification.pl" id="batch_record_modification">
940
                                <form method="post" enctype="multipart/form-data" action="/cgi-bin/koha/tools/batch_record_modification.pl" id="batch_record_modification" target="_blank">
941
                                    <input type="hidden" name="recordtype" value="biblio" />
941
                                    <input type="hidden" name="recordtype" value="biblio" />
942
                                    <input type="hidden" name="op" value="list" />
942
                                    <input type="hidden" name="op" value="list" />
943
                                    [% # Preserve the whitespace of the following textarea in order to format the values correctly %]
943
                                    [% # Preserve the whitespace of the following textarea in order to format the values correctly %]
Lines 946-952 Link Here
946
                                    </textarea>
946
                                    </textarea>
947
                                </form>
947
                                </form>
948
948
949
                                <form method="POST" action="/cgi-bin/koha/tools/batch_delete_records.pl" id="batch_record_deletion">
949
                                <form method="POST" action="/cgi-bin/koha/tools/batch_delete_records.pl" id="batch_record_deletion" target="_blank">
950
                                    <input type="hidden" name="recordtype" value="biblio" />
950
                                    <input type="hidden" name="recordtype" value="biblio" />
951
                                    <input type="hidden" name="op" value="list" />
951
                                    <input type="hidden" name="op" value="list" />
952
                                    [% # Preserve the whitespace of the following textarea in order to format the values correctly %]
952
                                    [% # Preserve the whitespace of the following textarea in order to format the values correctly %]
Lines 955-961 Link Here
955
                                    </textarea>
955
                                    </textarea>
956
                                </form>
956
                                </form>
957
957
958
                                <form method="POST" action="/cgi-bin/koha/tools/batchMod.pl" id="batch_item_modification">
958
                                <form method="POST" action="/cgi-bin/koha/tools/batchMod.pl" id="batch_item_modification" target="_blank">
959
                                    <input type="hidden" name="op" value="show" />
959
                                    <input type="hidden" name="op" value="show" />
960
                                    [% FOREACH result IN results %]
960
                                    [% FOREACH result IN results %]
961
                                        [% FOREACH cells IN result.cells %]
961
                                        [% FOREACH cells IN result.cells %]
Lines 970-976 Link Here
970
                                    [% END %]
970
                                    [% END %]
971
                                </form>
971
                                </form>
972
972
973
                                <form method="POST" action="/cgi-bin/koha/tools/batchMod.pl" id="batch_item_deletion">
973
                                <form method="POST" action="/cgi-bin/koha/tools/batchMod.pl" id="batch_item_deletion" target="_blank">
974
                                    <input type="hidden" name="op" value="show" />
974
                                    <input type="hidden" name="op" value="show" />
975
                                    <input type="hidden" name="del" value="1" />
975
                                    <input type="hidden" name="del" value="1" />
976
                                    [% FOREACH result IN results %]
976
                                    [% FOREACH result IN results %]
Lines 986-992 Link Here
986
                                    [% END %]
986
                                    [% END %]
987
                                </form>
987
                                </form>
988
988
989
                                <form method="get" action="/cgi-bin/koha/virtualshelves/addbybiblionumber.pl" id="batch_add_to_list">
989
                                <form method="get" action="/cgi-bin/koha/virtualshelves/addbybiblionumber.pl" id="batch_add_to_list" target="_blank">
990
                                    [% FOREACH result IN results %]
990
                                    [% FOREACH result IN results %]
991
                                        [% FOREACH cells IN result.cells %]
991
                                        [% FOREACH cells IN result.cells %]
992
                                            [% place = loop.index %]
992
                                            [% place = loop.index %]
Lines 1000-1006 Link Here
1000
                                    [% END %]
1000
                                    [% END %]
1001
                                </form>
1001
                                </form>
1002
1002
1003
                                <form method="POST" action="/cgi-bin/koha/tools/modborrowers.pl" id="batch_patron_modification">
1003
                                <form method="POST" action="/cgi-bin/koha/tools/modborrowers.pl" id="batch_patron_modification" target="_blank">
1004
                                    <input type="hidden" name="op" value="show" />
1004
                                    <input type="hidden" name="op" value="show" />
1005
                                    [% # Preserve the whitespace of the following textarea in order to format the values correctly %]
1005
                                    [% # Preserve the whitespace of the following textarea in order to format the values correctly %]
1006
                                    <textarea style="display:none" name="cardnumberlist" id="cardnumberlist">
1006
                                    <textarea style="display:none" name="cardnumberlist" id="cardnumberlist">
1007
- 

Return to bug 33713