diff --git a/module/bug/css/browse.css b/module/bug/css/browse.css index a9853afde4..f0bd370a0f 100644 --- a/module/bug/css/browse.css +++ b/module/bug/css/browse.css @@ -13,5 +13,3 @@ .dropdown-list > li > a {display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.53846154; color: #141414; white-space: nowrap;} .dropdown-list > li > a:hover, .dropdown-list > li > a:focus {color: #1a4f85;text-decoration: none;background-color: #ddd;} - -#createActionMenu .btn{color: #fff!important; text-shadow: 0 -1px 0 rgba(0,0,0,.2)!important; background-color: #d2322d!important; border-color: #bd2d29!important;} diff --git a/module/bug/view/browse.html.php b/module/bug/view/browse.html.php index c914b0e0fc..1510075847 100644 --- a/module/bug/view/browse.html.php +++ b/module/bug/view/browse.html.php @@ -67,16 +67,16 @@ js::set('bugBrowseType', ($browseType == 'bymodule' and $this->session->bugBrows if(commonModel::isTutorialMode()) { $wizardParams = helper::safe64Encode("productID=$productID&branch=$branch&extra=moduleID=$moduleID"); - echo html::a($this->createLink('tutorial', 'wizard', "module=bug&method=create¶ms=$wizardParams"), "" . $lang->bug->create, '', "class='btn btn-bug-create'"); + echo html::a($this->createLink('tutorial', 'wizard', "module=bug&method=create¶ms=$wizardParams"), "" . $lang->bug->create, '', "class='btn btn-primary btn-bug-create'"); } else { - $misc = common::hasPriv('bug', 'create') ? "class='btn'" : "class='btn disabled'"; + $misc = common::hasPriv('bug', 'create') ? "class='btn btn-primary'" : "class='btn btn-primary disabled'"; $link = common::hasPriv('bug', 'create') ? $this->createLink('bug', 'create', "productID=$productID&branch=$branch&extra=moduleID=$moduleID") : '#'; echo html::a($link, "" . $lang->bug->create, '', $misc); } ?> - EOD; -$lang->install->yidou = new stdclass(); -$lang->install->yidou->name = '亿斗进销存管理运营系统'; -$lang->install->yidou->desc = <<install->zdoo = new stdclass(); +$lang->install->zdoo->name = '可深度定制的云端一体化协作平台'; +$lang->install->zdoo->desc = << -
  • 销售订单处理,信息及时反馈
  • -
  • 采销业务状况,时时查询跟进
  • -
  • 仓储配货送货,轻松便利快捷
  • -
  • 财务收款付款,简单实用准确
  • +
  • 安全、稳定、高效
  • +
  • 以容器为交付单位
  • +
  • 租户隔离,可深度定制
  • +
  • 提供一体化管理平台
  • EOD; diff --git a/module/install/view/index.html.php b/module/install/view/index.html.php index 11a94598ea..ffe61be8be 100644 --- a/module/install/view/index.html.php +++ b/module/install/view/index.html.php @@ -59,11 +59,11 @@ diff --git a/module/product/css/browse.css b/module/product/css/browse.css index 647722cddc..7e6f398628 100644 --- a/module/product/css/browse.css +++ b/module/product/css/browse.css @@ -11,6 +11,4 @@ a.removeModule{color:#ddd} a.removeModule:hover{color:red} -#createActionMenu .btn{color: #fff!important; text-shadow: 0 -1px 0 rgba(0,0,0,.2)!important; background-color: #d2322d!important; border-color: #bd2d29!important;} - tbody > tr > td > .btn-icon {margin-right: 3px;} diff --git a/module/product/view/browse.html.php b/module/product/view/browse.html.php index c59d29fa73..5344eed959 100644 --- a/module/product/view/browse.html.php +++ b/module/product/view/browse.html.php @@ -60,16 +60,16 @@ if(commonModel::isTutorialMode()) { $wizardParams = helper::safe64Encode("productID=$productID&branch=$branch&moduleID=$moduleID"); - echo html::a($this->createLink('tutorial', 'wizard', "module=story&method=create¶ms=$wizardParams"), "" . $lang->story->create, '', 'create-story-btn'); + echo html::a($this->createLink('tutorial', 'wizard', "module=story&method=create¶ms=$wizardParams"), "" . $lang->story->create, '', "class='create-story-btn btn btn-primary'"); } else { - $misc = common::hasPriv('story', 'create') ? "class='btn'" : "class='btn disabled'"; + $misc = common::hasPriv('story', 'create') ? "class='btn btn-primary'" : "class='btn btn-primary disabled'"; $link = common::hasPriv('story', 'create') ? $this->createLink('story', 'create', "productID=$productID&branch=$branch&moduleID=$moduleID") : '#'; echo html::a($link, "" . $lang->story->create, '', $misc); } ?> -