* @package common * @link https://www.zentao.net */ namespace zin; modalTrigger ( modal ( on::click('.cover', "submitForm('cover')"), on::click('.insert', "submitForm('insert')"), on::click('.close', "enableSubmitButton()"), setID('importNoticeModal'), set::title($lang->importConfirm), set::footerClass('justify-center'), to::footer ( btn ( setClass('danger wide cover'), zui::width('86px'), $lang->importAndCover ), btn ( setClass('primary wide insert'), $lang->importAndInsert ) ), div ( setClass('alert'), icon('exclamation-sign'), $lang->noticeImport ) ) ); $footerActions = array( array('class' => 'danger cover', 'text' => $lang->importAndCover), array('class' => 'primary insert', 'text' => $lang->importAndInsert) ); h::js ( <<