Commit 30acbdff authored by Ivan Tyagov's avatar Ivan Tyagov

Format date.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38443 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9a5f2f10
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
display string:thumbnail;\n display string:thumbnail;\n
icon here/getIcon;\n icon here/getIcon;\n
title here/getTitle;\n title here/getTitle;\n
modification_date python: here.getModificationDate();\n modification_date python: here.Base_FormatDate(here.getModificationDate(),hour_minute=1);\n
format python: here.getObject().portal_preferences.getPreference(\'preferred_image_format\', \'png\');\n format python: here.getObject().portal_preferences.getPreference(\'preferred_image_format\', \'png\');\n
description python: here.getDescription();\n description python: here.getDescription();\n
box_relative_url python: request.get(\'box_relative_url\', \'\');\n box_relative_url python: request.get(\'box_relative_url\', \'\');\n
...@@ -87,10 +87,22 @@ ...@@ -87,10 +87,22 @@
]]></string> </value> ]]></string> </value>
</item> </item>
<item>
<key> <string>content_type</string> </key>
<value> <string>text/html</string> </value>
</item>
<item>
<key> <string>expand</string> </key>
<value> <int>0</int> </value>
</item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>Document_getSummaryAsHTML</string> </value> <value> <string>Document_getSummaryAsHTML</string> </value>
</item> </item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
973 975
\ No newline at end of file \ 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