Commit 1c27b6fd authored by Arnaud Fontaine's avatar Arnaud Fontaine

In Component view, display the error field with error CSS class to make it more visible.

parent 4bf3eeaf
...@@ -215,7 +215,7 @@ ...@@ -215,7 +215,7 @@
</item> </item>
<item> <item>
<key> <string>css_class</string> </key> <key> <string>css_class</string> </key>
<value> <string></string> </value> <value> <string>error</string> </value>
</item> </item>
<item> <item>
<key> <string>default</string> </key> <key> <string>default</string> </key>
......
2012-02-24 arnaud.fontaine
* In Component view, display the error field with error CSS class to make it more visible.
2012-02-22 arnaud.fontaine 2012-02-22 arnaud.fontaine
* Split up state and error message into two separate fields. * Split up state and error message into two separate fields.
* Always set the Component state to modified upon modification, then check the consistency. * Always set the Component state to modified upon modification, then check the consistency.
......
41005 41006
\ No newline at end of file \ 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