[Erp5-report] r38443 ivan - in /erp5/trunk/bt5/erp5_web: SkinTemplateItem/portal_skins/erp5...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Sep 17 11:10:29 CEST 2010


Author: ivan
Date: Fri Sep 17 11:10:26 2010
New Revision: 38443

URL: http://svn.erp5.org?rev=38443&view=rev
Log:
Format date.

Modified:
    erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/Document_getSummaryAsHTML.xml
    erp5/trunk/bt5/erp5_web/bt/revision

Modified: erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/Document_getSummaryAsHTML.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/Document_getSummaryAsHTML.xml?rev=38443&r1=38442&r2=38443&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/Document_getSummaryAsHTML.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/Document_getSummaryAsHTML.xml [utf8] Fri Sep 17 11:10:26 2010
@@ -42,7 +42,7 @@
               display string:thumbnail;\n
               icon here/getIcon;\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
               description python: here.getDescription();\n
               box_relative_url python: request.get(\'box_relative_url\', \'\');\n
@@ -88,9 +88,21 @@
 ]]></string> </value>
         </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>
             <key> <string>id</string> </key>
             <value> <string>Document_getSummaryAsHTML</string> </value>
         </item>
+        <item>
+            <key> <string>title</string> </key>
+            <value> <string></string> </value>
+        </item>
       </dictionary>
     </pickle>
   </record>

Modified: erp5/trunk/bt5/erp5_web/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web/bt/revision?rev=38443&r1=38442&r2=38443&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_web/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_web/bt/revision [utf8] Fri Sep 17 11:10:26 2010
@@ -1 +1 @@
-973
\ No newline at end of file
+975
\ No newline at end of file




More information about the Erp5-report mailing list