Merge branch 'master' of https://github.com/easysoft/zentaopms
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
.block-cmmireport .col-right .tile .tile-title{font-weight: 700;}
|
.block-cmmireport .col-right .tile .tile-title{font-weight: 700;}
|
||||||
.block-cmmireport .progress {position: absolute; left: 45px; top: 90px; right: 40px;}
|
.block-cmmireport .progress {position: absolute; left: 45px; top: 90px; right: 40px;}
|
||||||
.block-cmmireport .progress-num{font-size: 26px; font-weight: 700}
|
.block-cmmireport .progress-num{font-size: 26px; font-weight: 700}
|
||||||
.block-cmmireport .col-right .tile-amount{font-size: 26px; font-weight: 700}
|
.block-cmmireport .col-right .tile-amount{font-size: 22px; font-weight: 700}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div class="panel-move-handler"><span class='stage text-muted'><?php echo $current;?></span></div>
|
<div class="panel-move-handler"><span class='stage text-muted'><?php echo $current;?></span></div>
|
||||||
|
|||||||
@@ -143,7 +143,7 @@
|
|||||||
<?php echo html::backButton();?>
|
<?php echo html::backButton();?>
|
||||||
<?php
|
<?php
|
||||||
echo html::hidden('template', $template);
|
echo html::hidden('template', $template);
|
||||||
echo html::hidden('parent', $parentProgram->id);
|
echo html::hidden('parent', isset($parentProgram->id) ? $parentProgram->id : 0);
|
||||||
?>
|
?>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -181,5 +181,5 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<?php js::set('template', $template);?>
|
<?php js::set('template', $template);?>
|
||||||
<?php js::set('parentProgramID', $parentProgram->id);?>
|
<?php js::set('parentProgramID', isset($parentProgram->id) ? $parentProgram->id : 0);?>
|
||||||
<?php include '../../common/view/footer.html.php';?>
|
<?php include '../../common/view/footer.html.php';?>
|
||||||
|
|||||||
Reference in New Issue
Block a user