Fix #273 'msg_is_not_manager' message and broken styles

This commit is contained in:
Kijin Sung 2016-02-15 19:35:32 +09:00
parent 05e9961b10
commit 63bddd0c9a
2 changed files with 2 additions and 1 deletions

View file

@ -626,7 +626,7 @@ class ModuleHandler extends Handler
if(!$grant->manager) if(!$grant->manager)
{ {
self::_setInputErrorToContext(); self::_setInputErrorToContext();
$this->error = 'msg_is_not_manager'; $this->error = 'msg_is_not_administrator';
$oMessageObject = self::getModuleInstance('message', $display_mode); $oMessageObject = self::getModuleInstance('message', $display_mode);
$oMessageObject->setError(-1); $oMessageObject->setError(-1);
$oMessageObject->setMessage($this->error); $oMessageObject->setMessage($this->error);

View file

@ -27,6 +27,7 @@
font-family: Arial, NanumBarunGothic, 'Malgun Gothic', Dotum, 'Apple SD Gothic Neo', AppleGothic, sans-serif; font-family: Arial, NanumBarunGothic, 'Malgun Gothic', Dotum, 'Apple SD Gothic Neo', AppleGothic, sans-serif;
font-size: 13px; font-size: 13px;
line-height: 17px; line-height: 17px;
height: auto;
width: 100%; width: 100%;
box-sizing: border-box; box-sizing: border-box;
border: 1px solid #aaa; border: 1px solid #aaa;