From cb8a90d330b154c39d35b0aada491576149452aa Mon Sep 17 00:00:00 2001 From: Gabriel Monnerat <gabriel@tiolive.com> Date: Tue, 22 Mar 2011 16:27:15 +0000 Subject: [PATCH] - small identation - remove conversion of modification date to UTC zone git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44512 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../WebSection_viewDocumentActionWidget.xml | 50 +++++++++---------- bt5/erp5_web_ung_theme/bt/revision | 2 +- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/bt5/erp5_web_ung_theme/SkinTemplateItem/portal_skins/erp5_web_ung_theme/WebSection_viewDocumentActionWidget.xml b/bt5/erp5_web_ung_theme/SkinTemplateItem/portal_skins/erp5_web_ung_theme/WebSection_viewDocumentActionWidget.xml index cde8f524e8..03503026c9 100644 --- a/bt5/erp5_web_ung_theme/SkinTemplateItem/portal_skins/erp5_web_ung_theme/WebSection_viewDocumentActionWidget.xml +++ b/bt5/erp5_web_ung_theme/SkinTemplateItem/portal_skins/erp5_web_ung_theme/WebSection_viewDocumentActionWidget.xml @@ -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> diff --git a/bt5/erp5_web_ung_theme/bt/revision b/bt5/erp5_web_ung_theme/bt/revision index e0da8ae09a..3bac779c0a 100644 --- a/bt5/erp5_web_ung_theme/bt/revision +++ b/bt5/erp5_web_ung_theme/bt/revision @@ -1 +1 @@ -309 \ No newline at end of file +310 \ No newline at end of file -- 2.30.9