Commit bf107ab3 authored by Lucas Carvalho's avatar Lucas Carvalho

2011-04-07 lucas

* Load the CSS file to customize the new user interface.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45201 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 52b3ed07
......@@ -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
......
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.
......
510
\ No newline at end of file
511
\ 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