Inspired by LP#
1008680 from Joseph Lewis. This relocates the
Save/Delete buttons to the top of the UI where they always
remain visible.
Signed-off-by: Michael Peters <mrpeters@library.in.gov>
]]>
</script>
</button>
+
+ <button jsId="save_ppl_button" dojoType="dijit.form.Button" label="&conify.perm_list.save_changes.label;" onClick="save_them_all()"></button>
+
+ <button jsId="delete_ppl_button" dojoType="dijit.form.Button" label="&conify.perm_list.delete_selected.label;"></button>
+
</div>
<div dojoType="dijit.layout.ContentPane" style="width:100%; height:100%;" layoutAlign="client">
<div dojoType="dijit.layout.ContentPane" orientation="horizontal" style="margin-bottom: 5px;" layoutAlign="bottom">
- <button jsId="save_ppl_button" dojoType="dijit.form.Button" label="&conify.perm_list.save_changes.label;" onClick="save_them_all()"></button>
-
- <button jsId="delete_ppl_button" dojoType="dijit.form.Button" label="&conify.perm_list.delete_selected.label;">
<script type="dojo/connect" event="onClick">
<![CDATA[
var selected_rows = perm_grid.selection.getSelected();