Commit e2941fa4 authored by Lucas Carvalho's avatar Lucas Carvalho

2011-04-12 lucas

* Login name should not be displayed.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45344 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1a5ee8d7
......@@ -52,14 +52,6 @@
current_state_info python: filter(lambda x: x[\'state\'] == current_state_title, state_info)[0];\n
form_title python: current_state_info[\'title\'];\n
form_description python: current_state_info[\'description\']">\n
\n
<div id="logged_in_as">\n
<tal:block tal:condition="not: here/portal_membership/isAnonymousUser">\n
<span i18n:translate="" \n
i18n:domain="ui">Hello</span>, \n
<span tal:replace="python:here.portal_membership.getAuthenticatedMember().getUserName()" />\n
</tal:block>\n
</div>\n
\n
<h2 i18n:translate=""\n
i18n:domain="ui"\n
......
2011-04-12 lucas
* Login name should not be displayed.
2011-04-12 lucas
* Fixed an issue where wizard.css should be imported only once.
......
518
\ No newline at end of file
519
\ 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