]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/templates/default/conify/global/asset/copy_location_order.tt2
6c2813a49d9fdf1c833c15544206d1428d065871
[working/Evergreen.git] / Open-ILS / web / templates / default / conify / global / asset / copy_location_order.tt2
1 [% WRAPPER default/base.tt2 %]
2 [% ctx.page_title = 'Copy Location Order' %]
3 <script src='[% ctx.media_prefix %]/js/ui/default/conify/global/asset/copy_location_order.js'> </script>
4 <link rel='stylesheet' type='text/css' href='[% ctx.media_prefix %]/js/dojo/dojo/resources/dnd.css'></link>
5
6 <div dojoType="dijit.layout.ContentPane" layoutAlign="client" class='oils-header-panel'>
7     <div>Copy Location Order</div>
8     <div>
9     </div>
10 </div>
11
12 <div dojoType="dijit.layout.ContentPane" layoutAlign="client">
13     <span>Context Org Unit</span>
14     <select dojoType="openils.widget.OrgUnitFilteringSelect"
15             jsId='contextOrgSelector'
16             searchAttr='shortname'
17             labelAttr='shortname'>
18     </select>
19     <button dojoType='dijit.form.Button' onClick='applyChanges()'>Apply Changes</button>
20 </div>
21
22 <div dojoType="dijit.layout.ContentPane" layoutAlign="client">
23     <ol id='acl-ol'></ol>
24 </div>
25
26 [% END %]