diff --git a/views/form.adddevice.php b/views/form.adddevice.php index 02e75d6..3c8011e 100644 --- a/views/form.adddevice.php +++ b/views/form.adddevice.php @@ -44,14 +44,14 @@ if (!empty($_REQUEST['id'])) { '; - echo $this->ShowGroup('sccp_hw_dev', 1, 'sccp_hw_', $def_val); + echo $this->ShowGroup('sccp_hw_dev', 1, 'sccp_hw', $def_val); } else { echo ''; - echo $this->ShowGroup('sccp_hw_dev_edit', 1, 'sccp_hw_', $def_val); + echo $this->ShowGroup('sccp_hw_dev_edit', 1, 'sccp_hw', $def_val); } - echo $this->ShowGroup('sccp_hw_dev2', 1, 'sccp_hw_', $def_val); - echo $this->ShowGroup('sccp_hw_dev_advance', 1, 'sccp_hw_', $def_val); - echo $this->ShowGroup('sccp_hw_dev_conference', 1, 'sccp_hw_', $def_val); - echo $this->ShowGroup('sccp_hw_dev_network', 1, 'sccp_hw_', $def_val); + echo $this->ShowGroup('sccp_hw_dev2', 1, 'sccp_hw', $def_val); + echo $this->ShowGroup('sccp_hw_dev_advance', 1, 'sccp_hw', $def_val); + echo $this->ShowGroup('sccp_hw_dev_conference', 1, 'sccp_hw', $def_val); + echo $this->ShowGroup('sccp_hw_dev_network', 1, 'sccp_hw', $def_val); ?>