* Rename PRJadmin to PRJAdmin.

This commit is contained in:
Yagami
2020-10-20 14:18:39 +08:00
parent 44f32d9ed5
commit a16da916ab
18 changed files with 47 additions and 47 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->PRJadmin;?></th>
<td class='required'><?php echo html::select('PRJadmins[]', $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>