Author: jleroux
Date: Sat Dec  2 07:35:37 2017
New Revision: 1816932

URL: http://svn.apache.org/viewvc?rev=1816932&view=rev
Log:
Improved: The main logo in screen upper part shows distorted
(OFBIZ-9990)

Forgot the plugins :/

Modified:
    ofbiz/ofbiz-plugins/trunk/assetmaint/widget/CommonScreens.xml
    ofbiz/ofbiz-plugins/trunk/assetmaint/widget/ismgr/CommonScreens.xml
    
ofbiz/ofbiz-plugins/trunk/birt/src/main/java/org/apache/ofbiz/birt/flexible/ReportDesignGenerator.java
    
ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/AcctgTransEntriesSearchResultsInvoiceAndPayment.rptdesign
    
ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/BalanceSheet.rptdesign
    
ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/IncomeStatement.rptdesign
    
ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/InvoiceAcctgTransEntry.rptdesign
    
ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/PaymentAcctgTransEntry.rptdesign
    
ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/TrialBalance.rptdesign
    ofbiz/ofbiz-plugins/trunk/birt/widget/birt/BirtScreens.xml
    ofbiz/ofbiz-plugins/trunk/cmssite/template/ofbiz/OfbizHead.ftl
    ofbiz/ofbiz-plugins/trunk/ecommerce/data/DemoSurvey.xml
    ofbiz/ofbiz-plugins/trunk/ecommerce/data/EcommerceTypeData.xml
    ofbiz/ofbiz-plugins/trunk/example/data/ExamplePortletData.xml
    ofbiz/ofbiz-plugins/trunk/example/widget/example/CommonScreens.xml
    ofbiz/ofbiz-plugins/trunk/multiflex/data/MultiflexThemeData.xml
    ofbiz/ofbiz-plugins/trunk/projectmgr/widget/CommonScreens.xml

Modified: ofbiz/ofbiz-plugins/trunk/assetmaint/widget/CommonScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/assetmaint/widget/CommonScreens.xml?rev=1816932&r1=1816931&r2=1816932&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/assetmaint/widget/CommonScreens.xml (original)
+++ ofbiz/ofbiz-plugins/trunk/assetmaint/widget/CommonScreens.xml Sat Dec  2 
07:35:37 2017
@@ -35,7 +35,7 @@ under the License.
                 <set field="layoutSettings.companySubtitle" 
from-field="uiLabelMap.AssetMaintCompanySubtitle" global="true"/>
                 <!-- layoutSettings.headerImageUrl can be used to specify an 
application specific logo; if not set,
                      then the global layoutSettings.commonHeaderImageUrl 
(specified in GlobalDecorator) will be used. -->
-                <!--<set field="layoutSettings.headerImageUrl" 
value="/images/ofbiz_logo.gif" global="true"/>-->
+                <!--<set field="layoutSettings.headerImageUrl" 
value="/images/ofbiz_logo.png" global="true"/>-->
                 <set field="applicationMenuName" value="AssetMaintAppBar" 
global="true"/>
                 <set field="applicationMenuLocation" 
value="component://assetmaint/widget/AssetmaintMenus.xml" global="true"/>
                 <set field="applicationTitle" 
from-field="uiLabelMap.AssetMaintApplication"/>

Modified: ofbiz/ofbiz-plugins/trunk/assetmaint/widget/ismgr/CommonScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/assetmaint/widget/ismgr/CommonScreens.xml?rev=1816932&r1=1816931&r2=1816932&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/assetmaint/widget/ismgr/CommonScreens.xml 
(original)
+++ ofbiz/ofbiz-plugins/trunk/assetmaint/widget/ismgr/CommonScreens.xml Sat Dec 
 2 07:35:37 2017
@@ -38,7 +38,7 @@ under the License.
                 <set field="layoutSettings.companySubtitle" 
from-field="uiLabelMap.IsMgrCompanySubtitle" global="true"/>
                 <!-- layoutSettings.headerImageUrl can be used to specify an 
