From 8198d89095575e69214230d6ca1426cf587cf4d9 Mon Sep 17 00:00:00 2001 From: drigato Date: Tue, 10 Mar 2015 16:47:08 -0400 Subject: [PATCH] small change to player form --- .../application/controllers/EmbeddableplayerController.php | 2 +- airtime_mvc/application/forms/EmbeddablePlayer.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/airtime_mvc/application/controllers/EmbeddableplayerController.php b/airtime_mvc/application/controllers/EmbeddableplayerController.php index 4536d7e18..6fc2d9e13 100644 --- a/airtime_mvc/application/controllers/EmbeddableplayerController.php +++ b/airtime_mvc/application/controllers/EmbeddableplayerController.php @@ -17,5 +17,5 @@ class EmbeddablePlayerController extends Zend_Controller_Action public function embedCodeAction() { $this->view->layout()->disableLayout(); - } + } } \ No newline at end of file diff --git a/airtime_mvc/application/forms/EmbeddablePlayer.php b/airtime_mvc/application/forms/EmbeddablePlayer.php index 4b9353aad..230037de7 100644 --- a/airtime_mvc/application/forms/EmbeddablePlayer.php +++ b/airtime_mvc/application/forms/EmbeddablePlayer.php @@ -10,7 +10,6 @@ class Application_Form_EmbeddablePlayer extends Zend_Form_SubForm $embedSrc = new Zend_Form_Element_Text('player_embed_src'); $embedSrc->setAttrib("readonly", "readonly"); - $embedSrc->setAttrib("class", "player_embed_src"); $embedSrc->setValue(''); $embedSrc->removeDecorator('label'); $this->addElement($embedSrc);