Wai created OFBIZ-7965:
--------------------------
Summary: layoutSettings variable causes double entry for css
statement in html
Key: OFBIZ-7965
URL: https://issues.apache.org/jira/browse/OFBIZ-7965
Project: OFBiz
Issue Type: Bug
Components: ALL COMPONENTS
Affects Versions: Trunk
Reporter: Wai
In framework/common/widget/CommonScreens.xml
if a css stylesheet is added to GlobalActions screen, a double entry for the
stylesheet is render to html.
look at jgrowl...
<set field="layoutSettings.styleSheets[+0]"
value="/images/jquery/plugins/jquery-jgrowl/1.4.1/jquery.jgrowl.min.css"
global="true" />
and the resulting double entry of...
<link rel="stylesheet"
href="/images/jquery/plugins/jquery-jgrowl/1.4.1/jquery.jgrowl.min.css"
type="text/css"/>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)