* Fix sql and rename program to PRJ.

This commit is contained in:
Yagami
2020-09-16 11:28:55 +08:00
parent 143ada5106
commit 66f4f5403a
76 changed files with 351 additions and 364 deletions
+2 -2
View File
@@ -25,8 +25,8 @@
<td class='required'><?php echo html::input("code", '', "class='form-control'");?></td>
</tr>
<tr class='pgmParams'>
<th><?php echo $lang->upgrade->pgmAdmin;?></th>
<td class='required'><?php echo html::select('pgmAdmins[]', $users, '', "class='form-control chosen' multiple");?></td>
<th><?php echo $lang->upgrade->PRJadmin;?></th>
<td class='required'><?php echo html::select('PRJadmins[]', $users, '', "class='form-control chosen' multiple");?></td>
</tr>
<tr class='pgmParams'>
<th><?php echo $lang->program->PM;?></th>