* @package kanban * @link https://www.zentao.net */ namespace zin; modalHeader(set::title($lang->kanban->activateSpace), set::entityText($space->name), set::entityID($space->id)); formPanel ( formRow ( formGroup ( set::label($lang->comment), editor(set::name('comment')) ) ) ); render();