* @package action * @link https://www.zentao.net */ namespace zin; $actions = array(); $actions[] = 'submit'; $actions[] = array('data-dismiss' => 'modal', 'text' => $lang->close); set::title($title); form ( set::url('action', 'comment', "objectType=$objectType&objectID=$objectID"), setClass('comment-form'), editor ( set::name('actioncomment') ), !in_array($objectType, array('story', 'doctemplate')) ? fileSelector() : null, set::actions($actions) );