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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt (-3 / +1 lines)
Lines 65-73 Link Here
65
        </ol>
65
        </ol>
66
      </fieldset>
66
      </fieldset>
67
67
68
      <br><br>
68
      <div id="batch_del_form" class="toptabs" style="clear:both">
69
70
      <div id="batch_del_form" class="toptabs">
71
        <ul>
69
        <ul>
72
          <li><a href="#uploadfile_tab">Upload a file</a></li>
70
          <li><a href="#uploadfile_tab">Upload a file</a></li>
73
          [% IF lists.count %]<li id="show_list_option"><a href="#shelves_tab">Select a list of records</a></li>[% END %]
71
          [% IF lists.count %]<li id="show_list_option"><a href="#shelves_tab">Select a list of records</a></li>[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt (-2 / +1 lines)
Lines 71-77 Link Here
71
71
72
                            <br><br>
72
                            <br><br>
73
73
74
                            <div id="batch_mod_form" class="toptabs">
74
                            <div id="batch_mod_form" class="toptabs" style="clear:both">
75
                                <ul>
75
                                <ul>
76
                                    <li><a href="#uploadfile_tab">Upload a file</a></li>
76
                                    <li><a href="#uploadfile_tab">Upload a file</a></li>
77
                                        [% IF lists.count %]<li id="show_list_option"><a href="#shelves_tab">Select a list of records</a></li>[% END %]
77
                                        [% IF lists.count %]<li id="show_list_option"><a href="#shelves_tab">Select a list of records</a></li>[% END %]
78
- 

Return to bug 24124