<?php $this->extend('form_textarea'); ?>

<?php $this->block('field'); ?>
<?php
if (!isset($this->arrAttributes['placeholder']) || !$this->arrAttributes['placeholder'])
{
    $this->arrAttributes['placeholder'] = $this->strLabel;
}
?>
<?php $this->parent(); ?>
<?php $this->endblock(); ?>