CC-3803 : Don't allow editing of a current Record show

This commit is contained in:
Naomi Aro 2012-05-22 17:51:53 +02:00
parent 438bc93133
commit 428b13f3d7
3 changed files with 37 additions and 51 deletions

View file

@ -14,7 +14,7 @@ class Application_Form_AddShowLiveStream extends Zend_Form_SubForm
->setDecorators(array('ViewHelper'));
$this->addElement($cb_airtime_auth);
$description2 = "Specify custom authentication which will work for only for this show.";
$description2 = "Specify custom authentication which will work only for this show.";
$cb_custom_auth = new Zend_Form_Element_Checkbox("cb_custom_auth");
$cb_custom_auth ->setLabel("Use Custom Authentication:")
->setDescription($description2)