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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt (-3 / +2 lines)
Lines 71-77 Link Here
71
                    <form action="/cgi-bin/koha/acqui/addorderiso2709.pl" method="post" id="Aform">
71
                    <form action="/cgi-bin/koha/acqui/addorderiso2709.pl" method="post" id="Aform">
72
                        [% WRAPPER tabs id= "tabs" %]
72
                        [% WRAPPER tabs id= "tabs" %]
73
                            [% WRAPPER tabs_nav %]
73
                            [% WRAPPER tabs_nav %]
74
                                [% WRAPPER tab_item tabname= "records_to_import" active= 1 %] Select to import [% END %]
74
                                [% WRAPPER tab_item tabname= "records_to_import" bt_active= 1 %] Select to import [% END %]
75
                                [% IF items %]
75
                                [% IF items %]
76
                                    [% WRAPPER tab_item tabname= "items_info" %] Item information [% END %]
76
                                    [% WRAPPER tab_item tabname= "items_info" %] Item information [% END %]
77
                                [% END %]
77
                                [% END %]
Lines 79-85 Link Here
79
                            [% END %]
79
                            [% END %]
80
80
81
                            [% WRAPPER tab_panels %]
81
                            [% WRAPPER tab_panels %]
82
                                [% WRAPPER tab_panel tabname= "records_to_import" active= 1 %]
82
                                [% WRAPPER tab_panel tabname= "records_to_import" bt_active= 1 %]
83
                                    <div id="searchheader" class="searchheader">
83
                                    <div id="searchheader" class="searchheader">
84
                                        <div>
84
                                        <div>
85
                                            <span class="checkall"><a id="checkAll" href="#">Select all</a></span>
85
                                            <span class="checkall"><a id="checkAll" href="#">Select all</a></span>
86
- 

Return to bug 32658