CC-2501:Registration:wording changes

- fixed
This commit is contained in:
James 2011-07-14 16:06:13 -04:00
parent 4601852eed
commit f95e881ec5
3 changed files with 6 additions and 2 deletions

View file

@ -2,7 +2,9 @@
<dl class="zend_form">
<dt id="stationName-label" class="block-display">
<label class="required" for="stationName"><?php echo $this->element->getElement('stationName')->getLabel() ?></label>
<label class="required" for="stationName"><?php echo $this->element->getElement('stationName')->getLabel() ?>
<span class="info-text-small">(Required)</span> :
</label>
</dt>
<dd id="stationName-element" class="block-display">
<?php echo $this->element->getElement('stationName') ?>