~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/canonical/launchpad/zcml/securitycontact.zcml

  • Committer: James Henstridge
  • Date: 2006-08-02 14:49:03 UTC
  • mto: (3691.61.2 bug-tags-take-2)
  • mto: This revision was merged to the branch mainline in revision 3697.
  • Revision ID: james.henstridge@canonical.com-20060802144903-4149cde513456731
convert securitycontact edit form to LaunchpadFormView, and make LaunchpadFormView actually work

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
    xmlns:lp="http://launchpad.canonical.com"
5
5
    xmlns:i18n="http://namespaces.zope.org/i18n"
6
6
    i18n_domain="launchpad">
7
 
    <browser:generalform
 
7
    <browser:page
8
8
      name="+securitycontact"
9
9
      for="canonical.launchpad.interfaces.IHasSecurityContact"
10
 
      schema="canonical.launchpad.interfaces.IHasSecurityContact"
11
10
      class="canonical.launchpad.browser.securitycontact.SecurityContactEditView"
12
11
      facet="bugs"
13
12
      permission="launchpad.Edit"
14
 
      fields="security_contact"
15
 
      keyword_arguments="security_contact"
16
13
      template="../templates/securitycontact-edit.pt"
17
14
      />
18
 
</configure>
 
 
b'\\ No newline at end of file'
 
15
</configure>