application specific logo; if not set,
                      then the global layoutSettings.commonHeaderImageUrl 
(specified in GlobalDecorator) will be used. -->
-                <!--<set field="layoutSettings.headerImageUrl" 
value="/images/ofbiz_logo.gif" global="true"/>-->
+                <!--<set field="layoutSettings.headerImageUrl" 
value="/images/ofbiz_logo.png" global="true"/>-->
             </actions>
             <widgets>
                 <include-screen name="ApplicationDecorator" 
location="component://commonext/widget/CommonScreens.xml"/>

Modified: 
ofbiz/ofbiz-plugins/trunk/birt/src/main/java/org/apache/ofbiz/birt/flexible/ReportDesignGenerator.java
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/birt/src/main/java/org/apache/ofbiz/birt/flexible/ReportDesignGenerator.java?rev=1816932&r1=1816931&r2=1816932&view=diff
==============================================================================
--- 
ofbiz/ofbiz-plugins/trunk/birt/src/main/java/org/apache/ofbiz/birt/flexible/ReportDesignGenerator.java
 (original)
+++ 
ofbiz/ofbiz-plugins/trunk/birt/src/main/java/org/apache/ofbiz/birt/flexible/ReportDesignGenerator.java
 Sat Dec  2 07:35:37 2017
@@ -214,7 +214,7 @@ public class ReportDesignGenerator {
         ImageHandle image = factory.newImage(null);
         CellHandle cell = (CellHandle) row.getCells().get(0);
         cell.getContent().add(image);
-        image.setURL("http://ofbiz.apache.org/images/ofbiz_logo.gif";);
+        image.setURL("http://ofbiz.apache.org/images/ofbiz_logo.png";);
         LabelHandle label = factory.newLabel(null);
         cell = (CellHandle) row.getCells().get(1);
         cell.getContent().add(label);

Modified: 
ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/AcctgTransEntriesSearchResultsInvoiceAndPayment.rptdesign
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/AcctgTransEntriesSearchResultsInvoiceAndPayment.rptdesign?rev=1816932&r1=1816931&r2=1816932&view=diff
==============================================================================
--- 
ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/AcctgTransEntriesSearchResultsInvoiceAndPayment.rptdesign
 (original)
+++ 
ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/AcctgTransEntriesSearchResultsInvoiceAndPayment.rptdesign
 Sat Dec  2 07:35:37 2017
@@ -35,7 +35,7 @@ organizationPartyGroup = delegator.findO
 // set logo image url
 logoImageUrl = organizationPartyGroup.getString("logoImageUrl");
 if (!logoImageUrl) {
-    logoImageUrl = 
FileUtil.getFile("component://common-theme/webapp/images/ofbiz_logo.gif").getPath();
+    logoImageUrl = 
FileUtil.getFile("component://common-theme/webapp/images/ofbiz_logo.png").getPath();
 }
 
 dateFormatter = new java.text.SimpleDateFormat("dd MMMMM yyyy");

Modified: 
ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/BalanceSheet.rptdesign
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/BalanceSheet.rptdesign?rev=1816932&r1=1816931&r2=1816932&view=diff
==============================================================================
--- 
ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/BalanceSheet.rptdesign 
(original)
+++ 
ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/BalanceSheet.rptdesign 
Sat Dec  2 07:35:37 2017
@@ -47,7 +47,7 @@ partyNameView = delegator.findOne("Party
 // set logo image url
 logoImageUrl = organizationPartyGroup.getString("logoImageUrl");
 if (!logoImageUrl) {
-    logoImageUrl = 
FileUtil.getFile("component://common-theme/webapp/images/ofbiz_logo.gif").getPath();
+    logoImageUrl = 
FileUtil.getFile("component://common-theme/webapp/images/ofbiz_logo.png").getPath();
 }
 
 fromDate = null;

Modified: 
ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/IncomeStatement.rptdesign
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/IncomeStatement.rptdesign?rev=1816932&r1=1816931&r2=1816932&view=diff
==============================================================================
--- 
ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/IncomeStatement.rptdesign
 (original)
+++ 
ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/IncomeStatement.rptdesign
 Sat Dec  2 07:35:37 2017
@@ -47,7 +47,7 @@ partyNameView = delegator.findOne("Party
 // set logo image url
 logoImageUrl = organizationPartyGroup.getString("logoImageUrl");
 if (!logoImageUrl) {
-    logoImageUrl = 
FileUtil.getFile("component://common-theme/webapp/images/ofbiz_logo.gif").getPath();
+    logoImageUrl = 
FileUtil.getFile("component://common-theme/webapp/images/ofbiz_logo.png").getPath();
 }
 
 fromDate = null;

Modified: 
ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/InvoiceAcctgTransEntry.rptdesign
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/InvoiceAcctgTransEntry.rptdesign?rev=1816932&r1=1816931&r2=1816932&view=diff
==============================================================================
--- 
ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/InvoiceAcctgTransEntry.rptdesign
 (original)
+++ 
ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/InvoiceAcctgTransEntry.rptdesign
 Sat Dec  2 07:35:37 2017
@@ -62,7 +62,7 @@ companyLogoCtx.put("delegator", delegato
 
GroovyUtil.runScriptAtLocation("component://order/groovyScripts/order/CompanyHeader.groovy",
 companyLogoCtx);
 logoImageUrl = companyLogoCtx.get("logoImageUrl");
 if (!logoImageUrl) {
-    logoImageUrl = 
FileUtil.getFile("component://common-theme/webapp/images/ofbiz_logo.gif").getPath();
+    logoImageUrl = 
FileUtil.getFile("component://common-theme/webapp/images/ofbiz_logo.png").getPath();
 }
 
 // create application list

Modified: 
ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/PaymentAcctgTransEntry.rptdesign
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/PaymentAcctgTransEntry.rptdesign?rev=1816932&r1=1816931&r2=1816932&view=diff
==============================================================================
--- 
ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/PaymentAcctgTransEntry.rptdesign
 (original)
+++ 
ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/PaymentAcctgTransEntry.rptdesign
 Sat Dec  2 07:35:37 2017
@@ -54,7 +54,7 @@ organizationPartyGroup = delegator.findO
 // set logo image url
 logoImageUrl = organizationPartyGroup.getString("logoImageUrl");
 if (!logoImageUrl) {
-    logoImageUrl = 
FileUtil.getFile("component://common-theme/webapp/images/ofbiz_logo.gif").getPath();
+    logoImageUrl = 
FileUtil.getFile("component://common-theme/webapp/images/ofbiz_logo.png").getPath();
 }
 
 // create debit/credit total variable

Modified: 
ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/TrialBalance.rptdesign
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/TrialBalance.rptdesign?rev=1816932&r1=1816931&r2=1816932&view=diff
==============================================================================
--- 
ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/TrialBalance.rptdesign 
(original)
+++ 
ofbiz/ofbiz-plugins/trunk/birt/webapp/accounting/reports/TrialBalance.rptdesign 
Sat Dec  2 07:35:37 2017
@@ -46,7 +46,7 @@ customerTimePeriod = delegator.findOne("
 // set logo image url
 logoImageUrl = organizationPartyGroup.getString("logoImageUrl");
 if (!logoImageUrl) {
-    logoImageUrl = 
FileUtil.getFile("component://common-theme/webapp/images/ofbiz_logo.gif").getPath();
+    logoImageUrl = 
FileUtil.getFile("component://common-theme/webapp/images/ofbiz_logo.png").getPath();
 }
 
 // prepare parties list

Modified: ofbiz/ofbiz-plugins/trunk/birt/widget/birt/BirtScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/birt/widget/birt/BirtScreens.xml?rev=1816932&r1=1816931&r2=1816932&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/birt/widget/birt/BirtScreens.xml (original)
+++ ofbiz/ofbiz-plugins/trunk/birt/widget/birt/BirtScreens.xml Sat Dec  2 
07:35:37 2017
@@ -32,7 +32,7 @@ under the License.
                 <set field="layoutSettings.companySubtitle" 
from-field="uiLabelMap.BirtCompanySubtitle" global="true"/>
                 <!-- layoutSettings.headerImageUrl can be used to specify an 
application specific logo; if not set,
                     then the global layoutSettings.commonHeaderImageUrl 
(specified in GlobalDecorator) will be used. -->
-                <!--<set field="layoutSettings.headerImageUrl" 
value="/images/ofbiz_logo.gif" global="true"/>-->
+                <!--<set field="layoutSettings.headerImageUrl" 
value="/images/ofbiz_logo.png" global="true"/>-->
 
                 <!-- <set field="layoutSettings.headerMiddleBackgroundUrl" 
value="" global="true"/> -->
                 <!-- <set field="layoutSettings.headerRightBackgroundUrl" 
value="" global="true"/> -->

Modified: ofbiz/ofbiz-plugins/trunk/cmssite/template/ofbiz/OfbizHead.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/cmssite/template/ofbiz/OfbizHead.ftl?rev=1816932&r1=1816931&r2=1816932&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/cmssite/template/ofbiz/OfbizHead.ftl (original)
+++ ofbiz/ofbiz-plugins/trunk/cmssite/template/ofbiz/OfbizHead.ftl Sat Dec  2 
07:35:37 2017
@@ -47,7 +47,7 @@ under the License.
 <div class="headerboxoutside">
     <div class="headerboxtop">
         <div class="left">
-            <a href="http://ofbiz.apache.org/";><img 
src="/ofbiz/images/ofbiz_logo.gif" border="0" alt="The Apache OFBiz 
Project"/></a>
+            <a href="http://ofbiz.apache.org/";><img 
src="/ofbiz/images/ofbiz_logo.png" border="0" alt="The Apache OFBiz 
Project"/></a>
         </div>
         <div class="right">
             <a href="http://ofbiz.apache.org/";><img class="main-logo" 
src="/ofbiz/images/ofbiz_powered.gif" alt="Powered By Apache OFBiz"/></a>

Modified: ofbiz/ofbiz-plugins/trunk/ecommerce/data/DemoSurvey.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/ecommerce/data/DemoSurvey.xml?rev=1816932&r1=1816931&r2=1816932&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/ecommerce/data/DemoSurvey.xml (original)
+++ ofbiz/ofbiz-plugins/trunk/ecommerce/data/DemoSurvey.xml Sat Dec  2 07:35:37 
2017
@@ -53,7 +53,7 @@ under the License.
     <SurveyQuestion surveyQuestionId="1034" surveyQuestionCategoryId="1001" 
surveyQuestionTypeId="OPTION" question="How would you rate this store for 
on-line functionality?"/>
     <SurveyQuestion surveyQuestionId="1035" surveyQuestionCategoryId="1001" 
surveyQuestionTypeId="URL" question="What is your favorite on-line store? 
(Enter Valid URL)"/>
     <SurveyQuestion surveyQuestionId="1036" surveyQuestionCategoryId="1001" 
surveyQuestionTypeId="TEXTAREA" question="Comments:"/>
-    <SurveyQuestion surveyQuestionId="1037" surveyQuestionCategoryId="1001" 
surveyQuestionTypeId="SEPERATOR_TEXT" question="&lt;img 
src=&quot;https://localhost:8443/images/ofbiz_logo.gif&quot;&gt;"/>
+    <SurveyQuestion surveyQuestionId="1037" surveyQuestionCategoryId="1001" 
surveyQuestionTypeId="SEPERATOR_TEXT" question="&lt;img 
src=&quot;https://localhost:8443/images/ofbiz_logo.png&quot;&gt;"/>
     <SurveyQuestion surveyQuestionId="1038" surveyQuestionCategoryId="1001" 
surveyQuestionTypeId="SEPERATOR_LINE"/>
     <SurveyQuestion surveyQuestionId="1042" surveyQuestionCategoryId="1001" 
surveyQuestionTypeId="CONTENT" question="Do you have a picture you would like 
to attach?"/>
 

Modified: ofbiz/ofbiz-plugins/trunk/ecommerce/data/EcommerceTypeData.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/ecommerce/data/EcommerceTypeData.xml?rev=1816932&r1=1816931&r2=1816932&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/ecommerce/data/EcommerceTypeData.xml (original)
+++ ofbiz/ofbiz-plugins/trunk/ecommerce/data/EcommerceTypeData.xml Sat Dec  2 
07:35:37 2017
@@ -26,7 +26,7 @@ under the License.
     <VisualThemeResource visualThemeId="EC_DEFAULT" 
resourceTypeEnumId="VT_STYLESHEET" 
resourceValue="/ecommerce/images/ecommain.css" sequenceId="02"/>
     <VisualThemeResource visualThemeId="EC_DEFAULT" 
resourceTypeEnumId="VT_STYLESHEET" 
resourceValue="/contentimages/css/contentForum.css" sequenceId="03"/>
     <VisualThemeResource visualThemeId="EC_DEFAULT" 
resourceTypeEnumId="VT_SHORTCUT_ICON" resourceValue="/images/ofbiz.ico" 
sequenceId="04"/>
-    <VisualThemeResource visualThemeId="EC_DEFAULT" 
resourceTypeEnumId="VT_HDR_IMAGE_URL" resourceValue="/images/ofbiz_logo.gif" 
sequenceId="05"/>
+    <VisualThemeResource visualThemeId="EC_DEFAULT" 
resourceTypeEnumId="VT_HDR_IMAGE_URL" resourceValue="/images/ofbiz_logo.png" 
sequenceId="05"/>
     <VisualThemeResource visualThemeId="EC_DEFAULT" 
resourceTypeEnumId="VT_HDR_TMPLT_LOC" 
resourceValue="component://ecommerce/template/includes/Header.ftl" 
sequenceId="06"/>
     <VisualThemeResource visualThemeId="EC_DEFAULT" 
resourceTypeEnumId="VT_FTR_TMPLT_LOC" 
resourceValue="component://ecommerce/template/includes/Footer.ftl" 
sequenceId="07"/>
     <VisualThemeResource visualThemeId="EC_DEFAULT" 
resourceTypeEnumId="VT_SCREENSHOT" resourceValue="/images/ecdefaulttheme.jpg" 
sequenceId="08"/>

Modified: ofbiz/ofbiz-plugins/trunk/example/data/ExamplePortletData.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/example/data/ExamplePortletData.xml?rev=1816932&r1=1816931&r2=1816932&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/example/data/ExamplePortletData.xml (original)
+++ ofbiz/ofbiz-plugins/trunk/example/data/ExamplePortletData.xml Sat Dec  2 
07:35:37 2017
@@ -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="/images/ofbiz_logo.gif"/>
+        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"

Modified: ofbiz/ofbiz-plugins/trunk/example/widget/example/CommonScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/example/widget/example/CommonScreens.xml?rev=1816932&r1=1816931&r2=1816932&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/example/widget/example/CommonScreens.xml 
(original)
+++ ofbiz/ofbiz-plugins/trunk/example/widget/example/CommonScreens.xml Sat Dec  
2 07:35:37 2017
@@ -32,7 +32,7 @@ under the License.
                 <set field="layoutSettings.companySubtitle" 
from-field="uiLabelMap.ExampleCompanySubtitle" global="true"/>
                 <!-- layoutSettings.headerImageUrl can be used to specify an 
application specific logo; if not set,
                     then the global layoutSettings.commonHeaderImageUrl 
(specified in GlobalDecorator) will be used. -->
-                <!--<set field="layoutSettings.headerImageUrl" 
value="/images/ofbiz_logo.gif" global="true"/>-->
+                <!--<set field="layoutSettings.headerImageUrl" 
value="/images/ofbiz_logo.png" global="true"/>-->
 
                 <!-- <set field="layoutSettings.headerMiddleBackgroundUrl" 
value="" global="true"/> -->
                 <!-- <set field="layoutSettings.headerRightBackgroundUrl" 
value="" global="true"/> -->

Modified: ofbiz/ofbiz-plugins/trunk/multiflex/data/MultiflexThemeData.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/multiflex/data/MultiflexThemeData.xml?rev=1816932&r1=1816931&r2=1816932&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/multiflex/data/MultiflexThemeData.xml (original)
+++ ofbiz/ofbiz-plugins/trunk/multiflex/data/MultiflexThemeData.xml Sat Dec  2 
07:35:37 2017
@@ -25,7 +25,7 @@ under the License.
     <VisualThemeResource visualThemeId="MULTIFLEX" 
resourceTypeEnumId="VT_STYLESHEET" resourceValue="/multiflex/style.css" 
sequenceId="02"/>
     <VisualThemeResource visualThemeId="MULTIFLEX" 
resourceTypeEnumId="VT_STYLESHEET" 
resourceValue="/contentimages/css/contentForum.css" sequenceId="04"/>
     <VisualThemeResource visualThemeId="MULTIFLEX" 
resourceTypeEnumId="VT_SHORTCUT_ICON" resourceValue="/images/ofbiz.ico" 
sequenceId="01"/>
-    <VisualThemeResource visualThemeId="MULTIFLEX" 
resourceTypeEnumId="VT_HDR_IMAGE_URL" resourceValue="/images/ofbiz_logo.gif" 
sequenceId="01"/>
+    <VisualThemeResource visualThemeId="MULTIFLEX" 
resourceTypeEnumId="VT_HDR_IMAGE_URL" resourceValue="/images/ofbiz_logo.png" 
sequenceId="01"/>
     <VisualThemeResource visualThemeId="MULTIFLEX" 
resourceTypeEnumId="VT_HDR_TMPLT_LOC" 
resourceValue="component://multiflex/template/Header.ftl" sequenceId="01"/>
     <VisualThemeResource visualThemeId="MULTIFLEX" 
resourceTypeEnumId="VT_FTR_TMPLT_LOC" 
resourceValue="component://multiflex/template/Footer.ftl" sequenceId="01"/>
     <VisualThemeResource visualThemeId="MULTIFLEX" 
resourceTypeEnumId="VT_SCREENSHOT" 
resourceValue="/multiflex/images/screenshot.jpg" sequenceId="01"/>

Modified: ofbiz/ofbiz-plugins/trunk/projectmgr/widget/CommonScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/projectmgr/widget/CommonScreens.xml?rev=1816932&r1=1816931&r2=1816932&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/projectmgr/widget/CommonScreens.xml (original)
+++ ofbiz/ofbiz-plugins/trunk/projectmgr/widget/CommonScreens.xml Sat Dec  2 
07:35:37 2017
@@ -39,7 +39,7 @@ under the License.
                 <set field="layoutSettings.companySubtitle" 
from-field="uiLabelMap.ProjectMgrCompanySubtitle" global="true"/>
                 <!-- layoutSettings.headerImageUrl can be used to specify an 
application specific logo; if not set,
                      then the global layoutSettings.commonHeaderImageUrl 
(specified in GlobalDecorator) will be used. -->
-                <!--<set field="layoutSettings.headerImageUrl" 
value="/images/ofbiz_logo.gif" global="true"/>-->
+                <!--<set field="layoutSettings.headerImageUrl" 
value="/images/ofbiz_logo.png" global="true"/>-->
                 <set field="layoutSettings.styleSheets[]" 
value="/projectmgr/static/projectmgr.css" global="true"/>
                 <set field="activeApp" value="projectmgr" global="true"/>
                 <set field="applicationMenuName" value="ProjectMgrAppBar" 
global="true"/>


Reply via email to