* @package task * @link https://www.zentao.net */ namespace zin; /* ====== Define the page structure with zin widgets ====== */ formPanel ( set::id('taskPauseForm'), set::title($lang->task->pause), formGroup ( set::label($lang->comment), set::name('comment'), set::control('editor'), ), ); /* ====== Render page ====== */ render();