<?php
/**
* comment_form template
* arguments: $form
*/
?>
<textarea class="comment-text" name="body"></textarea>
<div class="actions">
<input class="btn-primary" type="submit" value="<?php print $form['submit']['#value'] ?>">
<?php print t('or') ?>
<a class="cancel-comment" href="#"><?php print t('Cancel') ?></a>
</div>
<?php echo render($form['parent_mid']); ?>
<?php echo render($form['form_build_id']); ?>
<?php echo render($form['form_token']); ?>
<?php echo render($form['form_id']); ?>