Simplify CSS and JS registrations. CSS will now be imported using the
standard link and so can be merged. svn path=/plone.app.discussion/trunk/; revision=50260
This commit is contained in:
parent
c27c8aa5ca
commit
b18da3f1ae
@ -5,6 +5,10 @@ Changelog
|
|||||||
2.0.5 (Unreleased)
|
2.0.5 (Unreleased)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
- Simplify CSS and JS registrations. CSS will now be imported using the
|
||||||
|
standard link and so can be merged.
|
||||||
|
[elro]
|
||||||
|
|
||||||
- Enable the left-menu on the configlet, to be more consistent with all other configlets.
|
- Enable the left-menu on the configlet, to be more consistent with all other configlets.
|
||||||
Related to https://dev.plone.org/plone/ticket/11737
|
Related to https://dev.plone.org/plone/ticket/11737
|
||||||
[WouterVH]
|
[WouterVH]
|
||||||
|
@ -1,8 +1,4 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<object name="portal_css">
|
<object name="portal_css">
|
||||||
<stylesheet title=""
|
<stylesheet id="++resource++plone.app.discussion.stylesheets/discussion.css"/>
|
||||||
id="++resource++plone.app.discussion.stylesheets/discussion.css"
|
|
||||||
media="screen" rel="stylesheet" rendering="import"
|
|
||||||
cacheable="True" compression="safe" cookable="False"
|
|
||||||
enabled="1" expression=""/>
|
|
||||||
</object>
|
</object>
|
||||||
|
@ -1,8 +1,4 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<object name="portal_javascripts">
|
<object name="portal_javascripts">
|
||||||
<javascript
|
<javascript id="++resource++plone.app.discussion.javascripts/comments.js"/>
|
||||||
id="++resource++plone.app.discussion.javascripts/comments.js"
|
|
||||||
cacheable="True" compression="safe" cookable="True"
|
|
||||||
enabled="True" expression="" inline="False"
|
|
||||||
/>
|
|
||||||
</object>
|
</object>
|
||||||
|
Loading…
Reference in New Issue
Block a user