~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/widgets/configure.zcml

  • Committer: Ian Booth
  • Date: 2011-04-19 15:10:57 UTC
  • mfrom: (12868 devel)
  • mto: This revision was merged to the branch mainline in revision 12983.
  • Revision ID: ian.booth@canonical.com-20110419151057-he56y6k29c4zeiyk
Merge from trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
        permission="zope.Public"
21
21
        />
22
22
 
 
23
    <browser:page
 
24
        for="*"
 
25
        name="form-picker-macros"
 
26
        permission="zope.Public"
 
27
        template="templates/form-picker-macros.pt"/>
 
28
 
23
29
</configure>