* Fix logic problems.

This commit is contained in:
tianshujie98
2021-07-13 10:11:34 +08:00
parent a14b1c8711
commit 309f6047ee
6 changed files with 152 additions and 48 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
<table class='table table-form programParams'>
<caption class='strong'><?php echo $lang->upgrade->dataMethod;?></caption>
<tr><td><?php echo html::radio('projectType', $this->lang->upgrade->projectType, 'project');?></td></tr>
<tr><td><?php echo html::radio('projectType', $this->lang->upgrade->projectType, $projectType);?></td></tr>
<tr><td class='createProjectTip'><?php echo $lang->upgrade->createProjectTip?></td></tr>
<tr><td class='createExecutionTip hidden'><?php echo $lang->upgrade->createExecutionTip?></td></tr>
<tr></tr>
@@ -50,7 +50,7 @@
</div>
</td>
</tr>
<tr class='programParams'>
<tr class='programParams projectStatus'>
<th><?php echo $lang->project->status;?></th>
<td><?php echo html::select('projectStatus', $lang->project->statusList, '', "class='form-control chosen'");?></td>
</tr>