--- trunk/ChangeLog 2007/09/12 08:42:31 178 +++ trunk/ChangeLog 2007/09/12 12:48:48 181 @@ -1,4 +1,18 @@ 2007-09-12 Torsten Irlaender + * tools/formed/formed/plugins/web/form_renderer.py: Renamed header + from formular navigation to "Fallakte Inhalt" + +2007-09-12 Torsten Irlaender + * tools/formed/formed/plugins/ui/controls.py: Fixed bug that bad + values (dates) were not pretty printed. + * tools/formed/formed/plugins/web/form_renderer.py: Added errormsg to + label rendering for choicelists. + +2007-09-12 Torsten Irlaender + * tools/formed/formed/plugins/ui/controls.py: Fixed bug that + choicelist did not get selected when the value is set to "0" + +2007-09-12 Torsten Irlaender * tools/formed/formed/plugins/web/form_renderer.py: Added "getPrintableData" method, for the formdata Class which will return the description rather than the value of element in the ID. This is