Merge branch '2.2.x' of dev.sourcefabric.org:airtime into 2.2.x
This commit is contained in:
commit
03e4bb15c7
|
@ -3,9 +3,9 @@
|
||||||
<dl class="zend_form">
|
<dl class="zend_form">
|
||||||
<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 Sourcefabric know how you are using it. This information
|
||||||
will be collected regularly in order to enhance your user experience.<br /><br />
|
will be collected regularly in order to enhance your user experience.<br />
|
||||||
Click "Yes, help Airtime" and we'll make sure the features you use are
|
Click the "Send support feedback" box and we'll make sure the features you use are
|
||||||
constantly improving.
|
constantly improving.
|
||||||
</div>
|
</div>
|
||||||
<label class="optional" for="SupportFeedback">
|
<label class="optional" for="SupportFeedback">
|
||||||
|
@ -21,9 +21,9 @@
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</dd>
|
</dd>
|
||||||
<dd id="publicize-element" style="width:90%;">
|
<dd id="publicize-element" style="width:90%;">
|
||||||
<div class="info-text">Click the box below to advertise your station on
|
<div class="info-text">Click the box below to promote your station on
|
||||||
<a id="link_to_whos_using" href="http://sourcefabric.org/en/airtime/whosusing" onclick="window.open(this.href); return false">Sourcefabric.org</a>.
|
<a id="link_to_whos_using" href="http://www.sourcefabric.org/en/airtime/whosusing/" onclick="window.open(this.href); return false">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>
|
</div>
|
||||||
<label class="optional" for="Publicise">
|
<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>
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<div class="info-text" style="clear: both;padding: 4px 0 4px 15px;"><p> Note: In order to promote your station, "Send support feedback" must be enabled</p></div>
|
<div class="info-text" style="clear: both;padding: 4px 0 4px 15px;">(In order to promote your station, "Send support feedback" must be enabled).</div>
|
||||||
<?php }?>
|
<?php }?>
|
||||||
<dl id="public-info" style="display:<?php echo !$this->isSaas?"none":"block"?>;">
|
<dl id="public-info" style="display:<?php echo !$this->isSaas?"none":"block"?>;">
|
||||||
<dt id="stationName-label" class="block-display">
|
<dt id="stationName-label" class="block-display">
|
||||||
|
@ -179,7 +179,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<?php }else{?>
|
<?php }else{?>
|
||||||
<a id="link_to_terms_and_condition" href="http://www.sourcefabric.org/en/about/policy/" onclick="window.open(this.href); return false;">Terms and Conditions</a>
|
<a id="link_to_terms_and_condition" href="http://www.sourcefabric.org/en/about/policy/" onclick="window.open(this.href); return false;">Sourcefabric Privacy Policy</a>
|
||||||
<?php }?>
|
<?php }?>
|
||||||
</div>
|
</div>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
Loading…
Reference in New Issue