Update JS
Default settings for customise are chan-sccp settings Include QOS page group Change help text
This commit is contained in:
parent
01b5e9e868
commit
3b91ad2188
|
@ -169,7 +169,7 @@ class Sccp_manager extends \FreePBX_Helpers implements \BMO {
|
||||||
if ((array) $this->xml_data) {
|
if ((array) $this->xml_data) {
|
||||||
foreach ($this->xml_data->xpath('//page_group[@name="' . $group_name . '"]') as $item) {
|
foreach ($this->xml_data->xpath('//page_group[@name="' . $group_name . '"]') as $item) {
|
||||||
// TODO: Clean up below after debug
|
// TODO: Clean up below after debug
|
||||||
if ($group_name == 'sccp_general') {
|
if (($group_name == 'sccp_general') || ($group_name == 'sccp_qos_config')) {
|
||||||
$htmlret = load_view(__DIR__ . '/views/formShowSysDefs.php', array(
|
$htmlret = load_view(__DIR__ . '/views/formShowSysDefs.php', array(
|
||||||
'itm' => $item,
|
'itm' => $item,
|
||||||
'h_show' => $show_Header,
|
'h_show' => $show_Header,
|
||||||
|
|
|
@ -1088,7 +1088,6 @@ $(".sccp-edit").click(function() {
|
||||||
if ($(this).is(":checked")) {
|
if ($(this).is(":checked")) {
|
||||||
edit_style.display = 'block';
|
edit_style.display = 'block';
|
||||||
input.prop("readonly", false);
|
input.prop("readonly", false);
|
||||||
input.val(input.data("custom"));
|
|
||||||
input.focus();
|
input.focus();
|
||||||
} else {
|
} else {
|
||||||
edit_style.display = 'none';
|
edit_style.display = 'none';
|
||||||
|
|
|
@ -1170,7 +1170,7 @@ and open the template in the editor. Base Version before all crash :-)
|
||||||
<default>/tftpboot</default>
|
<default>/tftpboot</default>
|
||||||
<class>sccp-custom</class>
|
<class>sccp-custom</class>
|
||||||
</input>
|
</input>
|
||||||
<help>Path to tftp home directory</help>
|
<help>Path to tftp home directory. This was determined by the Sccp_manager installer and should only be changed if the tftp root has been modified since installation</help>
|
||||||
</item>
|
</item>
|
||||||
<item type="IE" id="1" seq="20">
|
<item type="IE" id="1" seq="20">
|
||||||
<label>Provision SERVER Path</label>
|
<label>Provision SERVER Path</label>
|
||||||
|
|
Loading…
Reference in a new issue