Commit cb8a90d3 authored by Gabriel Monnerat's avatar Gabriel Monnerat

- 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
parent 8e02af8c
......@@ -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>
......
309
\ No newline at end of file
310
\ 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