[Erp5-report] r45343 lucas - in /erp5/trunk/bt5/erp5_configurator: SkinTemplateItem/portal_...
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Apr 12 22:17:34 CEST 2011
Author: lucas
Date: Tue Apr 12 22:17:34 2011
New Revision: 45343
URL: http://svn.erp5.org?rev=45343&view=rev
Log:
2011-04-12 lucas
* Fixed an issue where wizard.css should be imported only once.
Modified:
erp5/trunk/bt5/erp5_configurator/SkinTemplateItem/portal_skins/erp5_configurator_wizard/wizard_template_erp5_xhtml_style.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/wizard_template_erp5_xhtml_style.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_configurator/SkinTemplateItem/portal_skins/erp5_configurator_wizard/wizard_template_erp5_xhtml_style.xml?rev=45343&r1=45342&r2=45343&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_configurator/SkinTemplateItem/portal_skins/erp5_configurator_wizard/wizard_template_erp5_xhtml_style.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_configurator/SkinTemplateItem/portal_skins/erp5_configurator_wizard/wizard_template_erp5_xhtml_style.xml [utf8] Tue Apr 12 22:17:34 2011
@@ -75,12 +75,13 @@ IDEAS:\n
tal:attributes="type python:\'text/css\'">\n
</style>\n
</tal:block>\n
- <tal:block tal:define="dummy python: css_list.extend(field.get_css_list(REQUEST=request) + [\'wizard.css\'])" />\n
+ <tal:block tal:define="dummy python: css_list.extend(field.get_css_list(REQUEST=request))" />\n
<tal:block tal:define="dummy python: js_list.extend(field.get_javascript_list(REQUEST=request))" />\n
</tal:block>\n
</tal:block>\n
</tal:block>\n
- <tal:block tal:repeat="css python: css_list">\n
+ <tal:block tal:define="dummy python: css_list.append(\'wizard.css\')"\n
+ tal:repeat="css python: css_list">\n
<link tal:attributes="href css" type="text/css" rel="stylesheet" />\n
</tal:block>\n
<tal:block tal:repeat="js python: js_list">\n
Modified: erp5/trunk/bt5/erp5_configurator/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_configurator/bt/change_log?rev=45343&r1=45342&r2=45343&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:17:34 2011
@@ -1,3 +1,6 @@
+2011-04-12 lucas
+* Fixed an issue where wizard.css should be imported only once.
+
2011-04-08 lucas
* Fixed expression once the last step of configuration there is no form object.
Modified: erp5/trunk/bt5/erp5_configurator/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_configurator/bt/revision?rev=45343&r1=45342&r2=45343&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_configurator/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_configurator/bt/revision [utf8] Tue Apr 12 22:17:34 2011
@@ -1 +1 @@
-517
\ No newline at end of file
+518
\ No newline at end of file
More information about the Erp5-report
mailing list