~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/browser/configure.zcml

  • Committer: Curtis Hovey
  • Date: 2011-05-27 21:03:22 UTC
  • mto: This revision was merged to the branch mainline in revision 13136.
  • Revision ID: curtis.hovey@canonical.com-20110527210322-yv1o7vkwr9u25t34
Moved templates to the packages that use them.

Show diffs side-by-side

added added

removed removed

Lines of Context:
381
381
        class="lp.registry.browser.project.ProjectMaintainerReassignmentView">
382
382
        <browser:page
383
383
            name="+reassign"
384
 
            template="../../../canonical/launchpad/templates/object-reassignment.pt"/>
 
384
            template="../../app/templates/object-reassignment.pt"/>
385
385
    </browser:pages>
386
386
    <browser:page
387
387
        name="+register-a-blueprint-button"
1195
1195
            permission="launchpad.Owner"
1196
1196
            class="lp.registry.browser.person.TeamReassignmentView"
1197
1197
            name="+reassign"
1198
 
            template="../../../canonical/launchpad/templates/object-reassignment.pt"/>
 
1198
            template="../../app/templates/object-reassignment.pt"/>
1199
1199
        <browser:page
1200
1200
            for="lp.registry.interfaces.person.ITeam"
1201
1201
            permission="launchpad.AnyPerson"
1991
1991
        class="lp.registry.browser.distribution.DistributionReassignmentView">
1992
1992
        <browser:page
1993
1993
            name="+reassign"
1994
 
            template="../../../canonical/launchpad/templates/object-reassignment.pt"/>
 
1994
            template="../../app/templates/object-reassignment.pt"/>
1995
1995
    </browser:pages>
1996
1996
 
1997
1997
    <!-- DistroSeries create and initialize. -->
2283
2283
        class="lp.registry.browser.distributionmirror.DistributionMirrorReassignmentView"
2284
2284
        facet="overview"
2285
2285
        name="+reassign"
2286
 
        template="../../../canonical/launchpad/templates/object-reassignment.pt">
 
2286
        template="../../app/templates/object-reassignment.pt">
2287
2287
    </browser:page>
2288
2288
    <browser:page
2289
2289
        name="+prober-logs"