Skip to content

Commit

Permalink
Merge 6e5b993 into 3919435
Browse files Browse the repository at this point in the history
  • Loading branch information
shylux committed Apr 30, 2015
2 parents 3919435 + 6e5b993 commit 60639ae
Show file tree
Hide file tree
Showing 3 changed files with 681 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/HISTORY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog
=========


1.0.17 (unreleased)
-------------------

- Move reservation specific styles from plonetheme.onegov to this package.
[lknoepfel]

1.0.16
------

Expand Down
6 changes: 6 additions & 0 deletions seantis/reservation/configure.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
xmlns:browser="http://namespaces.zope.org/browser"
xmlns:i18n="http://namespaces.zope.org/i18n"
xmlns:inflator="http://namespaces.zope.org/inflator"
xmlns:theme="http://namespaces.zope.org/plonetheme.onegov"
i18n_domain="plone"
>

Expand Down Expand Up @@ -144,4 +145,9 @@ http://groups.google.com/group/zope-core-dev/browse_thread/thread/6c10ebc1602701
<browser:resourceDirectory name="seantis.reservation.js" directory="js"/>
<browser:resourceDirectory name="seantis.reservation.css" directory="css"/>

<configure zcml:condition="installed plonetheme.onegov">
<include package="plonetheme.onegov" />
<theme:add_scss path="reservation.scss" />
</configure>

</configure>
Loading

0 comments on commit 60639ae

Please sign in to comment.