* change for bind ranzhi and fix error.
This commit is contained in:
@@ -789,7 +789,7 @@ class actionModel extends model
|
||||
else
|
||||
{
|
||||
$action->objectLink = '';
|
||||
$action->objectLabel = $this->lang->action->objectTypes[$action->objectLabel];
|
||||
$action->objectLabel = zget($this->lang->action->objectTypes, $action->objectLabel);
|
||||
}
|
||||
|
||||
$action->major = (isset($this->config->action->majorList[$action->objectType]) && in_array($action->action, $this->config->action->majorList[$action->objectType])) ? 1 : 0;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
body{padding-bottom:0px;}
|
||||
body.has-fixed-footer{padding-bottom:20px;}
|
||||
#header{padding-top:0px;}
|
||||
#header #heading{display:none !important;}
|
||||
#header #navbar{text-align:left !important;}
|
||||
|
||||
Reference in New Issue
Block a user