Commit 35faf4a6 authored by Ivan Tyagov's avatar Ivan Tyagov

Minor code cleanup of document widget (DMS).

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14704 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e07b968d
......@@ -51,21 +51,27 @@
<span class="popup_label" i18n:translate="" i18n:domain="ui">Owner(s):</span>\n
<tal:block tal:replace="options/owner|nothing"/>\n
<br/>\n
\n
<span class="popup_label" i18n:translate="" i18n:domain="ui">Last modified:</span>\n
<tal:block tal:replace="options/moddate|nothing"/>\n
<tal:block tal:replace="options/modification_date|nothing"/>\n
<br/>\n
\n
<span class="popup_label" i18n:translate="" i18n:domain="ui">Released:</span>\n
<tal:block tal:replace="options/reldate|nothing"/>\n
<tal:block tal:replace="options/release_date|nothing"/>\n
<br/>\n
\n
<span class="popup_label" i18n:translate="" i18n:domain="ui">Published:</span>\n
<tal:block tal:replace="options/publdate|nothing"/>\n
<tal:block tal:replace="options/publication_date|nothing"/>\n
<br/>\n
\n
<span class="popup_label" i18n:translate="" i18n:domain="ui">Status:</span>\n
<tal:block tal:replace="options/status|nothing"/>\n
<br/>\n
\n
<span class="popup_label" i18n:translate="" i18n:domain="ui">Group:</span>\n
<tal:block tal:replace="options/group|nothing"/>\n
<br/>\n
\n
<span class="popup_label" i18n:translate="" i18n:domain="ui">Project:</span>\n
<tal:block tal:replace="options/project|nothing"/>
......
546
\ No newline at end of file
549
\ 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