web staff : hide non-functioning Print buttons
authorBill Erickson <berick@esilibrary.com>
Mon, 30 Dec 2013 18:37:54 +0000 (13:37 -0500)
committerBill Erickson <berick@esilibrary.com>
Mon, 30 Dec 2013 18:37:54 +0000 (13:37 -0500)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/templates/staff/circ/checkin/t_hold_shelf_dialog.tt2
Open-ILS/src/templates/staff/circ/checkin/t_transit_dialog.tt2

index 6a5363f..ed0c919 100644 (file)
       </div>
     </div>
     <div class="modal-footer">
+      <!--
       <input type="button" class="btn btn-primary" disabled="disabled"
         ng-click="print()" value="[% l('Print') %]"/>
+      -->
       <input type="submit" class="btn btn-warning"
         ng-click="ok()" value="[% l('Do Not Print') %]"/>
     </div>
index ced65a3..e1217b8 100644 (file)
       </div>
     </div>
     <div class="modal-footer">
+      <!--
       <input type="button" class="btn btn-primary" disabled="disabled"
         ng-click="print()" value="[% l('Print') %]"/>
+        -->
       <input type="submit" class="btn btn-warning"
         ng-click="ok()" value="[% l('Do Not Print') %]"/>
     </div>