* Finish task #8390.

This commit is contained in:
holan20180123
2020-11-18 14:56:58 +08:00
parent 903044dc3d
commit 0dc6b48d61
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
<form class="load-indicator main-form form-ajax" method='post'>
<table class='table table-form'>
<tr>
<th class='w-300px'><?php echo $lang->custom->closedProduct;?></th>
<th class='w-150px'><?php echo $lang->custom->closedProduct;?></th>
<td class='w-300px text-left'>
<?php $checkedKey = isset($config->CRProduct) ? $config->CRProduct : 0;?>
<?php foreach($lang->custom->CRProduct as $key => $value):?>
+1 -1
View File
@@ -14,7 +14,7 @@
<form class="load-indicator main-form form-ajax" method='post'>
<table class='table table-form'>
<tr>
<th class='w-300px'><?php echo $lang->custom->closedProject;?></th>
<th class='w-150px'><?php echo $lang->custom->closedProject;?></th>
<td class='w-300px text-left'>
<?php $checkedKey = isset($config->CRProject) ? $config->CRProject : 0;?>
<?php foreach($lang->custom->CRProject as $key => $value):?>