* @package task * @link https://www.zentao.net */ namespace zin; /* ====== Define the page structure with zin widgets ====== */ modalHeader(); formPanel ( setID('taskPauseForm'), formGroup ( set::label($lang->comment), editor ( set::name('comment'), set::rows('5') ), input( setClass('hidden'), set::name('status'), set::value('pause') ) ) ); hr(); history(); render();