CC-2501:Registration:wording changes
- fixed
This commit is contained in:
parent
4601852eed
commit
f95e881ec5
3 changed files with 6 additions and 2 deletions
|
@ -12,7 +12,7 @@ class Application_Form_GeneralPreferences extends Zend_Form_SubForm
|
||||||
//Station name
|
//Station name
|
||||||
$this->addElement('text', 'stationName', array(
|
$this->addElement('text', 'stationName', array(
|
||||||
'class' => 'input_text',
|
'class' => 'input_text',
|
||||||
'label' => 'Station Name:',
|
'label' => 'Station Name',
|
||||||
'required' => true,
|
'required' => true,
|
||||||
'filters' => array('StringTrim'),
|
'filters' => array('StringTrim'),
|
||||||
'validators' => array('NotEmpty'),
|
'validators' => array('NotEmpty'),
|
||||||
|
|
|
@ -2,7 +2,9 @@
|
||||||
<dl class="zend_form">
|
<dl class="zend_form">
|
||||||
|
|
||||||
<dt id="stationName-label" class="block-display">
|
<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>
|
</dt>
|
||||||
<dd id="stationName-element" class="block-display">
|
<dd id="stationName-element" class="block-display">
|
||||||
<?php echo $this->element->getElement('stationName') ?>
|
<?php echo $this->element->getElement('stationName') ?>
|
||||||
|
|
|
@ -36,6 +36,7 @@
|
||||||
<dl id="public-info" style="display:none;">
|
<dl id="public-info" style="display:none;">
|
||||||
<dt id="Phone-label" class="block-display">
|
<dt id="Phone-label" class="block-display">
|
||||||
<label class="optional" for="Phone"><?php echo $this->element->getElement('Phone')->getLabel() ?></label>
|
<label class="optional" for="Phone"><?php echo $this->element->getElement('Phone')->getLabel() ?></label>
|
||||||
|
<span class="info-text-small">(for verification purposes only, will not be published)</span>
|
||||||
</dt>
|
</dt>
|
||||||
<dd id="Phone-element" class="block-display">
|
<dd id="Phone-element" class="block-display">
|
||||||
<?php echo $this->element->getElement('Phone') ?>
|
<?php echo $this->element->getElement('Phone') ?>
|
||||||
|
@ -49,6 +50,7 @@
|
||||||
</dd>
|
</dd>
|
||||||
<dt id="Email-label" class="block-display">
|
<dt id="Email-label" class="block-display">
|
||||||
<label class="optional" for="Email"><?php echo $this->element->getElement('Email')->getLabel() ?></label>
|
<label class="optional" for="Email"><?php echo $this->element->getElement('Email')->getLabel() ?></label>
|
||||||
|
<span class="info-text-small">(for verification purposes only, will not be published)</span>
|
||||||
</dt>
|
</dt>
|
||||||
<dd id="Email-element" class="block-display">
|
<dd id="Email-element" class="block-display">
|
||||||
<?php echo $this->element->getElement('Email') ?>
|
<?php echo $this->element->getElement('Email') ?>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue