* Code for task #5271.

This commit is contained in:
Yagami
2019-02-23 14:43:24 +08:00
parent 3daae171f0
commit 07fe890768
7 changed files with 67 additions and 0 deletions
+15
View File
@@ -124,6 +124,21 @@ EOT;
<td><?php echo html::submitButton();?></td>
</tr>
</table>
<?php elseif($module == 'user' and $field == 'showField'):?>
<table class='table table-form mw-600px'>
<tr>
<th class='w-100px'><?php echo $lang->custom->user->fields['showField'];?></th>
<td><?php echo html::select('showFields[]', $lang->custom->userFieldList, $showFields, "class='form-control chosen' multiple");?></td>
</tr>
<tr>
<th></th>
<td><span class='text-warning'><?php echo $lang->custom->notice->userFieldNotice;?></span></td>
</tr>
<tr>
<td></td>
<td><?php echo html::submitButton();?></td>
</tr>
</table>
<?php else:?>
<table class='table table-form active-disabled table-condensed mw-600px'>
<tr class='text-center'>