]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/staff/cat/share/t_embedded_volcopy.tt2
LP#1832897: add miscellaneous carousels functionality to staff interface
[working/Evergreen.git] / Open-ILS / src / templates / staff / cat / share / t_embedded_volcopy.tt2
1 <div>
2   <div class="modal-header">
3     <button type="button" class="close"
4       ng-click="cancel()" aria-hidden="true">&times;</button>
5     <h4 class="modal-title">[% l('Edit call numbers') %]</h4>
6   </div>
7   <div class="modal-body">
8     <eg-embed-frame save-space="500" url="volcopy_url"></eg-embed-frame>
9   </div>
10   <div class="modal-footer">
11     <input type="submit" ng-click="ok()"
12         class="btn btn-primary" value="[% l('Done') %]"/>
13   </div>
14 </div>