~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Julian Edwards
  • Date: 2011-07-28 20:46:18 UTC
  • mfrom: (13553 devel)
  • mto: This revision was merged to the branch mainline in revision 13555.
  • Revision ID: julian.edwards@canonical.com-20110728204618-tivj2wx2oa9s32bx
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
  <browser:page
89
89
    for="lp.answers.interfaces.questiontarget.IQuestionTarget"
90
90
    name="+portlet-answercontacts"
91
 
    class=".questiontarget.QuestionTargetPortletAnswerContacts"
92
91
    permission="zope.Public"
93
92
    template="../templates/questiontarget-portlet-answercontacts.pt"
94
93
    />
95
94
  <browser:page
96
 
      for="lp.answers.interfaces.question.IQuestionTarget"
97
 
      name="+portlet-answercontacts-details"
98
 
      class="
99
 
        lp.answers.browser.questiontarget.QuestionTargetPortletAnswerContactsWithDetails"
100
 
      permission="zope.Public"/>
101
 
  <browser:page
102
95
    name="+addquestion"
103
96
    for="lp.answers.interfaces.questiontarget.IQuestionTarget"
104
97
    class=".question.QuestionAddView"
121
114
    classes="QuestionCollectionAnswersMenu QuestionTargetAnswersMenu"
122
115
    />
123
116
  <browser:menus
124
 
    module="lp.answers.browser.faq"
 
117
    module="canonical.launchpad.browser"
125
118
    classes="FAQNavigationMenu"
126
119
    />
127
120
  <browser:menus
143
136
    rootsite="answers"
144
137
    />
145
138
 
146
 
  <browser:url
147
 
    for="lp.answers.interfaces.questionsubscription.IQuestionSubscription"
148
 
    path_expression="string:subscriptions/${person}"
149
 
    attribute_to_parent="question"
150
 
    rootsite="answers"
151
 
    />
152
 
 
153
139
  <adapter
154
140
    provides="canonical.launchpad.webapp.interfaces.IBreadcrumb"
155
141
    for="lp.answers.interfaces.question.IQuestion"
186
172
  </browser:pages>
187
173
 
188
174
  <browser:page
189
 
      for="lp.answers.interfaces.question.IQuestion"
190
 
      name="+portlet-subscribers-details"
191
 
      class="
192
 
        lp.answers.browser.questionsubscription.QuestionPortletSubscribersWithDetails"
193
 
      permission="zope.Public"/>
194
 
 
195
 
  <browser:page
196
175
    name="+index"
197
176
    for="lp.answers.interfaces.question.IQuestion"
198
177
    class=".question.QuestionWorkflowView"
314
293
 
315
294
  <browser:page
316
295
    for="lp.answers.interfaces.questioncollection.IQuestionSet"
317
 
    class="lp.answers.browser.question.SearchAllQuestionsView"
 
296
    class="canonical.launchpad.browser.SearchAllQuestionsView"
318
297
    name="+questions"
319
298
    permission="zope.Public"
320
299
    />