~canonical-hw-cert/certify-web/sru_whitelists

« back to all changes in this revision

Viewing changes to src/canonical/certify/zcml/format.zcml

  • Committer: Brendan Donegan
  • Date: 2011-05-20 08:22:27 UTC
  • mfrom: (971.22.34 certify-web)
  • Revision ID: brendan-donegan@macaroni-20110520082227-lwnu93srq6xm9alw
MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
        type="*" />
56
56
 
57
57
    <zope:view
 
58
        name="format-lines"
 
59
        for="*"
 
60
        factory="canonical.certify.browser.format.format_lines"
 
61
        type="*" />
 
62
 
 
63
    <zope:view
58
64
        name="format-list"
59
65
        for="*"
60
66
        factory="canonical.certify.browser.format.format_list"