[Erp5-report] r44512 gabriel - in /erp5/trunk/bt5/erp5_web_ung_theme: SkinTemplateItem/port...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Mar 22 17:27:15 CET 2011


Author: gabriel
Date: Tue Mar 22 17:27:15 2011
New Revision: 44512

URL: http://svn.erp5.org?rev=44512&view=rev
Log:
- small identation
- remove conversion of modification date to UTC zone

Modified:
    erp5/trunk/bt5/erp5_web_ung_theme/SkinTemplateItem/portal_skins/erp5_web_ung_theme/WebSection_viewDocumentActionWidget.xml
    erp5/trunk/bt5/erp5_web_ung_theme/bt/revision

Modified: erp5/trunk/bt5/erp5_web_ung_theme/SkinTemplateItem/portal_skins/erp5_web_ung_theme/WebSection_viewDocumentActionWidget.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web_ung_theme/SkinTemplateItem/portal_skins/erp5_web_ung_theme/WebSection_viewDocumentActionWidget.xml?rev=44512&r1=44511&r2=44512&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_web_ung_theme/SkinTemplateItem/portal_skins/erp5_web_ung_theme/WebSection_viewDocumentActionWidget.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_web_ung_theme/SkinTemplateItem/portal_skins/erp5_web_ung_theme/WebSection_viewDocumentActionWidget.xml [utf8] Tue Mar 22 17:27:15 2011
@@ -38,31 +38,31 @@
 
 <tal:block tal:define="actions  python:here.Base_filterDuplicateActions(here.portal_actions.listFilteredActionsFor(here));\n
                        dummy    python:request.set(\'actions\', actions);">\n
-       <a tal:condition="python: context.getModificationDate() is not None">\n
-         <a tal:content="python: \'Updated %s by\' % context.getModificationDate().toZone(\'UTC\').ISO()"/>\n
-       </a>\n
-       <a tal:content="here/portal_membership/getAuthenticatedMember"/>\n
-\n
-       <button onclick="javascript:clickSaveButton(\'Base_edit\')" \n
-               name="Base_edit:method" title="Save" \n
-               class="save" type="submit">Save</button>\n
-       <div class="action_menu">\n
-       <tal:block tal:define="portal_path here/absolute_url;\n
-                       url_suffix python: \'/ERP5Site_createNewWebDocument?select_action=\'">\n
-         <li><a id="change_state">Change State<img tal:attributes="src python: portal_path + \'/ung_images/arrow.png\'"></a>\n
-           <ul>\n
-             <tal:block tal:repeat="action actions/workflow">\n
-             <li>\n
-               <a tal:attributes="href string:workflow ${action/url}">\n
-                 <h6 tal:content="action/name"></h6>\n
-               </a>\n
-             </li>\n
-             </tal:block>\n
-           </ul>\n
-         </li>\n
-        </tal:block>\n
-        </div>\n
-      <a id=\'sharing_url\'></a>\n
+  <a tal:condition="python: context.getModificationDate() is not None">\n
+    <a tal:content="python: \'Updated %s by\' % context.getModificationDate().ISO()"/>\n
+  </a>\n
+  <a tal:content="here/portal_membership/getAuthenticatedMember"/>\n
+  <button onclick="javascript:clickSaveButton(\'Base_edit\')"\n
+                   name="Base_edit:method" title="Save" \n
+                   class="save" type="submit">Save</button>\n
+  <div class="action_menu">\n
+    <tal:block tal:define="portal_path here/absolute_url;\n
+                           url_suffix python: \'/ERP5Site_createNewWebDocument?select_action=\'">\n
+      <li>\n
+        <a id="change_state">Change State<img tal:attributes="src python: portal_path + \'/ung_images/arrow.png\'"></a>\n
+        <ul>\n
+          <tal:block tal:repeat="action actions/workflow">\n
+            <li>\n
+              <a tal:attributes="href string:workflow ${action/url}">\n
+                <h6 tal:content="action/name"></h6>\n
+              </a>\n
+            </li>\n
+          </tal:block>\n
+        </ul>\n
+      </li>\n
+    </tal:block>\n
+  </div>\n
+  <a id=\'sharing_url\'></a>\n
 </tal:block>
 
 ]]></unicode> </value>

Modified: erp5/trunk/bt5/erp5_web_ung_theme/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web_ung_theme/bt/revision?rev=44512&r1=44511&r2=44512&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_web_ung_theme/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_web_ung_theme/bt/revision [utf8] Tue Mar 22 17:27:15 2011
@@ -1 +1 @@
-309
\ No newline at end of file
+310
\ No newline at end of file



More information about the Erp5-report mailing list