2006-07-24 vincent
* Re-implement parameters propagation. Allows to remove most of the previously hardcoded value names from the style.
* Keep parameters when going through a workflow transition (ex : "follow bug" in bug module)
* Fixes bugs about form_id & dialog_id not generated the way they are supposed to.
* Move "list mode" button between "previous" and "next" buttons.
* Use "contextual help" preference to display or not the help button on top right - it's the only purpose of this preference.
* Follow the field naming convention for menus.
* Rename all scripts designed for xhtml style to "ERP5XhtmlStyle_" to make it clear. Some are rewrite of "Base_" scripts.
* !BUG!: listbox search fields require quite a lot of work to be cleanly filtered out. This will be hopefully corrected in next version.

2006-07-17 jerome
* fix object_jump actions that were not displayed.

2006-06-28 Kevin
* Fix default string.

2006-06-28 vincent
* Add compatibility layer to support forms designed for html_style.

2006-06-27 vincent
* Add an error message when login fails.
* Fix various compatibility bugs with old browsers.

2006-06-27 chris
* Replaced hr.clear by h6.clear to fix a problem with firefox 1.0.6

2006-06-26 vincent
* Rename page templates to follow a consistent naming scheme.
* Add another layer to unify web mode handling.

2006-06-23 yo
* Put id on each div in form_sort. Otherwise, functional testing is too difficult.
* Likewise, put id on each tr in form_list_ui.

2006-06-20 Vincent
* Correct form button values when in a dialog.

2006-06-15 Vincent
* Initial commit.
* Valid XHTML1.0 Strict + CSS 2.0.