Initial changes. Need to update other tables and fields Minor bugfix in dbinterface Correct XML version
21 lines
769 B
PHP
21 lines
769 B
PHP
<?php
|
|
|
|
/*
|
|
* To change this license header, choose License Headers in Project Properties.
|
|
* To change this template file, choose Tools | Templates
|
|
* and open the template in the editor.
|
|
*/
|
|
|
|
?>
|
|
<form autocomplete="off" name="frm_device" id="frm_device" class="fpbx-submit" action="" method="post">
|
|
<input type="hidden" name="category" value="deviceform">
|
|
<input type="hidden" name="Submit" value="Submit">
|
|
<?php
|
|
echo $this->showGroup('sccp_dev_config', 1, 'sccpdevice');
|
|
echo $this->showGroup('sccp_dev_group_config', 1,);
|
|
echo $this->showGroup('sccp_dev_advconfig', 1, 'sccpdevice');
|
|
echo $this->showGroup('sccp_dev_softkey', 1, 'sccpdevice');
|
|
echo $this->showGroup('sccp_hotline_config', 1, 'sccpdevice');
|
|
?>
|
|
</form>
|