public function action_form_comment($form) { $form->class[] = 'box'; $form->append('fieldset', 'commenterinfo', _t( 'A Little Info About You' ) ); $form->commenterinfo->move_before('commenter'); }