request); switch ($note_type) { case 'story': foreach ($board_data as $note) { /* * Info */ $modal_window .= $this->modal_inner_form( 'backlogboard', // board_type 'story', // note_type $note->story_title, // note_title 'Change the note\'s excerpt (i.e. the text body of the note).', // description $note->id, // id 'info', // action $note, // board_data 'header' // section ); // $modal_window .= ''; $modal_window .= '