~launchpad-pqm/launchpad/devel

8687.15.30 by Karl Fogel
Add the license header block to all .zcml files.
1
<!-- Copyright 2009 Canonical Ltd.  This software is licensed under the
2
     GNU Affero General Public License version 3 (see the file LICENSE).
3
-->
4
2976.10.55 by Stuart Bishop
Display datetimes in user's local timezone
5
<configure xmlns="http://namespaces.zope.org/zope">
6
7
    <view
8
        type="zope.publisher.interfaces.browser.IBrowserRequest"
9
        for="zope.schema.interfaces.IDatetime"
10
        provides="zope.app.form.interfaces.IDisplayWidget"
11
        factory="canonical.widgets.date.DatetimeDisplayWidget"
12
        permission="zope.Public"
13
        />
14
15
</configure>