mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Fix #273 'msg_is_not_manager' message and broken styles
This commit is contained in:
parent
05e9961b10
commit
63bddd0c9a
2 changed files with 2 additions and 1 deletions
|
|
@ -626,7 +626,7 @@ class ModuleHandler extends Handler
|
|||
if(!$grant->manager)
|
||||
{
|
||||
self::_setInputErrorToContext();
|
||||
$this->error = 'msg_is_not_manager';
|
||||
$this->error = 'msg_is_not_administrator';
|
||||
$oMessageObject = self::getModuleInstance('message', $display_mode);
|
||||
$oMessageObject->setError(-1);
|
||||
$oMessageObject->setMessage($this->error);
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@
|
|||
font-family: Arial, NanumBarunGothic, 'Malgun Gothic', Dotum, 'Apple SD Gothic Neo', AppleGothic, sans-serif;
|
||||
font-size: 13px;
|
||||
line-height: 17px;
|
||||
height: auto;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
border: 1px solid #aaa;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue