* Finish task #40518.

This commit is contained in:
tianshujie98
2021-07-26 10:02:45 +08:00
parent 60e9643246
commit 0426b0d3ff
3 changed files with 10 additions and 2 deletions
+2
View File
@@ -6,3 +6,5 @@ th.c-budget,{text-align:right;}
td.c-actions {overflow: visible;}
.c-actions .btn {overflow: visible;}
#programBox {float: left; margin-right: 10px;}
#switchButton {background: #fff !important;}
.btn-group .active {color: #0c64eb !important;}
+4 -1
View File
@@ -24,7 +24,10 @@
<?php echo html::checkbox('involved', array('1' => $lang->project->mine), '', $this->cookie->involved ? 'checked=checked' : '');?>
</div>
<div class="btn-toolbar pull-right">
<?php echo html::a('#',"<i class='icon-list'></i> &nbsp;", '', "class='btn btn-link' title='{$lang->project->bylist}' id='switchButton' data-type='bylist'");?>
<div class="btn-group">
<?php echo html::a('#',"<i class='icon-cards-view'></i> &nbsp;", '', "class='btn btn-icon active' title='{$lang->project->bycard}' id='switchButton' data-type='bycard'");?>
<?php echo html::a('#',"<i class='icon-list'></i> &nbsp;", '', "class='btn btn-icon' title='{$lang->project->bylist}' id='switchButton' data-type='bylist'");?>
</div>
<?php if(isset($this->config->maxVersion)):?>
<?php common::printLink('project', 'createGuide', "programID=$programID", '<i class="icon icon-plus"></i>' . $lang->project->create, '', 'class="btn btn-primary" data-toggle="modal" data-target="#guideDialog"');?>
<?php elseif($this->config->systemMode == 'new'):?>
+4 -1
View File
@@ -33,7 +33,10 @@
<?php echo html::checkbox('involved', array('1' => $lang->project->mine), '', $this->cookie->involved ? 'checked=checked' : '');?>
</div>
<div class="btn-toolbar pull-right">
<?php echo html::a('#',"<i class='icon-cards-view'></i> &nbsp;", '', "class='btn btn-link' title='{$lang->project->bycard}' id='switchButton' data-type='bycard'");?>
<div class="btn-group">
<?php echo html::a('#',"<i class='icon-cards-view'></i> &nbsp;", '', "class='btn btn-icon' title='{$lang->project->bycard}' id='switchButton' data-type='bycard'");?>
<?php echo html::a('#',"<i class='icon-list'></i> &nbsp;", '', "class='btn btn-icon active' title='{$lang->project->bylist}' id='switchButton' data-type='bylist'");?>
</div>
<?php if(isset($this->config->maxVersion)):?>
<?php common::printLink('project', 'createGuide', "programID=$programID", '<i class="icon icon-plus"></i>' . $lang->project->create, '', 'class="btn btn-primary" data-toggle="modal" data-target="#guideDialog"');?>
<?php elseif($this->config->systemMode == 'new'):?>