* adjust code.

This commit is contained in:
wangyidong
2016-05-03 10:10:51 +08:00
parent 2ea55f54f5
commit 9dd48a815e
47 changed files with 121 additions and 190 deletions
+1 -1
View File
@@ -101,6 +101,6 @@ $minWidth = (count($visibleFields) > 5) ? 'w-150px' : '';
<tr><td colspan='<?php echo count($visibleFields) + 6?>' class='text-center'><?php echo html::submitButton() . html::backButton();?></td></tr>
</table>
</form>
<?php $customLink = $this->createLink('custom', 'ajaxSaveCustom', 'module=user&section=custom&key=batchCreateFields')?>
<?php $customLink = $this->createLink('custom', 'ajaxSaveCustomFields', 'module=user&section=custom&key=batchCreateFields')?>
<?php include '../../common/view/customfield.html.php';?>
<?php include '../../common/view/footer.html.php';?>