On Tue, Dec 27, 2011 at 1:33 PM, Bob Sleys <[email protected]> wrote: > I minor thing I just noticed and I don't know if it has to do with the > Jquery changes or other Hobo changes but in table-plus tables if you add the > controls the remove button has been moved from a simple input button to > putting each remove button is a form. The form tag is forcing the remove > button to be on a separate line from the edit link thus placing the remove > button below the edit link instead of in line with it.
That was a deliberate change. The new code uses ajax forms for everything which will allow us to remove a bunch of special case code in Hobo. You should be able to fix it up by adding "display:inline" to an appropriate location in the CSS. If you figure out where the appropriate location is before I get to it, let me know. cheers, Bryan -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
