[Erp5-report] r45344 lucas - in /erp5/trunk/bt5/erp5_configurator: SkinTemplateItem/portal_...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Apr 12 22:19:21 CEST 2011


Author: lucas
Date: Tue Apr 12 22:19:21 2011
New Revision: 45344

URL: http://svn.erp5.org?rev=45344&view=rev
Log:
2011-04-12 lucas
* Login name should not be displayed.

Modified:
    erp5/trunk/bt5/erp5_configurator/SkinTemplateItem/portal_skins/erp5_configurator_wizard/Base_mainConfiguratorTemplate.xml
    erp5/trunk/bt5/erp5_configurator/bt/change_log
    erp5/trunk/bt5/erp5_configurator/bt/revision

Modified: erp5/trunk/bt5/erp5_configurator/SkinTemplateItem/portal_skins/erp5_configurator_wizard/Base_mainConfiguratorTemplate.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_configurator/SkinTemplateItem/portal_skins/erp5_configurator_wizard/Base_mainConfiguratorTemplate.xml?rev=45344&r1=45343&r2=45344&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_configurator/SkinTemplateItem/portal_skins/erp5_configurator_wizard/Base_mainConfiguratorTemplate.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_configurator/SkinTemplateItem/portal_skins/erp5_configurator_wizard/Base_mainConfiguratorTemplate.xml [utf8] Tue Apr 12 22:19:21 2011
@@ -53,14 +53,6 @@
                           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
       tal:content="form_title"/>\n

Modified: erp5/trunk/bt5/erp5_configurator/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_configurator/bt/change_log?rev=45344&r1=45343&r2=45344&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_configurator/bt/change_log [utf8] (original)
+++ erp5/trunk/bt5/erp5_configurator/bt/change_log [utf8] Tue Apr 12 22:19:21 2011
@@ -1,4 +1,7 @@
 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.
 
 2011-04-08 lucas

Modified: erp5/trunk/bt5/erp5_configurator/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_configurator/bt/revision?rev=45344&r1=45343&r2=45344&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_configurator/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_configurator/bt/revision [utf8] Tue Apr 12 22:19:21 2011
@@ -1 +1 @@
-518
\ No newline at end of file
+519
\ No newline at end of file



More information about the Erp5-report mailing list