[Erp5-report] r14704 - in /erp5/trunk/bt5/erp5_web: SkinTemplateItem/portal_skins/erp5_web_...
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Jun 6 10:25:40 CEST 2007
Author: ivan
Date: Wed Jun 6 10:25:39 2007
New Revision: 14704
URL: http://svn.erp5.org?rev=14704&view=rev
Log:
Minor code cleanup of document widget (DMS).
Modified:
erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/Document_viewPopupTemplate.xml
erp5/trunk/bt5/erp5_web/bt/revision
Modified: erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/Document_viewPopupTemplate.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/Document_viewPopupTemplate.xml?rev=14704&r1=14703&r2=14704&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/Document_viewPopupTemplate.xml (original)
+++ erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/Document_viewPopupTemplate.xml Wed Jun 6 10:25:39 2007
@@ -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"/>
Modified: erp5/trunk/bt5/erp5_web/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web/bt/revision?rev=14704&r1=14703&r2=14704&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_web/bt/revision (original)
+++ erp5/trunk/bt5/erp5_web/bt/revision Wed Jun 6 10:25:39 2007
@@ -1,1 +1,1 @@
-546
+549
More information about the Erp5-report
mailing list