CC-2501:Registration wording changes

- modified text and look on preferences
This commit is contained in:
james 2011-07-04 17:54:33 -04:00
parent e44bf183c4
commit 5e93bb999e
1 changed files with 7 additions and 6 deletions

View File

@ -1,9 +1,8 @@
<fieldset class="padded"> <fieldset class="padded">
<dl class="zend_form"> <dl class="zend_form">
<?php if($this->element->getView()->supportFeedback === '0'){?> <dd id="SupportFeedback-element" style="width:90%;">
<div class="info-text"><p>Be more awesome by selecting "Support feedback" below. You will be helping Airtim improve!</p></div> <div class="info-text">Help Airtime improve by letting us know you are using it. This info
<?php }?> will be collected regularly in order to improve your user experience.</div>
<dd id="SupportFeedback-element">
<label class="optional" for="SupportFeedback"> <label class="optional" for="SupportFeedback">
<?php echo $this->element->getElement('SupportFeedback') ?> <?php echo $this->element->getElement('SupportFeedback') ?>
<strong><?php echo $this->element->getElement('SupportFeedback')->getLabel() ?></strong> <strong><?php echo $this->element->getElement('SupportFeedback')->getLabel() ?></strong>
@ -16,8 +15,10 @@
</ul> </ul>
<?php endif; ?> <?php endif; ?>
</dd> </dd>
<dd id="publicize-element"> <dd id="publicize-element" style="width:90%;">
<label class="optional" for="Publicise"> <div class="info-text">Click the box below to advertise your station on <a id="link_to_whos_using" href="">Sourcefabric.org</a>.
In order to promote your station, "Send support feedback" must be enabled. This data will be collected in addition to the support feedback.</div>
<label class="optional" for="Publicise">
<?php echo $this->element->getElement('Publicise') ?> <?php echo $this->element->getElement('Publicise') ?>
<strong><?php echo $this->element->getElement('Publicise')->getLabel() ?></strong> <strong><?php echo $this->element->getElement('Publicise')->getLabel() ?></strong>
</label> </label>