? 760232-pageroute-invalid-callback.patch
? 829170-pageroute-button-weight.patch
? 929888-pageroute-failed-include.patch
? pageroute-node_form.patch
Index: pageroute.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/pageroute/pageroute.module,v
retrieving revision 1.71.2.21
diff -u -p -r1.71.2.21 pageroute.module
--- pageroute.module	31 Jan 2010 16:55:15 -0000	1.71.2.21
+++ pageroute.module	3 Oct 2010 10:05:02 -0000
@@ -553,6 +553,7 @@ function pageroute_decorate(&$form, &$pa
  */
 function pageroute_add_buttons(&$form, &$page, $button_name = 'page_op') {
   //get the right options first
+  $form['bottom']['#weight'] = 200;
   $options = pageroute_invoke($page, 'options');
   if (!empty($page->options['current_group'])) {
     $options = $page->options[$page->options['current_group']];
