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

-changed support feedback message
-fixed whitespace in register-dialog.phtml
This commit is contained in:
denise 2012-06-06 11:10:29 -04:00
parent 8e0c886350
commit f57d316b6c
2 changed files with 170 additions and 172 deletions

View file

@ -4,11 +4,10 @@
<dl class="zend_form"> <dl class="zend_form">
<dt class="block-display info-text"> <dt class="block-display info-text">
Help Airtime improve by letting us know how you are using it. This info 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. will be collected regularly in order to enhance your user experience.
<br /><br /> <br /><br />
In additon to that, this is how you vote for existing features. We actively remove Click "Yes, help Airtime" and we'll make sure the features you use are
features that are not used, so be sure to click "Yes, help Airtime" to keep constantly improving.
your favourite features around.
</dt> </dt>
<dd id="SupportFeedback-element" class="block-display"> <dd id="SupportFeedback-element" class="block-display">
<label class="optional" for="SupportFeedback"> <label class="optional" for="SupportFeedback">

View file

@ -4,10 +4,9 @@
<dd id="SupportFeedback-element" style="width:90%;"> <dd id="SupportFeedback-element" style="width:90%;">
<div class="info-text"> <div class="info-text">
Help Airtime improve by letting us know how you are using it. This info 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 /> will be collected regularly in order to enhance your user experience.<br /><br />
In additon to that, this is how you vote for existing features. We actively remove Click "Yes, help Airtime" and we'll make sure the features you use are
features that are not used, so be sure to click "Yes, help Airtime" to keep constantly improving.
your favourite features around.
</div> </div>
<label class="optional" for="SupportFeedback"> <label class="optional" for="SupportFeedback">
<?php echo $this->element->getElement('SupportFeedback') ?> <?php echo $this->element->getElement('SupportFeedback') ?>