remove offline blocked list download button
authorChris Sharp <csharp@georgialibraries.org>
Tue, 19 Dec 2017 14:07:07 +0000 (09:07 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Tue, 19 Dec 2017 14:07:07 +0000 (09:07 -0500)
Open-ILS/src/templates/staff/offline-interface.tt2

index 725b7c3..db2b1b1 100644 (file)
           ng-click="reprintLast()">
             [% l('Reprint Last Receipt') %]
         </button>
+        <!-- removing this until blocked list infrastructure is repaired
         <button
           class="btn btn-default"
           ng-if="logged_in"
           ng-click="downloadBlockList()">
             [% l('Download block list') %]
         </button>
+        -->
         <button
           class="btn btn-default"
           ng-disabled="pending_xacts.length == 0"