PierreSmits commented on PR #75:
URL: https://github.com/apache/ofbiz-plugins/pull/75#issuecomment-2024611763

   HI @JacquesLeRoux,
   
   I guess you are referring to:
   `
                   <!-- The two default (global) stylesheets are added to the 
list
                        of stylesheets to the first and second position -->
   `
   and
   `
                   <!-- 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.png" global="true"/>-->`
   
   in the main-decorator screen in CommonScreens.xml.
   The motivations to remove this are:
   
   1.  it does not serve any purpose. If it were for educational purposes 
having it in 1 location (e.g. the example application) would suffice and in any 
other location it would be superfluous. 
   2. it is not present in template for CommonScreens.xml to initiate a new 
plugin.
   3. it is not present in committed plugins like firstdatapaymentgateway, 
pricat, msggateway, webpos


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@ofbiz.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to