From: phasefx Date: Fri, 11 Aug 2006 18:16:12 +0000 (+0000) Subject: column persistence in other interfaces X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9ae57e79b43d5bb223cc9a082862bec8c5bb67ad;p=evergreen%2Fpines.git column persistence in other interfaces git-svn-id: svn://svn.open-ils.org/ILS/trunk@5475 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/cat/copy_browser.js b/Open-ILS/xul/staff_client/server/cat/copy_browser.js index 516a63832c..33a8bc2893 100644 --- a/Open-ILS/xul/staff_client/server/cat/copy_browser.js +++ b/Open-ILS/xul/staff_client/server/cat/copy_browser.js @@ -31,6 +31,7 @@ cat.copy_browser.prototype = { obj.controller.init( { control_map : { + 'save_columns' : [ [ 'command' ], function() { obj.list.save_columns(); } ], 'sel_clip' : [ ['command'], function() { obj.list.clipboard(); } diff --git a/Open-ILS/xul/staff_client/server/cat/copy_browser.xul b/Open-ILS/xul/staff_client/server/cat/copy_browser.xul index 8b4b17f848..a980495479 100644 --- a/Open-ILS/xul/staff_client/server/cat/copy_browser.xul +++ b/Open-ILS/xul/staff_client/server/cat/copy_browser.xul @@ -63,6 +63,7 @@ + @@ -108,6 +109,7 @@ + @@ -142,6 +144,7 @@ + diff --git a/Open-ILS/xul/staff_client/server/cat/z3950.js b/Open-ILS/xul/staff_client/server/cat/z3950.js index 7668e5323f..6ee4ad31ef 100644 --- a/Open-ILS/xul/staff_client/server/cat/z3950.js +++ b/Open-ILS/xul/staff_client/server/cat/z3950.js @@ -70,6 +70,7 @@ cat.z3950.prototype = { obj.controller.init( { control_map : { + 'save_columns' : [ [ 'command' ], function() { obj.list.save_columns(); } ], 'sel_clip' : [ ['command'], function() { obj.list.clipboard(); } diff --git a/Open-ILS/xul/staff_client/server/cat/z3950.xul b/Open-ILS/xul/staff_client/server/cat/z3950.xul index 805ef97c8f..4bf5a7511b 100644 --- a/Open-ILS/xul/staff_client/server/cat/z3950.xul +++ b/Open-ILS/xul/staff_client/server/cat/z3950.xul @@ -76,6 +76,7 @@ + @@ -157,6 +158,7 @@