* Finish task #62850.

This commit is contained in:
zhouxudong
2022-08-02 08:50:16 +00:00
parent 2b3121cd21
commit 6a784fdfda
5 changed files with 8 additions and 5 deletions
+2 -1
View File
@@ -26,6 +26,7 @@
<?php js::set('selectedBranchID', $branchID);?>
<?php js::set('productName', $lang->product->name);?>
<?php js::set('manageProducts', $lang->project->manageProducts);?>
<?php js::set('budgetBalance', $availableBudget);?>
<?php $requiredFields = $config->project->create->requiredFields;?>
<?php js::set('requiredFields', $requiredFields);?>
<div id='mainContent' class='main-content'>
@@ -80,7 +81,7 @@
</div>
<span id='programBudget' class='text-remind hidden'><?php echo $lang->project->budgetOverrun;?></span>
</td>
<td class='undetermined'>
<td class='futureBox'>
<div class="checkbox-primary c-future <?php echo strpos($requiredFields, 'budget') !== false ? 'hidden' : '';?>">
<input type='checkbox' id='future' name='future' value='1' />
<label for='future'><?php echo $lang->project->future;?></label>