* adjust for xuanxuan.
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
body{padding:0px; margin: 0px}
|
||||
body{padding:0px; margin: 0px;background-color: #fff;}
|
||||
#header{display: none}
|
||||
#footer{display: none}
|
||||
#header+#main{min-width:auto}
|
||||
#main{padding: 0px;}
|
||||
#main .container{padding: 0px;}
|
||||
#mainMenu{margin-top:0px;}
|
||||
#mainMenu{margin-top:0px;background-color: #efefef;}
|
||||
#mainContent .cell{box-shadow:none; -webkit-box-shadow: none;}
|
||||
|
||||
.xuanxuan-card{padding-bottom:55px;}
|
||||
.xuancard-actions{width: 100%;text-align: center; padding: 10px 0;}
|
||||
.xuancard-actions.fixed{position: fixed; background: #fff; border-top: 1px solid #ddd; bottom: 0; margin-bottom: 0; z-index: 999; box-shadow: 0 -2px 10px rgba(0,0,0,0.15);}
|
||||
.cell .histories{min-height:350px}
|
||||
|
||||
@@ -59,6 +59,7 @@ class entry extends control
|
||||
|
||||
$xxInstalled = $user->account . 'installed';
|
||||
if(!isset($this->config->xxclient->$xxInstalled)) $this->loadModel('setting')->setItem("system.common.xxclient.{$user->account}installed", '1');
|
||||
if(!isset($this->config->xxserver->installed)) $this->loadModel('setting')->setItem("system.common.xxserver.installed", '1');
|
||||
|
||||
$this->session->set('user', $user);
|
||||
$this->app->user = $this->session->user;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
$lang->message->typeList['xuanxuan'] = 'Xuanxuan';
|
||||
$lang->message->typeList['xuanxuan'] = 'Client';
|
||||
|
||||
$lang->message->sender = 'ZentaoPMS';
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
$lang->message->typeList['xuanxuan'] = '喧喧';
|
||||
$lang->message->typeList['xuanxuan'] = '客户端';
|
||||
|
||||
$lang->message->sender = '禅道项目管理';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user