]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/vandelay/inc/marchtml.tt2
webstaff: add support for editing authority records
[working/Evergreen.git] / Open-ILS / src / templates / vandelay / inc / marchtml.tt2
1 <!-- MARC as HTML -->
2 <h1>[% l('MARC Record') %]</h1><br/>
3 <span class='hidden' id='vl-marc-edit-save-label'>[% l('Save Changes') %]</span>
4 <span class='hidden' id='vl-marc-edit-complete-label'>[% l('Record Saved') %]</span>
5 <div>
6     <button id='vl-marc-html-done-button' dojoType='dijit.form.Button'>&#x2196; [% l('Return') %]</button>
7     <button id='vl-marc-html-edit-button' dojoType='dijit.form.Button'>[% l('Edit') %]</button>
8 </div>
9 <div>
10     <style type="text/css">#vl-marc-record-html td {padding:0px;}</style>
11     <div id='vl-marc-record-html'> </div>
12 </div>
13