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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_toolbar.scss (+7 lines)
Lines 75-78 Link Here
75
            font-size: 100%;
75
            font-size: 100%;
76
        }
76
        }
77
    }
77
    }
78
79
    &.selections-toolbar {
80
        a {
81
            display: inline-block;
82
            padding: 0 .5em;
83
        }
84
    }
78
}
85
}
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc (-1 / +1 lines)
Lines 212-218 Link Here
212
212
213
    [% IF display_columns_selection %][%# Needs js/pages/batchMod.js %]
213
    [% IF display_columns_selection %][%# Needs js/pages/batchMod.js %]
214
        [% IF checkboxes_edit OR checkboxes_delete %]
214
        [% IF checkboxes_edit OR checkboxes_delete %]
215
            <div id="toolbar">
215
            <div id="toolbar" class="selections-toolbar">
216
                <a id="selectallbutton" href="#"><i class="fa fa-check"></i> Select all</a> | <a id="clearallbutton" href="#"><i class="fa fa-remove"></i> Clear all</a> | <a id="clearonloanbutton" href="#">Clear on loan</a>
216
                <a id="selectallbutton" href="#"><i class="fa fa-check"></i> Select all</a> | <a id="clearallbutton" href="#"><i class="fa fa-remove"></i> Clear all</a> | <a id="clearonloanbutton" href="#">Clear on loan</a>
217
            </div>
217
            </div>
218
        [% END %]
218
        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt (-2 / +2 lines)
Lines 138-144 Link Here
138
  [% ELSIF op == 'list' %]
138
  [% ELSIF op == 'list' %]
139
    [% IF records %]
139
    [% IF records %]
140
      [% IF recordtype == 'biblio' %]
140
      [% IF recordtype == 'biblio' %]
141
        <div id="toolbar">
141
        <div id="toolbar" class="selections-toolbar">
142
          <a id="selectall" href="#"><i class="fa fa-check"></i> Select all</a>
142
          <a id="selectall" href="#"><i class="fa fa-check"></i> Select all</a>
143
          | <a id="clearall" href="#"><i class="fa fa-remove"></i> Clear all</a>
143
          | <a id="clearall" href="#"><i class="fa fa-remove"></i> Clear all</a>
144
          | <a id="selectwithoutitems" href="#">Select without items</a>
144
          | <a id="selectwithoutitems" href="#">Select without items</a>
Lines 174-180 Link Here
174
          </table>
174
          </table>
175
          <div class="note"><i class="fa fa-exclamation"></i> Reminder: this action will delete all selected bibliographic records, attached subscriptions, existing holds, and attached items!</div>
175
          <div class="note"><i class="fa fa-exclamation"></i> Reminder: this action will delete all selected bibliographic records, attached subscriptions, existing holds, and attached items!</div>
176
      [% ELSE %]
176
      [% ELSE %]
177
        <div id="toolbar">
177
        <div id="toolbar" class="selections-toolbar">
178
          <a id="selectall" href="#"><i class="fa fa-check"></i> Select all</a>
178
          <a id="selectall" href="#"><i class="fa fa-check"></i> Select all</a>
179
          | <a id="clearall" href="#"><i class="fa fa-remove"></i> Clear all</a>
179
          | <a id="clearall" href="#"><i class="fa fa-remove"></i> Clear all</a>
180
          | <a id="clearlinkedtobiblio" href="#">Clear used authorities</a>
180
          | <a id="clearlinkedtobiblio" href="#">Clear used authorities</a>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt (-1 / +1 lines)
Lines 127-133 Link Here
127
                    [% ELSIF view == 'list' %]
127
                    [% ELSIF view == 'list' %]
128
                        [% IF checkouts.count %]
128
                        [% IF checkouts.count %]
129
                            <form action="/cgi-bin/koha/tools/batch_extend_due_dates.pl" method="post" id="process">
129
                            <form action="/cgi-bin/koha/tools/batch_extend_due_dates.pl" method="post" id="process">
130
                                <div id="toolbar">
130
                                <div id="toolbar" class="selections-toolbar">
131
                                    <a id="selectall" href="#"><i class="fa fa-check"></i> Select all</a>
131
                                    <a id="selectall" href="#"><i class="fa fa-check"></i> Select all</a>
132
                                    | <a id="clearall" href="#"><i class="fa fa-remove"></i> Clear all</a>
132
                                    | <a id="clearall" href="#"><i class="fa fa-remove"></i> Clear all</a>
133
                                </div>
133
                                </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt (-2 / +2 lines)
Lines 188-194 Link Here
188
                                    </div>
188
                                    </div>
189
                                </div>
189
                                </div>
190
                                [% IF recordtype == 'biblio' %]
190
                                [% IF recordtype == 'biblio' %]
191
                                    <div id="toolbar">
191
                                    <div id="toolbar" class="selections-toolbar">
192
                                        <a id="selectall" href="#"><i class="fa fa-check"></i> Select all</a>
192
                                        <a id="selectall" href="#"><i class="fa fa-check"></i> Select all</a>
193
                                        | <a id="clearall" href="#"><i class="fa fa-remove"></i> Clear all</a>
193
                                        | <a id="clearall" href="#"><i class="fa fa-remove"></i> Clear all</a>
194
                                    </div>
194
                                    </div>
Lines 216-222 Link Here
216
                                    </table> <!-- /#biblios -->
216
                                    </table> <!-- /#biblios -->
217
                                    <div class="note"><i class="fa fa-exclamation"></i> Reminder: this action will modify all selected biblios!</div>
217
                                    <div class="note"><i class="fa fa-exclamation"></i> Reminder: this action will modify all selected biblios!</div>
218
                                [% ELSE %]
218
                                [% ELSE %]
219
                                    <div id="toolbar">
219
                                    <div id="toolbar" class="selections-toolbar">
220
                                        <a id="selectall" href="#"><i class="fa fa-check"></i> Select all</a>
220
                                        <a id="selectall" href="#"><i class="fa fa-check"></i> Select all</a>
221
                                        | <a id="clearall" href="#"><i class="fa fa-remove"></i> Clear all</a>
221
                                        | <a id="clearall" href="#"><i class="fa fa-remove"></i> Clear all</a>
222
                                    </div>
222
                                    </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt (-2 / +1 lines)
Lines 201-207 Link Here
201
                    <form name="f" action="modborrowers.pl" method="post">
201
                    <form name="f" action="modborrowers.pl" method="post">
202
                        <input type="hidden" name="op" value="do" />
202
                        <input type="hidden" name="op" value="do" />
203
                        [% IF ( borrowers ) %]
203
                        [% IF ( borrowers ) %]
204
                            <div id="toolbar"><a id="selectallbutton" href="#"><i class="fa fa-check"></i> Select all</a> | <a id="clearallbutton" href="#"><i class="fa fa-remove"></i> Clear all</a></div>
204
                            <div id="toolbar" class="selections-toolbar"><a id="selectallbutton" href="#"><i class="fa fa-check"></i> Select all</a> | <a id="clearallbutton" href="#"><i class="fa fa-remove"></i> Clear all</a></div>
205
                        [% END %]
205
                        [% END %]
206
                    [% END %]
206
                    [% END %]
207
                        [% IF borrowers %]
207
                        [% IF borrowers %]
208
- 

Return to bug 32109