--- a/modules/org.openbravo.client.application/src/org/openbravo/client/application/ApplicationComponentProvider.java Fri Dec 31 13:25:30 2010 +0100
+++ b/modules/org.openbravo.client.application/src/org/openbravo/client/application/ApplicationComponentProvider.java Sat Jan 01 00:31:14 2011 +0100
@@ -165,6 +165,10 @@
globalResources.add(createStaticResource(
"web/org.openbravo.userinterface.smartclient/openbravo/skins/"
+ KernelConstants.SKIN_VERSION_PARAMETER
+ + "/org.openbravo.client.application/ob-form-styles.js", false));
+ globalResources.add(createStaticResource(
+ "web/org.openbravo.userinterface.smartclient/openbravo/skins/"
+ + KernelConstants.SKIN_VERSION_PARAMETER
+ "/org.openbravo.client.application/ob-grid-styles.js", false));
globalResources.add(createStaticResource(
"web/org.openbravo.userinterface.smartclient/openbravo/skins/"
Binary file modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/images/form/sectionItem-bg_Over_closed_end.png has changed
Binary file modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/images/form/sectionItem-bg_Over_closed_start.png has changed
Binary file modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/images/form/sectionItem-bg_Over_closed_stretch.png has changed
Binary file modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/images/form/sectionItem-bg_Over_opened_end.png has changed
Binary file modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/images/form/sectionItem-bg_Over_opened_start.png has changed
Binary file modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/images/form/sectionItem-bg_Over_opened_stretch.png has changed
Binary file modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/images/form/sectionItem-bg_closed_end.png has changed
Binary file modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/images/form/sectionItem-bg_closed_start.png has changed
Binary file modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/images/form/sectionItem-bg_closed_stretch.png has changed
Binary file modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/images/form/sectionItem-bg_opened_end.png has changed
Binary file modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/images/form/sectionItem-bg_opened_start.png has changed
Binary file modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/images/form/sectionItem-bg_opened_stretch.png has changed
Binary file modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/images/form/sectionItem-ico_closed.png has changed
Binary file modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/images/form/sectionItem-ico_opened.png has changed
--- a/modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/ob-form-styles.css Fri Dec 31 13:25:30 2010 +0100
+++ b/modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/ob-form-styles.css Sat Jan 01 00:31:14 2011 +0100
@@ -247,4 +247,17 @@
.OBFormButtonTitleSelectedDisabled {
font-weight: normal;
color: #777;
+}
+
+/*=======================================================================
+ * SectionItem Button Styles
+=======================================================================*/
+
+.OBSectionItemButton_Title_opened,
+.OBSectionItemButton_Title_closed,
+.OBSectionItemButton_Title_Overopened,
+.OBSectionItemButton_Title_Overclosed {
+ font-family: 'lucida sans', sans-serif;
+ font-size: 12px;
+ font-weight: bold;
}
\ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/ob-form-styles.js Sat Jan 01 00:31:14 2011 +0100
@@ -0,0 +1,38 @@
+/*
+ *************************************************************************
+ * The contents of this file are subject to the Openbravo Public License
+ * Version 1.1 (the "License"), being the Mozilla Public License
+ * Version 1.1 with a permitted attribution clause; you may not use this
+ * file except in compliance with the License. You may obtain a copy of
+ * the License at http://www.openbravo.com/legal/license.html
+ * Software distributed under the License is distributed on an "AS IS"
+ * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
+ * License for the specific language governing rights and limitations
+ * under the License.
+ * The Original Code is Openbravo ERP.
+ * The Initial Developer of the Original Code is Openbravo SLU
+ * All portions are Copyright (C) 2010-2011 Openbravo SLU
+ * All Rights Reserved.
+ * Contributor(s): ______________________________________.
+ ************************************************************************
+*/
+
+
+isc.OBSectionItem.addProperties({
+ sectionHeaderClass: "OBSectionItemButton",
+ height: 24
+});
+
+isc.ClassFactory.defineClass('OBSectionItemButton', ImgSectionHeader);
+isc.OBSectionItemButton.changeDefaults("backgroundDefaults", {
+ showRollOver: true,
+ showDown: false,
+ showDisabledIcon: false,
+ showRollOverIcon: false,
+ src: "[SKIN]/../../org.openbravo.client.application/images/form/sectionItem-bg.png",
+ icon: "[SKIN]/../../org.openbravo.client.application/images/form/sectionItem-ico.png",
+ iconSize: 12,
+ capSize: 12,
+ titleStyle: "OBSectionItemButton_Title_",
+ backgroundColor: "transparent"
+})
\ No newline at end of file