Prerelease 15.09.2017 Helps

This commit is contained in:
PhantomVl 2017-09-15 18:49:10 +03:00
parent 77ba72ef7f
commit b017cd6789

View file

@ -44,14 +44,14 @@ if (!empty($_REQUEST['id'])) {
<?php <?php
if (empty($dev_id)){ if (empty($dev_id)){
echo '<input type="hidden" name="sccp_deviceid" value="new">'; echo '<input type="hidden" name="sccp_deviceid" value="new">';
echo $this->ShowGroup('sccp_hw_dev', 1, 'sccp_hw_', $def_val); echo $this->ShowGroup('sccp_hw_dev', 1, 'sccp_hw', $def_val);
} else { } else {
echo '<input type="hidden" name="sccp_deviceid" value="'.$dev_id.'">'; echo '<input type="hidden" name="sccp_deviceid" value="'.$dev_id.'">';
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_dev2', 1, 'sccp_hw', $def_val);
echo $this->ShowGroup('sccp_hw_dev_advance', 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_conference', 1, 'sccp_hw', $def_val);
echo $this->ShowGroup('sccp_hw_dev_network', 1, 'sccp_hw_', $def_val); echo $this->ShowGroup('sccp_hw_dev_network', 1, 'sccp_hw', $def_val);
?> ?>
</form> </form>