This commit is contained in:
hufangzhou
2021-01-29 14:41:14 +08:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -9,8 +9,8 @@
<table class='table table-borderless table-hover table-fixed table-fixed-head tablesorter block-programs <?php if(!$longBlock) echo 'block-sm';?>'>
<thead>
<tr>
<th class='c-name'><?php echo $lang->program->PRJName;?></th>
<th class='w-100px'> <?php echo $lang->program->PGMPM;?></th>
<th class='c-name w-100px'><?php echo $lang->program->PRJName;?></th>
<th class='w-100px'><?php echo $lang->program->PGMPM;?></th>
<th class='w-80px'><?php echo $lang->program->PGMStatus;?></th>
<?php if($longBlock):?>
<th class='w-80px'><?php echo $lang->program->teamCount;?></th>
+1 -1
View File
@@ -94,7 +94,7 @@ $lang->custom->system[] = 'estimate';
</tr>
<tr>
<td colspan='2' class='text-center'>
<?php echo html::hidden('scaleFactor', '')?>
<?php echo html::hidden('scaleFactor', '');?>
<?php echo html::submitButton();?>
<div class='text-red' id='saveTips'></div>
</td>