diff --git a/airtime_mvc/application/forms/PodcastPreferences.php b/airtime_mvc/application/forms/PodcastPreferences.php index adf86c84e..9c007439e 100644 --- a/airtime_mvc/application/forms/PodcastPreferences.php +++ b/airtime_mvc/application/forms/PodcastPreferences.php @@ -17,16 +17,6 @@ class Application_Form_PodcastPreferences extends Zend_Form_SubForm { )); $stationPodcastPrivacy->setValue($isPrivate); $this->addElement($stationPodcastPrivacy); - - $stationPodcast = PodcastQuery::create()->findOneByDbId(Application_Model_Preference::getStationPodcastId()); - $url = $stationPodcast->getDbUrl(); - $feedUrl = new Zend_Form_Element_Text("stationPodcastFeedUrl"); - $feedUrl->setAttrib('class', 'input_text') - ->setAttrib('disabled', 'disabled') - ->setRequired(false) - ->setLabel(_("Feed URL")) - ->setValue($url); - $this->addElement($feedUrl); } } \ No newline at end of file diff --git a/airtime_mvc/application/views/scripts/form/preferences_podcast.phtml b/airtime_mvc/application/views/scripts/form/preferences_podcast.phtml deleted file mode 100644 index bfea8ae3f..000000000 --- a/airtime_mvc/application/views/scripts/form/preferences_podcast.phtml +++ /dev/null @@ -1,4 +0,0 @@ -
diff --git a/airtime_mvc/application/views/scripts/podcast/station.phtml b/airtime_mvc/application/views/scripts/podcast/station.phtml index 7a074de40..ded12e3e9 100644 --- a/airtime_mvc/application/views/scripts/podcast/station.phtml +++ b/airtime_mvc/application/views/scripts/podcast/station.phtml @@ -26,9 +26,6 @@ - - - @@ -81,8 +78,12 @@ form->getSubform('preferences_podcast')->getElement("stationPodcastPrivacy")->renderViewHelper() ?> - form->getSubform('preferences_podcast')->getElement("stationPodcastFeedUrl") ?> - +