Needs review
Project:
Rearrange child pages
Version:
6.x-1.0-rc3
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
8 Dec 2010 at 09:16 UTC
Updated:
10 Dec 2010 at 12:30 UTC
Jump to comment: Most recent file
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.