Commit ba3647f1 authored by Ivan Tyagov's avatar Ivan Tyagov

Use language if available.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22777 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fdf5f4f0
......@@ -51,7 +51,8 @@
publication_date python: options.get(\'publication_date\', None);\n
status python: options.get(\'status\', None);\n
group python: options.get(\'group\', None);\n
project python: options.get(\'project\', None);">\n
project python: options.get(\'project\', None);\n
language python: options.get(\'language\', None);">\n
\n
<div class="popup_row" tal:condition="owner">\n
<span class="popup_label" \n
......@@ -83,6 +84,12 @@
<tal:block tal:replace="status|nothing"/>\n
</div>\n
\n
<div class="popup_row" tal:condition="language"> \n
<span class="popup_label" \n
i18n:translate="" i18n:domain="ui">Language:</span>\n
<tal:block tal:replace="language|nothing"/>\n
</div> \n
\n
<div class="popup_row" tal:condition="group">\n
<span class="popup_label" \n
i18n:translate="" i18n:domain="ui">Group:</span>\n
......
686
\ No newline at end of file
687
\ 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