<?php if ($this->fsType == 'fsStart'): ?>
<fieldset<?php if ($this->class): ?> class="<?php echo $this->class; ?>"<?php endif; ?>>
<?php if ($this->label): ?>
<legend><?php echo $this->label; ?></legend>
<?php endif; ?>
<?php else: ?>
</fieldset>
<?php endif; ?>