Project:Submit Again
Version:6.x-1.0
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

#1

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.

#2

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

#3

Status:active» fixed

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

#4

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

feature wasn't backported to 5.x-dev

#5

Status:fixed» closed (fixed)

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