]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/staff/cat/share/t_edit_new_authority.tt2
LP#1538691: More changes to terminology
[working/Evergreen.git] / Open-ILS / src / templates / staff / cat / share / t_edit_new_authority.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 New Authority') %]</h4>
6   </div>
7   <div class="modal-body">
8     <eg-marc-edit-record dirty-flag="dirty_flag" record-type="are" record-id="args.authority_id" marc-xml="marc_xml" />
9   </div>
10   <div class="modal-footer">
11     <input type="submit" ng-click="ok(args)"
12         class="btn btn-primary" value="[% l('Use this authority') %]"/>
13     <button class="btn btn-warning" ng-click="cancel()">[% l('Cancel') %]</button>
14   </div>
15 </div>