[Erp5-report] r45201 lucas - in /erp5/trunk/bt5/erp5_configurator: SkinTemplateItem/portal_...
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Apr 7 21:47:22 CEST 2011
Author: lucas
Date: Thu Apr 7 21:47:21 2011
New Revision: 45201
URL: http://svn.erp5.org?rev=45201&view=rev
Log:
2011-04-07 lucas
* Load the CSS file to customize the new user interface.
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=45201&r1=45200&r2=45201&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] Thu Apr 7 21:47:21 2011
@@ -75,7 +75,7 @@ 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))" />\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: js_list.extend(field.get_javascript_list(REQUEST=request))" />\n
</tal:block>\n
</tal:block>\n
Modified: erp5/trunk/bt5/erp5_configurator/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_configurator/bt/change_log?rev=45201&r1=45200&r2=45201&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_configurator/bt/change_log [utf8] (original)
+++ erp5/trunk/bt5/erp5_configurator/bt/change_log [utf8] Thu Apr 7 21:47:21 2011
@@ -1,4 +1,7 @@
2011-04-07 lucas
+* Load the CSS file to customize the new user interface.
+
+2011-04-07 lucas
* Replaced the your_business_configuration list field for an editor field, which must render the new business configuration list.
2011-04-07 lucas
Modified: erp5/trunk/bt5/erp5_configurator/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_configurator/bt/revision?rev=45201&r1=45200&r2=45201&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_configurator/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_configurator/bt/revision [utf8] Thu Apr 7 21:47:21 2011
@@ -1 +1 @@
-510
\ No newline at end of file
+511
\ No newline at end of file
More information about the Erp5-report
mailing list