]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/vandelay/inc/toolbar.xml
added record export form into the vandelay interface
[Evergreen.git] / Open-ILS / web / vandelay / inc / toolbar.xml
1 <div dojoType="dijit.Toolbar" id='toolbar'>
2     <div dojoType="dijit.form.Button" iconClass="dijitEditorIcon dijitEditorIconCopy" 
3         onclick="displayGlobalDiv('vl-marc-export-div');" showLabel="true">&vandelay.export.records;</div>
4     <div dojoType="dijit.form.Button" iconClass="dijitEditorIcon dijitEditorIconCopy" 
5         onclick="displayGlobalDiv('vl-marc-upload-div');" showLabel="true">&vandelay.import.records;</div>
6     <div dojoType="dijit.form.Button" iconClass="dijitEditorIcon dijitEditorIconCopy" 
7         onclick="vlShowQueueSelect();" showLabel="true">&vandelay.inspect.queue;</div>
8     <div dojoType="dijit.form.Button" iconClass="dijitEditorIcon dijitEditorIconCopy" 
9         onclick="vlShowAttrEditor();" showLabel="true">&vandelay.edit.attributes;</div>
10 </div>
11