You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2011/03/21 02:48:52 UTC

svn commit: r1083662 - in /ofbiz/trunk: applications/product/webapp/catalog/category/ applications/product/widget/catalog/ themes/bizznesstime/webapp/bizznesstime/css/ themes/bluelight/webapp/bluelight/ themes/droppingcrumbs/webapp/droppingcrumbs/css/ ...

Author: hansbak
Date: Mon Mar 21 01:48:51 2011
New Revision: 1083662

URL: http://svn.apache.org/viewvc?rev=1083662&view=rev
Log:
all trees in the sytem now have the same css and can be set in the themes

Modified:
    ofbiz/trunk/applications/product/webapp/catalog/category/CategoryTree.ftl
    ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml
    ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css
    ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css
    ofbiz/trunk/themes/droppingcrumbs/webapp/droppingcrumbs/css/style.css
    ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css
    ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css

Modified: ofbiz/trunk/applications/product/webapp/catalog/category/CategoryTree.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/category/CategoryTree.ftl?rev=1083662&r1=1083661&r2=1083662&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/category/CategoryTree.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/category/CategoryTree.ftl Mon Mar 21 01:48:51 2011
@@ -73,21 +73,7 @@ var rawdata = [
                         }; 
                     }
                 }
-            },
-            "themes" : {
-                "icons" : true
-            },
-        "types" : {
-            "valid_children" : [ "root" ],
-            "types" : {
-                "CATEGORY" : {
-                    "icon" : {
-                        "image" : "/images/jquery/plugins/jsTree/themes/apple/d.png",
-                        "position" : "10px40px"
-                    }
-                }
             }
-        }
         });
     });
   }

Modified: ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml?rev=1083662&r1=1083661&r2=1083662&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml Mon Mar 21 01:48:51 2011
@@ -44,7 +44,6 @@ under the License.
                 <set field="layoutSettings.javaScripts[+0]" value="/images/jquery/ui/development-bundle/external/jquery.cookie.js" global="true"/>
                 <set field="layoutSettings.javaScripts[+0]" value="/images/jquery/plugins/jsTree/jquery.jstree.js" global="true"/>
                 <set field="layoutSettings.javaScripts[+0]" value="/images/jquery/jquery-1.5.1.min.js" global="true"/>
-                <set field="layoutSettings.styleSheets[+0]" value="/images/catalog/categorytree.css" global="true"/>
             </actions>
             <widgets>
                 <include-screen name="ApplicationDecorator" location="component://commonext/widget/CommonScreens.xml"/>

Modified: ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css?rev=1083662&r1=1083661&r2=1083662&view=diff
==============================================================================
--- ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css (original)
+++ ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css Mon Mar 21 01:48:51 2011
@@ -2147,3 +2147,23 @@ height:22px;
 * html .ui-autocomplete {
     height: 250px;
 }
+
+/* The custom CSS for adjust the JsTree */
+.jstree-default .jstree-leaf > ins { 
+ background-position:-36px 0;
+ vertical-align: top;
+ }
+html>/**/body .jstree-default a {
+white-space:normal !important;
+ height: auto;
+ }
+/* IE6 and below */  
+* html .jstree-default a { 
+white-space:normal;
+height: auto;
+}
+/* IE7 */  
+*+html .jstree-default a {
+white-space:normal;
+height: auto;
+}

Modified: ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css?rev=1083662&r1=1083661&r2=1083662&view=diff
==============================================================================
--- ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css (original)
+++ ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css Mon Mar 21 01:48:51 2011
@@ -2706,3 +2706,23 @@ width:10%
 * html .ui-autocomplete {
     height: 250px;
 }
+
+/* The custom CSS for adjust the JsTree */
+.jstree-default .jstree-leaf > ins { 
+ background-position:-36px 0;
+ vertical-align: top;
+ }
+html>/**/body .jstree-default a {
+white-space:normal !important;
+ height: auto;
+ }
+/* IE6 and below */  
+* html .jstree-default a { 
+white-space:normal;
+height: auto;
+}
+/* IE7 */  
+*+html .jstree-default a {
+white-space:normal;
+height: auto;
+}

Modified: ofbiz/trunk/themes/droppingcrumbs/webapp/droppingcrumbs/css/style.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/droppingcrumbs/webapp/droppingcrumbs/css/style.css?rev=1083662&r1=1083661&r2=1083662&view=diff
==============================================================================
--- ofbiz/trunk/themes/droppingcrumbs/webapp/droppingcrumbs/css/style.css (original)
+++ ofbiz/trunk/themes/droppingcrumbs/webapp/droppingcrumbs/css/style.css Mon Mar 21 01:48:51 2011
@@ -2691,3 +2691,23 @@ width:10%
 * html .ui-autocomplete {
     height: 250px;
 }
+
+/* The custom CSS for adjust the JsTree */
+.jstree-default .jstree-leaf > ins { 
+ background-position:-36px 0;
+ vertical-align: top;
+ }
+html>/**/body .jstree-default a {
+white-space:normal !important;
+ height: auto;
+ }
+/* IE6 and below */  
+* html .jstree-default a { 
+white-space:normal;
+height: auto;
+}
+/* IE7 */  
+*+html .jstree-default a {
+white-space:normal;
+height: auto;
+}

Modified: ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css?rev=1083662&r1=1083661&r2=1083662&view=diff
==============================================================================
--- ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css (original)
+++ ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css Mon Mar 21 01:48:51 2011
@@ -2137,3 +2137,23 @@ width: 30em;
 * html .ui-autocomplete {
     height: 250px;
 }
+
+/* The custom CSS for adjust the JsTree */
+.jstree-default .jstree-leaf > ins { 
+ background-position:-36px 0;
+ vertical-align: top;
+ }
+html>/**/body .jstree-default a {
+white-space:normal !important;
+ height: auto;
+ }
+/* IE6 and below */  
+* html .jstree-default a { 
+white-space:normal;
+height: auto;
+}
+/* IE7 */  
+*+html .jstree-default a {
+white-space:normal;
+height: auto;
+}

Modified: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css?rev=1083662&r1=1083661&r2=1083662&view=diff
==============================================================================
--- ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css (original)
+++ ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css Mon Mar 21 01:48:51 2011
@@ -2989,3 +2989,23 @@ width:10%
 * html .ui-autocomplete {
     height: 250px;
 }
+
+/* The custom CSS for adjust the JsTree */
+.jstree-default .jstree-leaf > ins { 
+ background-position:-36px 0;
+ vertical-align: top;
+ }
+html>/**/body .jstree-default a {
+white-space:normal !important;
+ height: auto;
+ }
+/* IE6 and below */  
+* html .jstree-default a { 
+white-space:normal;
+height: auto;
+}
+/* IE7 */  
+*+html .jstree-default a {
+white-space:normal;
+height: auto;
+}