From: Jason Etheridge Date: Tue, 6 Mar 2012 14:39:05 +0000 (-0500) Subject: lp948051 new tab button X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5275b0f738ad3eeab882463faaee96317626216d;p=contrib%2FConifer.git 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 Signed-off-by: Thomas Berezansky --- 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 3d42d29cdc..ad4686e3c1 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 @@ - + + + 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 4da3fe4eac..4cb04b8f06 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 0000000000..7cea7bdd8f Binary files /dev/null and b/Open-ILS/xul/staff_client/chrome/skin/media/images/newtab.png differ