This commit is contained in:
Yagami
2020-08-18 09:08:24 +08:00
2 changed files with 6 additions and 1 deletions

View File

@@ -23,5 +23,6 @@ $lang->stage->typeList['release'] = '发布';
$lang->stage->typeList['review'] = '总结评审';
$lang->stage->typeList['other'] = '其他';
$lang->stage->viewList = '浏览列表';
$lang->stage->noStage = '暂时没有阶段';
$lang->stage->confirmDelete = '您确定要执行删除操作吗?';

View File

@@ -1,5 +1,9 @@
<?php include '../../common/view/header.html.php';?>
<div id="mainMenu" class="clearfix">
<div class="btn-toobar pull-left">
<a href="" class="btn btn-link btn-active-text">
<span class="text"><?php echo $lang->stage->viewList;?></span>
</div>
<div class="btn-toolbar pull-right">
<?php common::printLink('stage', 'batchCreate', "", "<i class='icon icon-plus'></i>" . $lang->stage->batchCreate, '', "class='btn btn-primary'");?>
<?php common::printLink('stage', 'create', "", "<i class='icon icon-plus'></i>" . $lang->stage->create, '', "class='btn btn-primary'");?>
@@ -24,7 +28,7 @@
<th class='text-left'><?php common::printOrderLink('name', $orderBy, $vars, $lang->stage->name);?></th>
<th class='w-100px'><?php common::printOrderLink('percent', $orderBy, $vars, $lang->stage->percent);?></th>
<th class='w-120px'><?php common::printOrderLink('type', $orderBy, $vars, $lang->stage->type);?></th>
<th class='w-120px'<?php echo $lang->actions;?></th>
<th class='w-120px'><?php echo $lang->actions;?></th>
</tr>
</thead>
<tbody>