Changes between Initial Version and Version 2 of Ticket #28059


Ignore:
Timestamp:
Apr 9, 2017, 4:42:34 AM (7 years ago)
Author:
Musen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28059

    • Property Owner changed from nobody to Musen
    • Property Status newassigned
  • Ticket #28059 – Description

    initial v2  
    1616
    1717Then, 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.
Back to Top