* finish task #5271.

This commit is contained in:
wangyidong
2019-02-25 08:43:53 +08:00
parent 344ed8f38b
commit 3e7caa0da1
20 changed files with 174 additions and 144 deletions
+15
View File
@@ -113,6 +113,21 @@ EOT;
<td colspan='2' class='text-center'><?php echo html::submitButton();?></td>
</tr>
</table>
<?php elseif($module == 'user' and $field == 'contactField'):?>
<?php
$this->app->loadConfig('user');
$this->app->loadLang('user');
?>
<table class='table table-form mw-800px'>
<tr>
<th class='w-150px'><?php echo $lang->custom->user->fields['contactField'];?></th>
<td><?php echo html::select('contactField[]', $lang->user->contactFieldList, $config->user->contactField, "class='form-control chosen' multiple");?></td>
</tr>
<tr>
<td></td>
<td><?php echo html::submitButton();?></td>
</tr>
</table>
<?php elseif($module == 'user' and $field == 'deleted'):?>
<table class='table table-form mw-600px'>
<tr>