From c6f079e57f6507387c348767aace7ab6d15543a7 Mon Sep 17 00:00:00 2001 From: phasefx Date: Sun, 26 Sep 2010 07:05:58 +0000 Subject: [PATCH] make the splitters in the z39.50 interface sticky git-svn-id: svn://svn.open-ils.org/ILS/trunk@18002 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- .../staff_client/chrome/content/OpenILS/global_util.js | 1 + Open-ILS/xul/staff_client/server/cat/z3950.xul | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Open-ILS/xul/staff_client/chrome/content/OpenILS/global_util.js b/Open-ILS/xul/staff_client/chrome/content/OpenILS/global_util.js index ec9bdfa31d..74aaa1fa04 100644 --- a/Open-ILS/xul/staff_client/chrome/content/OpenILS/global_util.js +++ b/Open-ILS/xul/staff_client/chrome/content/OpenILS/global_util.js @@ -113,6 +113,7 @@ } prefs.setCharPref( key, value ); // TODO: Need to add logic for window resizing, splitter repositioning, grippy state, etc. + // NOTE: oils_persist_peers and oils_persist="width" on those peers can help with the elements adjacent to a splitter } if (target.hasAttribute('oils_persist_peers') && ! ev.cancelable) { // We abuse the .cancelable field on the oils_persist event to prevent looping var peer_list = target.getAttribute('oils_persist_peers').split(' '); diff --git a/Open-ILS/xul/staff_client/server/cat/z3950.xul b/Open-ILS/xul/staff_client/server/cat/z3950.xul index dc74212ad6..cce0842ad0 100644 --- a/Open-ILS/xul/staff_client/server/cat/z3950.xul +++ b/Open-ILS/xul/staff_client/server/cat/z3950.xul @@ -131,7 +131,7 @@