CC-3920: Phone home stats: explain to the user the benefits to them to clicking YES
-done
This commit is contained in:
parent
9c89d263db
commit
e3bacba39b
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue