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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt (-1 / +1 lines)
Lines 75-81 for( x=0; x<allColumns.length; x++ ){ Link Here
75
     [% END %]
75
     [% END %]
76
76
77
[% IF ( item_loop ) %]
77
[% IF ( item_loop ) %]
78
    [% IF ( show ) %]<div id="toolbar"><a id="selectallbutton" href="#">Select all</a> | <a id="clearallbutton" href="#">Clear all</a></div>[% END %]
78
    [% IF ( show ) %]<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>[% END %]
79
	<div id="cataloguing_additem_itemlist">
79
	<div id="cataloguing_additem_itemlist">
80
80
81
	<p id="selections"><strong>Show/hide columns:</strong> <span class="selected"><input type="checkbox" checked="checked" id="showall"/><label for="showall">Show all columns</label></span> <span><input type="checkbox" id="hideall"/><label for="hideall">Hide all columns</label></span>
81
	<p id="selections"><strong>Show/hide columns:</strong> <span class="selected"><input type="checkbox" checked="checked" id="showall"/><label for="showall">Show all columns</label></span> <span><input type="checkbox" id="hideall"/><label for="hideall">Hide all columns</label></span>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt (-1 / +1 lines)
Lines 108-114 $(document).ready(function(){ Link Here
108
[% IF ( item_loop ) %]
108
[% IF ( item_loop ) %]
109
  [% IF show %]
109
  [% IF show %]
110
    <div id="toolbar">
110
    <div id="toolbar">
111
      <a id="selectallbutton" href="#">Select all</a> | <a id="clearallbutton" href="#">Clear all</a> | <a id="clearonloanbutton" href="#">Clear on loan</a>
111
      <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="#"><i class="fa fa-remove"></i><i class="fa fa-cart-plus" aria-hidden="true"></i> Clear on loan</a>
112
    </div>
112
    </div>
113
  [% END %]
113
  [% END %]
114
<div id="cataloguing_additem_itemlist">
114
<div id="cataloguing_additem_itemlist">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt (-7 / +7 lines)
Lines 145-154 $(document).ready(function() { Link Here
145
    [% IF records %]
145
    [% IF records %]
146
      [% IF recordtype == 'biblio' %]
146
      [% IF recordtype == 'biblio' %]
147
        <div id="toolbar">
147
        <div id="toolbar">
148
          <a id="selectall" href="#">Select all</a>
148
          <a id="selectall" href="#"><i class="fa fa-check"></i> Select all</a>
149
          | <a id="clearall" href="#">Clear all</a>
149
          | <a id="clearall" href="#"><i class="fa fa-remove"></i> Clear all</a>
150
          | <a id="selectwithoutitems" href="#">Select without items</a>
150
          | <a id="selectwithoutitems" href="#"><i class="fa fa-check"></i><i class="fa fa-book fa-fw"></i>Select without items</a>
151
          | <a id="selectnotreserved" href="#">Select without holds</a>
151
          | <a id="selectnotreserved" href="#"><i class="fa fa-check"></i><i class="fa fa-sticky-note-o"></i> Select without holds</a>
152
        </div>
152
        </div>
153
        <form action="/cgi-bin/koha/tools/batch_delete_records.pl" method="post">
153
        <form action="/cgi-bin/koha/tools/batch_delete_records.pl" method="post">
154
          <table id="biblios" class="records">
154
          <table id="biblios" class="records">
Lines 178-186 $(document).ready(function() { Link Here
178
          <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>
178
          <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>
179
      [% ELSE %]
179
      [% ELSE %]
180
        <div id="toolbar">
180
        <div id="toolbar">
181
          <a id="selectall" href="#">Select all</a>
181
          <a id="selectall" href="#"><i class="fa fa-check"></i> Select all</a>
182
          | <a id="clearall" href="#">Clear all</a>
182
          | <a id="clearall" href="#"><i class="fa fa-remove"></i> Clear all</a>
183
          | <a id="clearlinkedtobiblio" href="#">Clear used authorities</a>
183
          | <a id="clearlinkedtobiblio" href="#"><i class="fa fa-remove"></i><i class="fa fa-bars"></i> Clear used authorities</a>
184
        </div>
184
        </div>
185
        <form action="/cgi-bin/koha/tools/batch_delete_records.pl" method="post">
185
        <form action="/cgi-bin/koha/tools/batch_delete_records.pl" method="post">
186
          <table id="authorities" class="records">
186
          <table id="authorities" class="records">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt (-5 / +4 lines)
Lines 192-199 $(document).ready(function() { Link Here
192
        </div>
192
        </div>
193
        [% IF recordtype == 'biblio' %]
193
        [% IF recordtype == 'biblio' %]
194
          <div id="toolbar">
194
          <div id="toolbar">
195
            <a id="selectall" href="#">Select all</a>
195
            <a id="selectall" href="#"><i class="fa fa-check"></i> Select all</a>
196
            | <a id="clearall" href="#">Clear all</a>
196
            | <a id="clearall" href="#"><i class="fa fa-remove"></i> Clear all</a>
197
          </div>
197
          </div>
198
          <table id="biblios" class="records">
198
          <table id="biblios" class="records">
199
            <thead>
199
            <thead>
Lines 218-225 $(document).ready(function() { Link Here
218
          <div class="note"><i class="fa fa-exclamation"></i> Reminder: this action will modify all selected biblios!</div>
218
          <div class="note"><i class="fa fa-exclamation"></i> Reminder: this action will modify all selected biblios!</div>
219
        [% ELSE %]
219
        [% ELSE %]
220
          <div id="toolbar">
220
          <div id="toolbar">
221
            <a id="selectall" href="#">Select all</a>
221
            <a id="selectall" href="#"><i class="fa fa-check"></i> Select all</a>
222
            | <a id="clearall" href="#">Clear all</a>
222
            | <a id="clearall" href="#"><i class="fa fa-remove"></i> Clear all</a>
223
          </div>
223
          </div>
224
          <table id="authorities" class="records">
224
          <table id="authorities" class="records">
225
            <thead>
225
            <thead>
226
- 

Return to bug 16438