~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-08-05 23:04:34 UTC
  • mfrom: (13599.4.4 bug-590014)
  • Revision ID: launchpad@pqm.canonical.com-20110805230434-y2422u562nykufdz
[r=bac][bug=590014] remove some duplicate queries

Show diffs side-by-side

added added

removed removed

Lines of Context:
772
772
            permission="zope.Public"
773
773
            template="../templates/person-translations-to-review.pt"
774
774
            layer="lp.translations.publisher.TranslationsLayer"/>
775
 
        <browser:page
776
 
            for="lp.registry.interfaces.person.IPerson"
777
 
            name="+translations-to-review-table"
778
 
            class="lp.translations.browser.person.PersonTranslationView"
779
 
            permission="zope.Public"
780
 
            template="../templates/person-translations-to-review-table.pt"
781
 
            layer="lp.translations.publisher.TranslationsLayer"/>
782
 
        <browser:page
783
 
            for="lp.registry.interfaces.person.IPerson"
784
 
            name="+translations-to-complete-table"
785
 
            class="lp.translations.browser.person.PersonTranslationView"
786
 
            permission="zope.Public"
787
 
            template="../templates/person-translations-to-complete-table.pt"
788
 
            layer="lp.translations.publisher.TranslationsLayer"/>
789
775
 
790
776
 
791
777
<!-- Product views -->