LP#1008680 - Improve Permission List UI user/mrpeters-isl/perm_list_html_display_mods
authorMichael Peters <mrpeters@library.in.gov>
Mon, 1 Oct 2012 13:19:26 +0000 (09:19 -0400)
committerMichael Peters <mrpeters@library.in.gov>
Mon, 1 Oct 2012 13:19:26 +0000 (09:19 -0400)
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>
Open-ILS/web/conify/global/permission/perm_list.html

index 680cf61..a76d7cd 100644 (file)
 ]]> 
                        </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();