--- backup-typo3/typo3_src-4.0.0-CVS/typo3/mod/user/ws/workspaceforms.php 2006-01-16 17:10:46.000000000 -0600 +++ typo3_src-4.0.0-CVS/typo3/mod/user/ws/workspaceforms.php 2006-01-18 13:02:33.676709392 -0600 @@ -353,13 +353,13 @@ $form .= $this->tceforms->getMainFields($table,$rec); $form .= ''; $form .= ''; - $form .= ''; $form .= ''; $form .= ''; $form .= ''; $form .= ''; $form .= ''; - $form .= ''; + $form .= ''; + $form = $this->tceforms->wrapTotal($form, $rec, $table); $buttons = $this->createButtons() . $this->doc->spacer(5); @@ -418,11 +418,12 @@ $form .= $this->tceforms->getMainFields($table,$rec); // $form .= $this->tceforms->getListedFields($table,$rec,implode(',', $fields)); $form .= ''; + $form .= ''; + $form .= ''; $form .= ''; $form .= ''; $form .= ''; $form .= ''; - $form .= ''; $form = $this->tceforms->wrapTotal($form, $rec, $table); $buttons = $this->createButtons() . $this->doc->spacer(5); @@ -627,4 +628,4 @@ $SOBE->init(); $SOBE->main(); $SOBE->printContent(); -?> \ No newline at end of file +?>