svn commit: r1820982 - in /ofbiz: ofbiz-framework/trunk/themes/ ofbiz-framework/trunk/themes/bluelight/webapp/bluelight/ ofbiz-framework/trunk/themes/bluelight/widget/ ofbiz-framework/trunk/themes/flatgrey/webapp/flatgrey/ ofbiz-framework/trunk/themes/...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1820982 - in /ofbiz: ofbiz-framework/trunk/themes/ ofbiz-framework/trunk/themes/bluelight/webapp/bluelight/ ofbiz-framework/trunk/themes/bluelight/widget/ ofbiz-framework/trunk/themes/flatgrey/webapp/flatgrey/ ofbiz-framework/trunk/themes/...

jleroux@apache.org
Author: jleroux
Date: Fri Jan 12 13:49:09 2018
New Revision: 1820982

URL: http://svn.apache.org/viewvc?rev=1820982&view=rev
Log:
Improved: Clean images, among them logos, in all locations used
(OFBIZ-10128)

Fix my previous commits, there is no themes webapp so no URL at
/themes/common/webapp/images/ofbiz_logo.png
It's only images/ofbiz_logo.png

Also not sure it was me (most probably) but it should
VT_HDR_IMAGE_URL
not
VT_HDR_IMAGE_Url

Modified:
    ofbiz/ofbiz-framework/trunk/themes/README.md
    ofbiz/ofbiz-framework/trunk/themes/bluelight/webapp/bluelight/docbook.css
    ofbiz/ofbiz-framework/trunk/themes/bluelight/widget/Theme.xml
    ofbiz/ofbiz-framework/trunk/themes/flatgrey/webapp/flatgrey/docbook.css
    ofbiz/ofbiz-framework/trunk/themes/flatgrey/widget/Theme.xml
    ofbiz/ofbiz-framework/trunk/themes/rainbowstone/webapp/rainbowstone/docbook.css
    ofbiz/ofbiz-framework/trunk/themes/rainbowstone/widget/Theme.xml
    ofbiz/ofbiz-framework/trunk/themes/tomahawk/webapp/tomahawk/css/docbook.css
    ofbiz/ofbiz-framework/trunk/themes/tomahawk/widget/Theme.xml
    ofbiz/ofbiz-plugins/trunk/birt/data/example/ExamplePortletData.xml

