Changes between Initial Version and Version 2 of Ticket #28059
- Timestamp:
- 04/09/17 09:42:34 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28059
- Property Owner changed from nobody to Musen
-
Property
Status
changed from
new
toassigned
-
Ticket #28059 – Description
initial v2 16 16 17 17 Then, we will get the vertical radio buttons instead of the horizontal ones. 18 19 The bug is caused by the wrong HTML attribute that the `ModelAdmin` uses to produce horizontal radio buttons. The correct attribute is `radio-inline` but `ModelAdmin` uses `radiolist inline`. Also, since HTML uses the vertical radio buttons as default, function `get_ul_class` is useless, and it can be simply replaced by an if statement.