Node forms in Drupal Panels
In order to enclose Drupal node forms with Panels you will need to:
1. Create panel
2. Setup context for corresponding form type (this will add forms section in content selection window)
3. Add form from content selection form and specify node type for which you are going to use this panel.
This is first time that we are using panels to enclose node create/update forms and got there problem.
It seems module panels moving node update/save buttons into top fixing these form elements weight. We tried to fix weight using content type management page (CCK), tried to use custom module with hook_form_alter without any result.
Will update post there we will find solution to this problem.