~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-09-18 17:44:31 UTC
  • mto: This revision was merged to the branch mainline in revision 13998.
  • Revision ID: curtis.hovey@canonical.com-20110918174431-t13i8do0od5puo6t
Moved product-purchase-subscription into a new view.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1480
1480
            name="+portlet-license-missing"
1481
1481
            facet="overview"
1482
1482
            template="../templates/product-portlet-license-missing.pt"/>
1483
 
        <browser:page
1484
 
            name="+purchase-subscription"
1485
 
            template="../templates/product-purchase-subscription.pt"/>
1486
1483
    </browser:pages>
1487
1484
    <browser:page
1488
1485
        for="lp.registry.interfaces.product.IProduct"
1489
1486
        permission="zope.Public"
 
1487
        name="+purchase-subscription"
 
1488
        facet="overview"
 
1489
        class="lp.registry.browser.product.ProductPurchaseSubscriptionView"
 
1490
        template="../templates/product-purchase-subscription.pt"/>
 
1491
    <browser:page
 
1492
        for="lp.registry.interfaces.product.IProduct"
 
1493
        permission="zope.Public"
1490
1494
        name="+portlet-packages"
1491
1495
        facet="overview"
1492
1496
        class="lp.registry.browser.product.ProductPackagesPortletView"