]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/templates/default/conify/global/config/barcode_completion.tt2
Merge remote branch 'working/user/dbs/lp801624_blow_away_postgresql'
[working/Evergreen.git] / Open-ILS / web / templates / default / conify / global / config / barcode_completion.tt2
1 [% ctx.page_title = 'Barcode Completion Configuration' %]
2 [% WRAPPER default/base.tt2 %]
3 <script type="text/javascript" src='[% ctx.media_prefix %]/js/ui/default/conify/global/config/barcode_completion.js'> </script>
4 <div dojoType="dijit.layout.ContentPane" layoutAlign="top" class='oils-header-panel'>
5     <div>Barcode Completion Configuration</div>
6     <div><button dojoType='dijit.form.Button' onClick='cmGrid.showCreatePane()'>New</button></div>
7 </div>
8 <div dojoType="dijit.layout.ContentPane" layoutAlign="client">
9     <table  jsId="cmGrid"
10             style="height: 600px;"
11             dojoType="openils.widget.AutoGrid"
12             fieldOrder="['id', 'active', 'org_unit', 'prefix', 'suffix', 'length', 'padding', 'padding_end', 'asset', 'actor']"
13             defaultCellWidth='"auto"'
14             query="{id: '*'}"
15             fmClass='cbc'
16             editStyle='pane'
17             editOnEnter='true'
18             showColumnPicker='true'
19             columnPickerPrefix='"conify.config.barcode_completion"'>
20     </table>
21 </div>
22
23 <div class='hidden'><div dojoType='openils.widget.ProgressDialog' jsId='progressDialog'/></div>
24
25 [% END %]
26