13487.1.13
by Ian Booth
Wire up question subscription portal |
1 |
<tal:root
|
2 |
xmlns:tal="http://xml.zope.org/namespaces/tal" |
|
3 |
xmlns:metal="http://xml.zope.org/namespaces/metal" |
|
4 |
xmlns:i18n="http://xml.zope.org/namespaces/i18n" |
|
5 |
omit-tag=""> |
|
6 |
||
7 |
<div class="portlet" id="subscribers"> |
|
8 |
<h2>Subscribers</h2> |
|
13487.1.15
by Ian Booth
Add support for Subscribe Me link on subscription portal |
9 |
<div id="current_user_subscription" tal:define="menu context/menu:answers"> |
10 |
<div tal:content="structure menu/subscription/render" /> |
|
11 |
</div>
|
|
13487.1.14
by Ian Booth
Refactor so that new addsubscriber link is placed in existing menu class |
12 |
<div tal:define="menu context/menu:answers"> |
13 |
<div tal:content="structure menu/addsubscriber/render" /> |
|
13487.1.13
by Ian Booth
Wire up question subscription portal |
14 |
</div>
|
15 |
<div id="other-question-subscribers"></div> |
|
16 |
</div>
|
|
17 |
</tal:root>
|