]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/templates/staff/admin/workstation/t_hatch.tt2
LP1774008 Remove Hatch storage options
[Evergreen.git] / Open-ILS / src / templates / staff / admin / workstation / t_hatch.tt2
1 <div class="container admin-splash-container">
2
3   <h2>[% l('Print Service ("Hatch")') %]</h2>
4
5   <div class="alert alert-success" ng-if="hatch_available">
6     [% l("Hatch is Available") %]
7     <span class="glyphicon glyphicon-thumbs-up"></span>
8   </div>
9
10   <div class="alert alert-danger" ng-if="!hatch_available">
11     [% l("Hatch is Not Installed In This Browser") %]
12   </div>
13
14   <div class="row">
15     <div class="col-md-4">
16       <div class="checkbox">
17         <label>
18           <input type="checkbox" 
19             ng-model="hatch_printing">
20             [% l('Use Hatch For Printing') %]
21         </label>
22       </div>
23     </div>
24   </div>
25 </div>
26
27