Not a big problem (at all), but you might want to consider improving on the UI for the settings page. The radios AFTER the submit button is a bit strange :-). The UX will be much nicer.

Comments

nirbhasa’s picture

Status: Active » Closed (fixed)

I added a weight to keep it above the buttons. Its a bit tricky - adding weight = 0 causes it to go above the other items (where it is now), weight 1 puts it back down below the buttons, but its definitely better than it was.

wadmiraal’s picture

It's not very clean, but you could change the weight of the other elements :-). You have access to the form, so you can change it dynamically. Say, give the submit button a weight of 10.

nirbhasa’s picture

Sure I could. Im quite busy over the next few weeks, but id be happy to look at a patch if you wanted to contribute one :)

nirbhasa’s picture

Status: Closed (fixed) » Active

Setting issue back to active

wadmiraal’s picture

Version: 6.x-1.0-rc1 » 6.x-1.0-rc3
Assigned: Unassigned » wadmiraal
Status: Active » Needs review
StatusFileSize
new826 bytes

I also changed the '#value' to '#title', which is what you meant I guess.