]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/templates/default/conify/global/config/circ_matrix_matchpoint.tt2
</link> is not valid HTML
[working/Evergreen.git] / Open-ILS / web / templates / default / conify / global / config / circ_matrix_matchpoint.tt2
1 [% ctc.page_title = 'Circulation Policy Configuration' %]
2 [% WRAPPER default/base.tt2 %]
3 <script src='[% ctx.media_prefix %]/js/ui/default/conify/global/config/circ_matrix_matchpoint.js'> </script>
4 <div dojoType="dijit.layout.ContentPane" layoutAlign="top" class='oils-header-panel'>
5     <div>Circulation Policy 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             autoHeight='true'
11             dojoType="openils.widget.AutoGrid"
12             fieldOrder="['org_unit', 'active', 'grp', 'circ_modifier', 'marc_type', 'marc_form', 'marc_vr_format']"
13             defaultCellWidth='"auto"'
14             query="{id: '*'}"
15             fmClass='ccmm'
16             editStyle='pane'
17             editOnEnter='true'
18             showColumnPicker='true'
19             columnPickerPrefix='"conify.config.circ_matrix_matchpoint"'>
20     </table>
21 </div>
22
23 <div class='hidden'>
24     <div id='circ-mod-editor' style='border:1px solid #aaa'>
25         <h3>Circ Modifier Count Groups</h3>
26         <table class='oils-generic-table' name='circ-mod-group-table'>
27             <tbody><tr>
28                 <td>Total items out</td>
29                 <td><input type='text' size='3' name='circ-mod-count'></div></td>
30             </tr><tbody>
31             <tbody name='circ-mod-entry-tbody'>
32                 <tr name='circ-mod-entry-row'>
33                     <td name='circ-mod'/>
34                     <td><a name='remove-circ-mod' href='javascript:void(0);'>Remove</a></td>
35                 </tr>
36             </tbody>
37             <tbody>
38                 <tr>
39                     <td><div name='circ-mod-selector'></div></td>
40                     <td><a href='javascript:void(0);' name='add-circ-mod'>Add</a></td>
41                 </tr>
42             </tbody>
43         </table>
44         <span name='add-circ-mod-group-span'>
45         <a href='javascript:void(0);' name='add-circ-mod-group'>Create New Group</a>
46         </span>&nbsp;&nbsp;<span>
47         <a href='javascript:void(0);' onclick='applyCircModChanges()'>Apply Circ Modifier Changes</a>
48         </span>
49     </div>
50 </div>
51
52 <div class='hidden'><div dojoType='openils.widget.ProgressDialog' jsId='progressDialog'/></div>
53
54 [% END %]
55