Commit 986b3597 authored by Ivan Tyagov's avatar Ivan Tyagov

Hight separator if no export format exists (just UI).

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38703 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f0e0d193
......@@ -52,7 +52,8 @@
onClick="javascript:toggleElement(\'div\', \'download-document-format-list-menu\');"> Download</span>\n
<div class="download-document-format-list-menu" style="opacity: 0.999999; display: none;">\n
<ul>\n
<li class="separator">\n
<li class="separator"\n
tal:attributes="class python: test(len(target_format_item_list), \'separator\',\'\')">\n
<a tal:attributes="href string:${document_url}/Base_download"\n
i18n:domain="erp5_ui" \n
i18n:translate=""\n
......
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