From b682c2cd10d95350379acc0c18b3db1306f08f7e Mon Sep 17 00:00:00 2001 From: James <james@sourcefabric-DX4840.(none)> Date: Tue, 4 Oct 2011 12:04:09 -0400 Subject: [PATCH] CC-2902: Broken link in interface: "Click the box below to advertise your station on Sourcefabric.org" - fixed --- .../application/views/scripts/form/register-dialog.phtml | 2 +- .../application/views/scripts/form/support-setting.phtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/airtime_mvc/application/views/scripts/form/register-dialog.phtml b/airtime_mvc/application/views/scripts/form/register-dialog.phtml index f600b3352..f74715250 100644 --- a/airtime_mvc/application/views/scripts/form/register-dialog.phtml +++ b/airtime_mvc/application/views/scripts/form/register-dialog.phtml @@ -21,7 +21,7 @@ </dd> <dt class="block-display info-text"> Click the box below to advertise your station on - <a id="link_to_whos_using" href="http://sourcefabric.org/en/products/airtime_whosusing" onclick="window.open(this.href); return false">Sourcefabric.org</a>. + <a id="link_to_whos_using" href="http://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. </dt> <dd id="publicize-element" class="block-display"> diff --git a/airtime_mvc/application/views/scripts/form/support-setting.phtml b/airtime_mvc/application/views/scripts/form/support-setting.phtml index b670733e2..9eb9af547 100644 --- a/airtime_mvc/application/views/scripts/form/support-setting.phtml +++ b/airtime_mvc/application/views/scripts/form/support-setting.phtml @@ -17,7 +17,7 @@ </dd> <dd id="publicize-element" style="width:90%;"> <div class="info-text">Click the box below to advertise your station on - <a id="link_to_whos_using" href="http://sourcefabric.org/en/products/airtime_whosusing" onclick="window.open(this.href); return false">Sourcefabric.org</a>. + <a id="link_to_whos_using" href="http://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> <label class="optional" for="Publicise"> <?php echo $this->element->getElement('Publicise') ?>