the new button is added right in the moddile of the admin fieldsets on node form. i expected it to be next to the regular save button. if you want an example of my expectation, see the brand new 'save and edit' button on views form.

Comments

mfredrickson’s picture

Yeah. I've noticed this too. The problem (I think) is in the node form #after_build function. I think it reweights the preview, submit, and delete buttons way down to the bottom. For users without the "admin nodes" priv, the button will appear just above preview, delete. I could probably theme it down there, but I haven't had the time to muck around with it yet.

moshe weitzman’s picture

see diff.module for some nasty but effective themeing for this.

deekayen’s picture

Status: Active » Fixed

Borrowed theme_diff_node_form() code from diff.module as suggested and committed in CVS revision 1.2.

deekayen’s picture

Version: 5.x-1.x-dev » 6.x-1.0

feature wasn't backported to 5.x-dev

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.