* change name and adjust code format for custom fields.
This commit is contained in:
@@ -101,6 +101,6 @@ $minWidth = (count($hasFields) > 5) ? 'w-150px' : '';
|
||||
<tr><td colspan='<?php echo count($hasFields) + 6?>' class='text-center'><?php echo html::submitButton() . html::backButton();?></td></tr>
|
||||
</table>
|
||||
</form>
|
||||
<?php $customLink = $this->createLink('custom', 'ajaxSaveCustom', 'module=user§ion=custom&key=batchcreate')?>
|
||||
<?php $customLink = $this->createLink('custom', 'ajaxSaveCustom', 'module=user§ion=custom&key=batchCreateFields')?>
|
||||
<?php include '../../common/view/customfield.html.php';?>
|
||||
<?php include '../../common/view/footer.html.php';?>
|
||||
|
||||
Reference in New Issue
Block a user