<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="+1"><font face="Arial">On the node edit form for a CCK
type, the client wants to have the Save/Preview/Delete buttons both at
the top and bottom of the form.&nbsp; I created a template file and added an
entry in hook_theme() to use it, and it works fine.&nbsp; I then added
"print drupal_render_form('article-edit',$form['buttons']);" and then
print drupal_render_form('article-edit',$form); , and then moves the
button to the top and then renders the rest of the form.&nbsp; The question
is, how do I get the buttons to display again at the bottom?&nbsp; If I put
in another </font></font><font size="+1"><font face="Arial">"print
drupal_render_form('article-edit',$form['buttons']);", they aren't
displayed.&nbsp; I really don't want to have to enter each element
individually just to get the buttons at the bottom if I don't have to.<br>
<br>
Thanks.<br>
<br>
Steve<br>
</font></font>
</body>
</html>