Modified: ofbiz/ofbiz-framework/trunk/themes/README.md
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/README.md?rev=1820982&r1=1820981&r2=1820982&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/themes/README.md (original)
+++ ofbiz/ofbiz-framework/trunk/themes/README.md Fri Jan 12 13:49:09 2018
@@ -242,7 +242,7 @@ The blue light theme has been these prop
 ```xml
     <VisualTheme visualThemeId="BLUELIGHT" visualThemeSetId="BACKOFFICE" description="BlueLight Theme: breadcrumbs, drop-down menus and rounded corners"/>
     <VisualThemeResource visualThemeId="BLUELIGHT" resourceTypeEnumId="VT_NAME" resourceValue="BLUELIGHT" sequenceId="01"/>
-    <VisualThemeResource visualThemeId="BLUELIGHT" resourceTypeEnumId="VT_HDR_IMAGE_Url" resourceValue="/images/ofbiz_logo.png" sequenceId="01"/>
+    <VisualThemeResource visualThemeId="BLUELIGHT" resourceTypeEnumId="VT_HDR_IMAGE_URL" resourceValue="/images/ofbiz_logo.png" sequenceId="01"/>
     <VisualThemeResource visualThemeId="BLUELIGHT" resourceTypeEnumId="VT_SHORTCUT_ICON" resourceValue="/themes/common/webapp/images/ofbiz.ico" sequenceId="01"/>
     <VisualThemeResource visualThemeId="BLUELIGHT" resourceTypeEnumId="VT_SCREENSHOT" resourceValue="/bluelight/screenshot.jpg" sequenceId="01"/>
 

Modified: ofbiz/ofbiz-framework/trunk/themes/bluelight/webapp/bluelight/docbook.css
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/bluelight/webapp/bluelight/docbook.css?rev=1820982&r1=1820981&r2=1820982&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/themes/bluelight/webapp/bluelight/docbook.css (original)
+++ ofbiz/ofbiz-framework/trunk/themes/bluelight/webapp/bluelight/docbook.css Fri Jan 12 13:49:09 2018
@@ -18,7 +18,7 @@ specific language governing permissions
 under the License.
 ***********************************************/
 body {
-    background: transparent url(/themes/common/webapp/images/ofbiz_logo.png) no-repeat scroll left top;
+    background: transparent url(/images/ofbiz_logo.png) no-repeat scroll left top;
     color: #000;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: .75em;

Modified: ofbiz/ofbiz-framework/trunk/themes/bluelight/widget/Theme.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/bluelight/widget/Theme.xml?rev=1820982&r1=1820981&r2=1820982&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/themes/bluelight/widget/Theme.xml (original)
+++ ofbiz/ofbiz-framework/trunk/themes/bluelight/widget/Theme.xml Fri Jan 12 13:49:09 2018
@@ -37,7 +37,7 @@ under the License.
         <property name="VT_HELPSTYLESHEET['add']" value="/bluelight/help.css"/>
         <property name="VT_DOCBOOKSTYLESHEET['add']" value="/bluelight/webapp/bluelight/docbook.css"/>
         <!--header image -->
-        <property name="VT_HDR_IMAGE_Url" value="/images/ofbiz_logo.png"/>
+        <property name="VT_HDR_IMAGE_URL" value="/images/ofbiz_logo.png"/>
         <!--template location-->
         <property name="VT_HDR_TMPLT_LOC" value="component://bluelight/template/Header.ftl"/>
         <property name="VT_FTR_TMPLT_LOC" value="component://bluelight/template/Footer.ftl"/>

Modified: ofbiz/ofbiz-framework/trunk/themes/flatgrey/webapp/flatgrey/docbook.css
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/flatgrey/webapp/flatgrey/docbook.css?rev=1820982&r1=1820981&r2=1820982&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/themes/flatgrey/webapp/flatgrey/docbook.css (original)
+++ ofbiz/ofbiz-framework/trunk/themes/flatgrey/webapp/flatgrey/docbook.css Fri Jan 12 13:49:09 2018
@@ -18,7 +18,7 @@ specific language governing permissions
 under the License.
 ***********************************************/
 body {
-    background: transparent url(/themes/common/webapp/images/ofbiz_logo.png) no-repeat scroll left top;
+    background: transparent url(/images/ofbiz_logo.png) no-repeat scroll left top;
     color: #000;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: .75em;

Modified: ofbiz/ofbiz-framework/trunk/themes/flatgrey/widget/Theme.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/flatgrey/widget/Theme.xml?rev=1820982&r1=1820981&r2=1820982&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/themes/flatgrey/widget/Theme.xml (original)
+++ ofbiz/ofbiz-framework/trunk/themes/flatgrey/widget/Theme.xml Fri Jan 12 13:49:09 2018
@@ -31,7 +31,7 @@ under the License.
 
     <theme-properties>
         <!--header image -->
-        <property name="VT_HDR_IMAGE_Url" value="/images/ofbiz_logo.png"/>
+        <property name="VT_HDR_IMAGE_URL" value="/images/ofbiz_logo.png"/>
         <!--template location-->
         <property name="VT_HDR_TMPLT_LOC" value="component://flatgrey/template/Header.ftl"/>
         <property name="VT_FTR_TMPLT_LOC" value="component://flatgrey/template/Footer.ftl"/>

Modified: ofbiz/ofbiz-framework/trunk/themes/rainbowstone/webapp/rainbowstone/docbook.css
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/rainbowstone/webapp/rainbowstone/docbook.css?rev=1820982&r1=1820981&r2=1820982&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/themes/rainbowstone/webapp/rainbowstone/docbook.css (original)
+++ ofbiz/ofbiz-framework/trunk/themes/rainbowstone/webapp/rainbowstone/docbook.css Fri Jan 12 13:49:09 2018
@@ -18,7 +18,7 @@ specific language governing permissions
 under the License.
 ***********************************************/
 body {
-    background: transparent url(/themes/common/webapp/images/ofbiz_logo.png) no-repeat scroll left top;
+    background: transparent url(/images/ofbiz_logo.png) no-repeat scroll left top;
     color: #000;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: .75em;

Modified: ofbiz/ofbiz-framework/trunk/themes/rainbowstone/widget/Theme.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/rainbowstone/widget/Theme.xml?rev=1820982&r1=1820981&r2=1820982&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/themes/rainbowstone/widget/Theme.xml (original)
+++ ofbiz/ofbiz-framework/trunk/themes/rainbowstone/widget/Theme.xml Fri Jan 12 13:49:09 2018
@@ -38,7 +38,7 @@ under the License.
     <extends location="component://common-theme/widget/Theme.xml"/>
     <theme-properties>
         <!--header image -->
-        <property name="VT_HDR_IMAGE_Url" value="/images/ofbiz_logo.png"/>
+        <property name="VT_HDR_IMAGE_URL" value="/images/ofbiz_logo.png"/>
         <!--template location-->
         <property name="VT_HDR_TMPLT_LOC" value="component://rainbowstone/template/includes/Header.ftl"/>
         <property name="VT_FTR_TMPLT_LOC" value="component://rainbowstone/template/includes/Footer.ftl"/>

Modified: ofbiz/ofbiz-framework/trunk/themes/tomahawk/webapp/tomahawk/css/docbook.css
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/tomahawk/webapp/tomahawk/css/docbook.css?rev=1820982&r1=1820981&r2=1820982&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/themes/tomahawk/webapp/tomahawk/css/docbook.css (original)
+++ ofbiz/ofbiz-framework/trunk/themes/tomahawk/webapp/tomahawk/css/docbook.css Fri Jan 12 13:49:09 2018
@@ -18,7 +18,7 @@ specific language governing permissions
 under the License.
 ***********************************************/
 body {
-    background: transparent url(/themes/common/webapp/images/ofbiz_logo.png) no-repeat scroll left top;
+    background: transparent url(/images/ofbiz_logo.png) no-repeat scroll left top;
     color: #000;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: .75em;

Modified: ofbiz/ofbiz-framework/trunk/themes/tomahawk/widget/Theme.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/tomahawk/widget/Theme.xml?rev=1820982&r1=1820981&r2=1820982&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/themes/tomahawk/widget/Theme.xml (original)
+++ ofbiz/ofbiz-framework/trunk/themes/tomahawk/widget/Theme.xml Fri Jan 12 13:49:09 2018
@@ -36,7 +36,7 @@ under the License.
         <property name="VT_NAV_CLOSE_TMPLT" value="component://tomahawk/template/AppBarClose.ftl"/>
         <property name="VT_MSG_TMPLT_LOC" value="component://common-theme/template/includes/Messages.ftl"/>
         <!--header image -->
-        <property name="VT_HDR_IMAGE_Url" value="/images/ofbiz_logo.png"/>
+        <property name="VT_HDR_IMAGE_URL" value="/images/ofbiz_logo.png"/>
         <!--javascript lib-->
         <property name="VT_HDR_JAVASCRIPT['add']" value="/tomahawk/js/dropdown.js"/>
         <!--Css style-->

Modified: ofbiz/ofbiz-plugins/trunk/birt/data/example/ExamplePortletData.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/birt/data/example/ExamplePortletData.xml?rev=1820982&r1=1820981&r2=1820982&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/birt/data/example/ExamplePortletData.xml (original)
+++ ofbiz/ofbiz-plugins/trunk/birt/data/example/ExamplePortletData.xml Fri Jan 12 13:49:09 2018
@@ -21,7 +21,7 @@ under the License.
     <PortalPortlet portalPortletId="EXAMPLE_1" portletName="Example 1" description="Example portlet n. 1"
         screenName="ExamplePortlet1" screenLocation="component://example/widget/example/PortletScreens.xml"
         editFormName="ExamplePortlet1Edit" editFormLocation="component://example/widget/example/PortletEditForms.xml"
-        screenshot="/themes/common/webapp/images/ofbiz_logo.png"/>
+        screenshot="/images/ofbiz_logo.png"/>
 
     <PortalPortlet portalPortletId="EXAMPLE_2" portletName="Example 2" description="Example portlet n. 2"
         screenName="ExamplePortlet2" screenLocation="component://example/widget/example/PortletScreens.xml"