Finish task #46230,46228,46227.

This commit is contained in:
zhouxin
2021-12-17 05:42:52 +00:00
parent 2722e08c1c
commit 647c81e608
6 changed files with 4 additions and 5 deletions

View File

@@ -80,7 +80,7 @@ class design extends control
if($this->config->maxVersion and common::hasPriv('design', 'submit'))
{
$this->lang->TRActions .= '<div class="btn-group">';
$this->lang->TRActions .= html::a($this->createLink('design', 'submit', "productID=$productID", '', true), "<i class='icon-plus'></i> {$this->lang->design->createReview}", '', "class='btn btn-secondary iframe'");
$this->lang->TRActions .= html::a($this->createLink('design', 'submit', "productID=$productID", '', true), "<i class='icon-plus'></i> {$this->lang->design->submit}", '', "class='btn btn-secondary iframe'");
$this->lang->TRActions .= '</div>';
}
$this->lang->TRActions .= '<div class="btn-group dropdown">';

View File

@@ -1 +1,2 @@
.tabs .tab-pane .table{border: 1px solid #ddd; border-top: none}
#short-content{max-width: 54%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}

View File

@@ -37,7 +37,6 @@ $lang->design->createdDate = 'CreatedDate';
$lang->design->basicInfo = 'Basic Information';
$lang->design->noAssigned = 'Unassigned';
$lang->design->comment = 'Comment';
$lang->design->createReview = 'Create Review';
/* 动作列表. */
$lang->design->common = 'Design';

View File

@@ -37,7 +37,6 @@ $lang->design->createdDate = '创建时间';
$lang->design->basicInfo = '基本信息';
$lang->design->noAssigned = '未指派';
$lang->design->comment = '注释';
$lang->design->createReview = '发起评审';
/* 动作列表. */
$lang->design->common = '设计';

View File

@@ -16,7 +16,7 @@
<div id="mainContent" class="main-content fade">
<div class="center-block">
<div class="main-header">
<h2>
<h2 id="short-content" title="<?php echo $design->name;?>">
<span class='label label-id'><?php echo $design->id;?></span>
<?php echo html::a($this->createLink('design', 'view', "id=$design->id"), $design->name, '');?>
<small><?php echo $lang->arrow . ' ' . $lang->design->edit;?></small>

View File

@@ -12,7 +12,7 @@
?>
<?php include '../../common/view/header.html.php';?>
<?php include '../../common/view/kindeditor.html.php';?>
<?php $style = isonlybody() ? 'style="padding-top: 0px;"' : '';?>
<?php $style = isonlybody() ? 'style="margin-top: 0px;"' : '';?>
<div id='mainContent' class="main-row" <?php echo $style;?>>
<div class="col-8 main-col">
<div class="row">