Commit 3175702a authored by Ivan Tyagov's avatar Ivan Tyagov

Extend pop up template to show sections if provided.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25272 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 28d0cdff
......@@ -46,7 +46,8 @@
status python: options.get(\'status\', None);\n
group python: options.get(\'group\', None);\n
project python: options.get(\'project\', None);\n
language python: options.get(\'language\', None);">\n
language python: options.get(\'language\', None);\n
sections python: options.get(\'sections\', None)">\n
\n
<div class="popup_row" tal:condition="owner">\n
<span class="popup_label" \n
......@@ -96,6 +97,15 @@
<tal:block tal:replace="project|nothing"/>\n
</div>\n
\n
<div class="popup_row" tal:condition="sections">\n
<span class="popup_label" \n
i18n:translate="" i18n:domain="ui">Sections:</span>\n
<tal:block tal:repeat="section sections">\n
<a tal:attributes="href section/url" \n
tal:content="section/title"/>\n
</tal:block>\n
</div>\n
\n
</tal:block>
]]></string> </value>
......
731
\ No newline at end of file
732
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment