Conditional Comments für CSS und JS Dateien
--------------------------------------------
Key: MGNLSTK-678
URL: http://jira.magnolia-cms.com/browse/MGNLSTK-678
Project: Magnolia Standard Templating Kit
Issue Type: Bug
Components: base system
Affects Versions: 1.3.4
Reporter: Stefan Baur
Assignee: Philipp Bärfuss
It would be very nice, if the bean
info.magnolia.module.templatingkit.resources.Resource had a property for
conditional comments. If the property is set, the file is rendered in a
conditional comment.
Example for js:
<!--[if lte IE 6]>
<script src="js/DD_belatedPNG_0.0.8a-min.js"
type="text/javascript"></script>
<![endif]-->
Example for css:
<!--[if lte IE 6]>
<link href="stylesheets/ie6.css" rel="stylesheet" type="text/css" />
<![endif]-->
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------