Bug 16438: (followup) remove item where no single icon exist for options
authorHector Castro <hector.hecaxmmx@gmail.com>
Wed, 4 May 2016 16:44:26 +0000 (10:44 -0600)
committerBrendan Gallagher <bredan@bywatersolutions.com>
Thu, 5 May 2016 19:49:34 +0000 (19:49 +0000)
Remove the double icon in options where double icons don't work well

To test: follow the previous commit

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Brendan Gallagher <bredan@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt
koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt

index 8f98e7b..8d46d53 100644 (file)
@@ -108,7 +108,7 @@ $(document).ready(function(){
 [% IF ( item_loop ) %]
   [% 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> | <a id="clearonloanbutton" href="#"><i class="fa fa-remove"></i><i class="fa fa-cart-plus" aria-hidden="true"></i> Clear on loan</a>
+      <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>
     </div>
   [% END %]
 <div id="cataloguing_additem_itemlist">
index 7d5698f..6f6f58a 100644 (file)
@@ -147,8 +147,8 @@ $(document).ready(function() {
         <div id="toolbar">
           <a id="selectall" href="#"><i class="fa fa-check"></i> Select all</a>
           | <a id="clearall" href="#"><i class="fa fa-remove"></i> Clear all</a>
-          | <a id="selectwithoutitems" href="#"><i class="fa fa-check"></i><i class="fa fa-book fa-fw"></i>Select without items</a>
-          | <a id="selectnotreserved" href="#"><i class="fa fa-check"></i><i class="fa fa-sticky-note-o"></i> Select without holds</a>
+          | <a id="selectwithoutitems" href="#">Select without items</a>
+          | <a id="selectnotreserved" href="#">Select without holds</a>
         </div>
         <form action="/cgi-bin/koha/tools/batch_delete_records.pl" method="post">
           <table id="biblios" class="records">
@@ -180,7 +180,7 @@ $(document).ready(function() {
         <div id="toolbar">
           <a id="selectall" href="#"><i class="fa fa-check"></i> Select all</a>
           | <a id="clearall" href="#"><i class="fa fa-remove"></i> Clear all</a>
-          | <a id="clearlinkedtobiblio" href="#"><i class="fa fa-remove"></i><i class="fa fa-bars"></i> Clear used authorities</a>
+          | <a id="clearlinkedtobiblio" href="#">Clear used authorities</a>
         </div>
         <form action="/cgi-bin/koha/tools/batch_delete_records.pl" method="post">
           <table id="authorities" class="records">