~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Gary Poster
  • Date: 2011-07-27 15:25:32 UTC
  • mto: This revision was merged to the branch mainline in revision 13541.
  • Revision ID: gary.poster@canonical.com-20110727152532-50akr19c7mgcj5qu
add config option for timeout value

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"/>
775
789
 
776
790
 
777
791
<!-- Product views -->