fireEvent('BeforeCommentForm'); ?>
Form->open(); echo $this->Form->errors(); $this->fireEvent('BeforeBodyField'); echo $this->Form->bodyBox('Body', array('Table' => 'Comment', 'tabindex' => 1, 'FileUpload' => true)); $this->fireEvent('AfterBodyField'); echo "
\n"; $this->fireEvent('BeforeFormButtons'); echo anchor(t('Cancel'), '/', 'Button Cancel').' '; echo $this->Form->button('Save Comment', array('class' => 'Button Primary CommentButton', 'tabindex' => 2)); $this->fireEvent('AfterFormButtons'); echo "
\n"; echo $this->Form->close(); ?>