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.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | rearrange_child_pages.module.patch | 826 bytes | wadmiraal |
| book-settings.jpg | 13.75 KB | wadmiraal |
Comments
Comment #1
nirbhasa commentedI 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.
Comment #2
wadmiraal commentedIt'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.
Comment #3
nirbhasa commentedSure 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 :)
Comment #4
nirbhasa commentedSetting issue back to active
Comment #5
wadmiraal commentedI also changed the '#value' to '#title', which is what you meant I guess.