[open-ils-commits] [GIT] Evergreen ILS branch master updated. 3e10372c3a3e7eb3928affdc790277b164c8c45a

Evergreen Git git at git.evergreen-ils.org
Thu Jun 6 17:12:52 EDT 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  3e10372c3a3e7eb3928affdc790277b164c8c45a (commit)
      from  fd91f3a20da530e73fa639952576b91575cfc7fe (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3e10372c3a3e7eb3928affdc790277b164c8c45a
Author: Jason Etheridge <jason at esilibrary.com>
Date:   Thu Jun 6 17:39:24 2013 -0400

    lp1183525 Edit Item Attributes pop-up dimensions
    
    Took Steven Chan's patch from the launchpad bug and added "stickiness" to the
    window dimensions.  So by default, it'll come up maximized, but once adjusted,
    it will stay adjusted.
    
    Signed-off-by: Jason Etheridge <jason at esilibrary.com>

diff --git a/Open-ILS/xul/staff_client/server/cat/copy_editor.xul b/Open-ILS/xul/staff_client/server/cat/copy_editor.xul
index b72d537..ca624f5 100644
--- a/Open-ILS/xul/staff_client/server/cat/copy_editor.xul
+++ b/Open-ILS/xul/staff_client/server/cat/copy_editor.xul
@@ -21,6 +21,8 @@
 <window id="cat_copy_editor_win" 
     onload="try { my_init(); font_helper(); persist_helper(); } catch(E) { alert(E); }"
     title="&staff.cat.copy_editor.window.label;"
+    sizemode="maximized"
+    oils_persist="height width sizemode"
     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
 
     <!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////// -->

-----------------------------------------------------------------------

Summary of changes:
 .../xul/staff_client/server/cat/copy_editor.xul    |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list