Improve module update notification

- 모듈 업데이트 후 "success"라고만 뜨는 문제를 수정
- 반드시 필요한 "모듈 업데이트"를 "새 버전 설치"로 오해하여 피하는 일이 없도록
  "설정 완료"라는 표현을 사용하고 설명을 추가함
- 새 버전이 있을 경우 현재 버전과 새 버전을 함께 표시하고, 모듈 업데이트와
  혼동하지 않도록 "자료실"에 등록된 새 버전 알림이라는 설명을 추가함
This commit is contained in:
Kijin Sung 2017-12-03 23:03:21 +09:00
parent e78189ea5c
commit 0396d32ae5
5 changed files with 27 additions and 43 deletions

View file

@ -45,6 +45,8 @@ class installAdminController extends install
{
return $output;
}
$this->setMessage('success_updated');
}
function procInstallAdminRemoveFTPInfo()