You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by do...@apache.org on 2010/02/16 20:08:06 UTC

svn commit: r910652 [2/2] - in /ofbiz/trunk/themes/tomahawk: ./ data/ includes/ webapp/ webapp/tomahawk/ webapp/tomahawk/WEB-INF/ webapp/tomahawk/css/ webapp/tomahawk/images/ webapp/tomahawk/js/

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/stylertl.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/stylertl.css?rev=910652&view=auto
==============================================================================
--- ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/stylertl.css (added)
+++ ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/stylertl.css Tue Feb 16 19:08:04 2010
@@ -0,0 +1,387 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+/* This CSS file is used to reverse the style direction for rtl languages. */
+/* It is intended to be cascaded with maincss.css. */
+
+/* ===== Resets/Browser Normalization ===== */
+
+body, caption, th {
+text-align: right;
+}
+
+/* ===== Legacy Styles ===== */
+
+.boxlink {
+float: left;
+}
+
+DIV.boxhead-left {
+float: right;
+}
+
+DIV.boxhead-right {
+float: left;
+}
+
+.submenutextinfo {
+border-right: none;
+border-left: 0.1em solid #5886C6;
+}
+
+.submenutext, A.submenutext, A.submenutext:visited,
+.submenutextdisabled, A.submenutextdisabled {
+border-right: none;
+border-left: 0.1em solid #5886C6;
+padding-left: 0.5em;
+padding-right: 0.2em;
+}
+
+.submenutextinforight, .submenutextright, A.submenutextright,
+.submenutextrightdisabled, A.submenutextrightdisabled {
+padding-left: none;
+padding-right: 0.2em;
+}
+
+/* ===== Product Summary Styles ===== */
+.product-prevnext {
+text-align: left;
+}
+
+.productsummary .smallimage {
+float: right;
+margin: 0 0 0.5em 0.5em;
+}
+.productsummary .productbuy {
+float: left;
+text-align: left;
+}
+
+.productsummary .productinfo {
+text-align: right;
+}
+
+.treeWrapper {
+border-left: none;
+border-right: 0.1em solid #000000;
+margin-left: 0;
+margin-right: 1.2em;
+text-align: right;
+}
+
+.lefthalf{
+float: right;
+left: auto;
+right: 0;
+margin: 0 0 1% 1%;
+}
+
+.righthalf {
+float: left;
+margin: 0 1% 1% 0;
+right: auto;
+left: 0;
+}
+
+.leftclear{
+clear: right;
+}
+
+/* ==== Styles Copied From tabstyles.css === */
+
+.treewrapper {
+margin-left: 0;
+margin-right: 1em;
+}
+
+DIV.col {
+float: right;
+}
+
+DIV.col-right {
+float: left;
+}
+
+DIV.simple-right-small, DIV.simple-right-half {
+float: left;
+text-align: left;
+}
+
+#column-container .left {
+float: right;
+margin-right: 0;
+margin-left: 1em;
+}
+
+.left-border {
+float: right;
+margin-right: 0;
+margin-left: 1em;
+border-right: none;
+border-left: 0.5px dotted #ccc;
+}
+
+#column-container .right {
+float: left;
+margin-left: 0;
+margin-right: 1em;
+}
+
+#column-container .leftonly {
+margin-left: 0;
+margin-right: 23em;
+}
+
+#column-container .rightonly {
+margin-right: 0;
+margin-left: 23em;
+}
+
+DIV.column-left-wide {
+float: right;
+}
+
+/* ===== New Styles ===== */
+
+.label {
+padding-right: 0;
+padding-left: 1.1em;
+text-align: left;
+}
+
+/* ================================== */
+/* ===== Used to align elements ===== */
+/* ================================== */
+
+.align-float {
+float: left;
+}
+
+.align-text {
+text-align: left;
+}
+
+/* ==================================== */
+/* ===== Masthead (Header) Styles ===== */
+/* ==================================== */
+
+#masthead ul li {
+float: right;
+}
+
+#masthead ul .opposed,
+#masthead ul .control-area {
+float: left;
+text-align: left;
+}
+
+/* ================================================== */
+/* ===== Main Navigation (App Menu) Styles ========== */
+/* ================================================== */
+
+#main-navigation ul {
+direction: rtl;
+}
+
+#main-navigation ul li {
+background-image: url(/images/rtl/main_uns_right.gif);
+background-position: top right;
+float: right;
+}
+
+#main-navigation ul a {
+background-image: url(/images/rtl/main_uns_left.gif);
+background-position: top left;
+}
+
+#main-navigation ul .selected,
+#main-navigation ul li:hover {
+background-image: url(/images/rtl/main_sel_right.gif);
+background-position: top right;
+float: right;
+}
+
+#main-navigation ul a:hover,
+#main-navigation ul .selected a,
+#main-navigation ui .selected a:hover {
+background-image: url(/images/rtl/main_sel_left.gif);
+background-position: top left;
+}
+
+/* ========================================================= */
+/* ===== Component Navigation (App Header) Styles ========== */
+/* ========================================================= */
+
+#app-navigation {
+background-image: url(/images/rtl/gradient_main.gif);
+background-position: top right;
+}
+
+#app-navigation ul li {
+border-right: none;
+border-left: 0.1em solid #69a9d9;
+float: right;
+}
+
+#app-navigation .opposed li,
+#app-navigation ul .opposed,
+#app-navigation ul .col-right {
+border-right: 0.1em solid #69a9d9;
+border-left: none;
+float: left;
+}
+
+/* ================================================= */
+/* ===== Screenlet Title Bar/Navigation Styles ===== */
+/* ================================================= */
+
+.screenlet-title-bar ul li {
+border-left: none;
+border-right: 0.1em solid #5f9fcf;
+float: left;
+}
+
+.screenlet-title-bar ul h1,
+.screenlet-title-bar ul h2,
+.screenlet-title-bar ul h3,
+.screenlet-title-bar ul .head1,
+.screenlet-title-bar ul .head2,
+.screenlet-title-bar ul .head3 {
+/* h1 - h3 deprecated, fails validation */
+border-right: none;
+float: right;
+}
+
+/* login screenlet decorator */
+.login-screenlet {
+margin-left: 0;
+margin-right: 38%;
+}
+
+/* ======================================================= */
+/* ===== Basic Navigation (Vertical Menu) Style ========== */
+/* ======================================================= */
+
+.basic-nav {
+padding-left: 0;
+padding-right: 1em;
+}
+
+/* ======================================== */
+/* ===== Button Bar Navigation Styles ===== */
+/* ======================================== */
+
+.button-bar ul li,
+.tabContainer ul li {
+float: right;
+}
+
+.button-bar ul .opposed {
+float: left;
+}
+
+/* ===== Button bar decorators ===== */
+
+.tab-bar {
+margin-left: 0;
+margin-right: -1em;
+}
+
+.tab-bar ul li {
+border-right: none;
+border-left: 0.1em solid #69a9d9;
+}
+
+#app-navigation .opposed li,
+#app-navigation ul .opposed {
+border-right: 0.1em solid #69a9d9;
+border-left: none;
+}
+
+/* ======================== */
+/* ===== Table Styles ===== */
+/* ======================== */
+
+.basic-table tr .label,
+.basic-table tr .group-label {
+/* field labels for forms */
+text-align: left;
+padding-right: 0;
+padding-left: 1.5em;
+}
+
+.basic-table tr .group-label {
+padding: 2em 0 0 1.5em;
+}
+
+.basic-table tr th,
+.basic-table .header-row {
+text-align: right;
+}
+
+.basic-table tr .button-col a {
+float: right;
+}
+
+/* ======================= */
+/* ===== Tree Styles ===== */
+/* ======================= */
+
+.basic-tree ul, .basic-tree li {
+padding-left: 0;
+padding-right: 1em;
+}
+
+.basic-tree li .expanded {
+background: url(/images/collapse.gif) no-repeat right center;
+padding-right: 0;
+padding-left: 1em;
+}
+
+.basic-tree li .collapsed {
+background: url(/images/expand.gif) no-repeat right center;
+padding-right: 0;
+padding-left: 1em;
+}
+
+/* ======================== */
+/* ===== Form Styles ===== */
+/* ======================== */
+
+.basic-form table tr .label,
+.basic-form table tr .group-label {
+text-align: left;
+padding-right: 0;
+padding-left: 1.5em;
+}
+
+.basic-form table tr .group-label {
+/* "header" for field label groups */
+font-size: 1.2em;
+padding: 2em 0 0 1.5em ;
+}
+
+.basic-form table tr th,
+.basic-form table .header-row {
+text-align: right;
+}
+
+.nav-pager ul li {
+float: right;
+}

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/appbar1.gif
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/appbar1.gif?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/appbar1.gif (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/appbar1.gif Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/appbar2.gif
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/appbar2.gif?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/appbar2.gif (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/appbar2.gif Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/appbar3.gif
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/appbar3.gif?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/appbar3.gif (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/appbar3.gif Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/appbar4.gif
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/appbar4.gif?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/appbar4.gif (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/appbar4.gif Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/application_view_list.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/application_view_list.png?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/application_view_list.png (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/application_view_list.png Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bkgd_footer.gif
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bkgd_footer.gif?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bkgd_footer.gif (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bkgd_footer.gif Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bkgd_header.gif
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bkgd_header.gif?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bkgd_header.gif (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bkgd_header.gif Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bkgd_page.gif
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bkgd_page.gif?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bkgd_page.gif (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bkgd_page.gif Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bkgd_subheader.gif
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bkgd_subheader.gif?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bkgd_subheader.gif (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bkgd_subheader.gif Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bkgd_subheader.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bkgd_subheader.png?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bkgd_subheader.png (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bkgd_subheader.png Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/btn_add.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/btn_add.png?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/btn_add.png (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/btn_add.png Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/btn_delete.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/btn_delete.png?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/btn_delete.png (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/btn_delete.png Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bullet_arrow_down.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bullet_arrow_down.png?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bullet_arrow_down.png (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bullet_arrow_down.png Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bullet_arrow_up.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bullet_arrow_up.png?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bullet_arrow_up.png (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bullet_arrow_up.png Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bullet_green.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bullet_green.png?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bullet_green.png (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bullet_green.png Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bullet_orange.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bullet_orange.png?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bullet_orange.png (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bullet_orange.png Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bullet_pink.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bullet_pink.png?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bullet_pink.png (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bullet_pink.png Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bullet_purple.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bullet_purple.png?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bullet_purple.png (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bullet_purple.png Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bullet_red.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bullet_red.png?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bullet_red.png (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bullet_red.png Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bullet_toggle_minus.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bullet_toggle_minus.png?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bullet_toggle_minus.png (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bullet_toggle_minus.png Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bullet_toggle_plus.jpg
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bullet_toggle_plus.jpg?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bullet_toggle_plus.jpg (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bullet_toggle_plus.jpg Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bullet_toggle_plus.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bullet_toggle_plus.png?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bullet_toggle_plus.png (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bullet_toggle_plus.png Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bullet_yellow.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bullet_yellow.png?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bullet_yellow.png (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/bullet_yellow.png Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/button_lightgray.jpg
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/button_lightgray.jpg?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/button_lightgray.jpg (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/button_lightgray.jpg Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/button_medgray.jpg
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/button_medgray.jpg?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/button_medgray.jpg (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/button_medgray.jpg Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/button_medgray_in.jpg
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/button_medgray_in.jpg?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/button_medgray_in.jpg (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/button_medgray_in.jpg Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/button_whitegray.jpg
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/button_whitegray.jpg?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/button_whitegray.jpg (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/button_whitegray.jpg Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/button_yellow.jpg
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/button_yellow.jpg?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/button_yellow.jpg (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/button_yellow.jpg Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/cal.gif
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/cal.gif?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/cal.gif (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/cal.gif Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/cal.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/cal.png?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/cal.png (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/cal.png Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/collapse.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/collapse.png?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/collapse.png (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/collapse.png Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/exclamation.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/exclamation.png?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/exclamation.png (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/exclamation.png Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/expand.jpg
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/expand.jpg?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/expand.jpg (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/expand.jpg Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/expand.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/expand.png?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/expand.png (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/expand.png Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/fieldlookup.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/fieldlookup.png?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/fieldlookup.png (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/fieldlookup.png Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/footer_bg.gif
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/footer_bg.gif?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/footer_bg.gif (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/footer_bg.gif Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/footer_bg2.gif
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/footer_bg2.gif?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/footer_bg2.gif (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/footer_bg2.gif Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/header_top_bg.gif
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/header_top_bg.gif?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/header_top_bg.gif (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/header_top_bg.gif Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/header_top_bg_btm.gif
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/header_top_bg_btm.gif?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/header_top_bg_btm.gif (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/header_top_bg_btm.gif Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/help.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/help.png?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/help.png (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/help.png Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/information.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/information.png?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/information.png (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/information.png Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ofbiz_logo.gif
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ofbiz_logo.gif?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ofbiz_logo.gif (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ofbiz_logo.gif Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ofbiz_logo.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ofbiz_logo.png?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ofbiz_logo.png (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ofbiz_logo.png Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ofbizbackend_17.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ofbizbackend_17.png?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ofbizbackend_17.png (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ofbizbackend_17.png Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_button.gif
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_button.gif?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_button.gif (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_button.gif Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_button_hover.gif
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_button_hover.gif?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_button_hover.gif (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_button_hover.gif Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_button_hover.jpg
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_button_hover.jpg?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_button_hover.jpg (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_button_hover.jpg Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_button_hover.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_button_hover.png?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_button_hover.png (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_button_hover.png Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_create.gif
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_create.gif?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_create.gif (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_create.gif Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_delete.jpg
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_delete.jpg?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_delete.jpg (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_delete.jpg Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_find.jpg
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_find.jpg?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_find.jpg (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_find.jpg Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_hot_create.gif
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_hot_create.gif?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_hot_create.gif (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_hot_create.gif Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_hot_delete.jpg
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_hot_delete.jpg?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_hot_delete.jpg (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_hot_delete.jpg Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_hot_find.jpg
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_hot_find.jpg?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_hot_find.jpg (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/ptrn_hot_find.jpg Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/resultset_first.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/resultset_first.png?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/resultset_first.png (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/resultset_first.png Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/resultset_first_disabled.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/resultset_first_disabled.png?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/resultset_first_disabled.png (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/resultset_first_disabled.png Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/resultset_first_hot.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/resultset_first_hot.png?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/resultset_first_hot.png (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/resultset_first_hot.png Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/resultset_last.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/resultset_last.png?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/resultset_last.png (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/resultset_last.png Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/resultset_last_disabled.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/resultset_last_disabled.png?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/resultset_last_disabled.png (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/resultset_last_disabled.png Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/resultset_last_hot.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/resultset_last_hot.png?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/resultset_last_hot.png (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/resultset_last_hot.png Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/resultset_next.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/resultset_next.png?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/resultset_next.png (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/resultset_next.png Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/resultset_next_disabled.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/resultset_next_disabled.png?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/resultset_next_disabled.png (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/resultset_next_disabled.png Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/resultset_next_hot.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/resultset_next_hot.png?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/resultset_next_hot.png (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/resultset_next_hot.png Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/resultset_previous.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/resultset_previous.png?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/resultset_previous.png (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/resultset_previous.png Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/resultset_previous_disabled.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/resultset_previous_disabled.png?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/resultset_previous_disabled.png (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/resultset_previous_disabled.png Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/resultset_previous_hot.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/resultset_previous_hot.png?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/resultset_previous_hot.png (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/resultset_previous_hot.png Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/screenlet_shadow1.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/screenlet_shadow1.png?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/screenlet_shadow1.png (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/screenlet_shadow1.png Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/tab_bar.gif
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/tab_bar.gif?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/tab_bar.gif (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/tab_bar.gif Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/tab_bar.jpg
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/tab_bar.jpg?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/tab_bar.jpg (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/tab_bar.jpg Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/tab_normal1.gif
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/tab_normal1.gif?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/tab_normal1.gif (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/tab_normal1.gif Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/tab_normal1.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/tab_normal1.png?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/tab_normal1.png (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/tab_normal1.png Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/tab_selected.jpg
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/tab_selected.jpg?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/tab_selected.jpg (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/tab_selected.jpg Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/tab_selected.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/tab_selected.png?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/tab_selected.png (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/tab_selected.png Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/tooltip.jpg
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/tooltip.jpg?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/tooltip.jpg (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/tooltip.jpg Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/tooltip.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/tooltip.png?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/tooltip.png (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/tooltip.png Tue Feb 16 19:08:04 2010 differ

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/js/dropdown.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/js/dropdown.js?rev=910652&view=auto
==============================================================================
--- ofbiz/trunk/themes/tomahawk/webapp/tomahawk/js/dropdown.js (added)
+++ ofbiz/trunk/themes/tomahawk/webapp/tomahawk/js/dropdown.js Tue Feb 16 19:08:04 2010
@@ -0,0 +1,49 @@
+/*
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+*/
+
+var DropDownMenu = Class.create();
+DropDownMenu.prototype = {
+ initialize: function(menuElement) {
+    var menuTitle = $A(menuElement.getElementsByTagName("h2")).first();
+    menuElement.childElements().each(function(node){
+        // if there is a submenu
+        var submenu = $A(node.getElementsByTagName("ul")).first();
+        if(submenu != null){
+            // make sub-menu invisible
+            Element.extend(submenu).setStyle({display: 'none'});
+            // toggle the visibility of the submenu
+            if (menuTitle != null) {
+                menuTitle.onmouseover = menuTitle.onmouseout = function(){Element.toggle(submenu);};
+                menuTitle = null;
+            }
+            node.onmouseover = node.onmouseout = function(){Element.toggle(submenu);};
+        }
+    });
+  }
+};
+
+Event.observe(window, "load", function(){
+
+});
+
+document.observe('dom:loaded', function(){
+    var mainmenu = new DropDownMenu($('main-navigation'));
+    var appmenu = new DropDownMenu($('app-navigation'));
+});
+

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/screenshot.jpg
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/screenshot.jpg?rev=910652&view=auto
==============================================================================
Files ofbiz/trunk/themes/tomahawk/webapp/tomahawk/screenshot.jpg (added) and ofbiz/trunk/themes/tomahawk/webapp/tomahawk/screenshot.jpg Tue Feb 16 19:08:04 2010 differ