[open-ils-commits] [GIT] Evergreen ILS branch master updated. 5275b0f738ad3eeab882463faaee96317626216d

Evergreen Git git at git.evergreen-ils.org
Tue Mar 6 14:47:44 EST 2012


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  5275b0f738ad3eeab882463faaee96317626216d (commit)
      from  1a8f9cb13c7c096a7b90a1abde7f54da3b57af8a (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 5275b0f738ad3eeab882463faaee96317626216d
Author: Jason Etheridge <jason at esilibrary.com>
Date:   Tue Mar 6 09:39:05 2012 -0500

    lp948051 new tab button
    
    Adds a new tab button to the right of the last tab in the main window.
    
    Signed-off-by: Jason Etheridge <jason at esilibrary.com>
    Signed-off-by: Thomas Berezansky <tsbere at mvlc.org>

diff --git a/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_overlay.xul b/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_overlay.xul
index 3d42d29..ad4686e 100644
--- a/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_overlay.xul
+++ b/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_overlay.xul
@@ -17,11 +17,13 @@
     <toolbox id="main_toolbox"/>
     <tabbox id="main_tabbox" flex="1" eventnode="window" handleCtrlTab="true">
         <hbox>
-            <arrowscrollbox orient="horizontal" id="main_tabs_scrollbox" flex="2">
+            <arrowscrollbox orient="horizontal" id="main_tabs_scrollbox" flex="1">
                 <tabs id="main_tabs">
                     <tab hidden="true" />
                 </tabs>
             </arrowscrollbox>
+            <toolbarbutton id="main_tabs_newbutton" class="tabs-button" style="list-style-image: url('chrome://open_ils_staff_client/skin/media/images/newtab.png');" command="cmd_new_tab" />
+            <spacer flex="10000"/>
             <toolbarbutton id="main_tabs_closebutton" class="tabs-closebutton close-button" command="cmd_close_tab" />
         </hbox>
         <tabpanels id="main_panels" flex="1">
diff --git a/Open-ILS/xul/staff_client/chrome/skin/media/images/licenses.txt b/Open-ILS/xul/staff_client/chrome/skin/media/images/licenses.txt
index 4da3fe4..4cb04b8 100644
--- a/Open-ILS/xul/staff_client/chrome/skin/media/images/licenses.txt
+++ b/Open-ILS/xul/staff_client/chrome/skin/media/images/licenses.txt
@@ -1,3 +1,8 @@
+newtab.png comes from the Mozilla source tree:
+http://mxr.mozilla.org/mozilla-central/source/browser/themes/winstripe/tabbrowser/newtab.png
+http://mxr.mozilla.org/mozilla-central/source/browser/themes/LICENSE
+"All files in this directory are assumed to be licensed under the tri-license (MPL/GPL/LGPL) used throughout this codebase."
+
 HILLBLU_lente_32x32 and HILLBLU_lente_toolbar derived from:
 http://commons.wikimedia.org/wiki/File:HILLBLU_lente.png
 Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License".
diff --git a/Open-ILS/xul/staff_client/chrome/skin/media/images/newtab.png b/Open-ILS/xul/staff_client/chrome/skin/media/images/newtab.png
new file mode 100644
index 0000000..7cea7bd
Binary files /dev/null and b/Open-ILS/xul/staff_client/chrome/skin/media/images/newtab.png differ

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

Summary of changes:
 .../chrome/content/main/menu_frame_overlay.xul     |    4 +++-
 .../chrome/skin/media/images/licenses.txt          |    5 +++++
 .../chrome/skin/media/images/newtab.png            |  Bin 0 -> 237 bytes
 3 files changed, 8 insertions(+), 1 deletions(-)
 create mode 100644 Open-ILS/xul/staff_client/chrome/skin/media/images/newtab.png


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list