CC-3920: Phone home stats: explain to the user the benefits to them to clicking YES

-done
This commit is contained in:
denise 2012-06-01 15:32:30 -04:00
parent 9c89d263db
commit e3bacba39b
2 changed files with 13 additions and 4 deletions

View File

@ -3,8 +3,12 @@
<fieldset>
<dl class="zend_form">
<dt class="block-display info-text">
Help Airtime improve by letting us know you are using it. This info
will be collected regularly in order to improve your user experience.
Help Airtime improve by letting us know how you are using it. This info
will be collected regularly in order to improve your user experience.
<br /><br />
In additon to that, this is how you vote for existing features. We actively remove
features that are not used, so be sure to click "Yes, help Airtime" to keep
your favourite features around.
</dt>
<dd id="SupportFeedback-element" class="block-display">
<label class="optional" for="SupportFeedback">

View File

@ -2,8 +2,13 @@
<?php if( !$this->isSaas ){?>
<dl class="zend_form">
<dd id="SupportFeedback-element" style="width:90%;">
<div class="info-text">Help Airtime improve by letting us know you are using it. This info
will be collected regularly in order to improve your user experience.</div>
<div class="info-text">
Help Airtime improve by letting us know how you are using it. This info
will be collected regularly in order to improve your user experience.<br /><br />
In additon to that, this is how you vote for existing features. We actively remove
features that are not used, so be sure to click "Yes, help Airtime" to keep
your favourite features around.
</div>
<label class="optional" for="SupportFeedback">
<?php echo $this->element->getElement('SupportFeedback') ?>
<strong><?php echo $this->element->getElement('SupportFeedback')->getLabel() ?></strong>