* @package flow * @link https://www.zentao.net */ namespace zin; include 'header.html.php'; $items = $this->flowZen->buildBatchFormItems($fields); formBatchPanel ( set::mode('add'), set::title($title), set::url($actionURL), set::items($items) ); html($formulaScript);