~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-09-20 13:01:44 UTC
  • mfrom: (13980.3.33 page-title-0)
  • Revision ID: launchpad@pqm.canonical.com-20110920130144-y6hc061u53bbokux
[rs=sinzui][bug=853919] Move page_titles into views.

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
    classes="QuestionCollectionAnswersMenu QuestionTargetAnswersMenu"
122
122
    />
123
123
  <browser:menus
124
 
    module="canonical.launchpad.browser"
 
124
    module="lp.answers.browser.faq"
125
125
    classes="FAQNavigationMenu"
126
126
    />
127
127
  <browser:menus
314
314
 
315
315
  <browser:page
316
316
    for="lp.answers.interfaces.questioncollection.IQuestionSet"
317
 
    class="canonical.launchpad.browser.SearchAllQuestionsView"
 
317
    class="lp.answers.browser.question.SearchAllQuestionsView"
318
318
    name="+questions"
319
319
    permission="zope.Public"
320
320
    />