CC-4961: Show linking

This commit is contained in:
denise 2013-04-04 16:30:33 -04:00
parent b40306cb1b
commit f9d7167638
36 changed files with 2437 additions and 78 deletions

View file

@ -5,6 +5,11 @@ class Application_Form_AddShowRepeats extends Zend_Form_SubForm
public function init()
{
$linked = new Zend_Form_Element_Checkbox("add_show_linked");
$linked->setLabel(_("Link:"));
$this->addElement($linked);
//Add type select
$this->addElement('select', 'add_show_repeat_type', array(
'required' => true,