diff --git a/Sccp_manager.class.php b/Sccp_manager.class.php index e53bd13..f7156a0 100644 --- a/Sccp_manager.class.php +++ b/Sccp_manager.class.php @@ -198,6 +198,10 @@ class Sccp_manager extends \FreePBX_Helpers implements \BMO { $action = !empty($request['action']) ? $request['action'] : ''; $this->pagedata = array( + "siteConfig" => array( + 'name' => _('Site Default Values'), + 'page' => 'views/siteDefaults.php' + ), "general" => array( "name" => _("General SCCP Settings"), "page" => 'views/server.setting.php' diff --git a/views/siteDefaults.php b/views/siteDefaults.php new file mode 100644 index 0000000..ba24177 --- /dev/null +++ b/views/siteDefaults.php @@ -0,0 +1,83 @@ + + array('title' => 'First Block of Defaults', + 'items' => array('item1' => array('code' => 'This is the value to edit', 'title' => 'variable1')))); +?> + +
+
+
+
+
+ +
+
+

+
+ If they are changed, they will not be updated by future changes in chan-sccp "?> +
+ + + $data) { ?> +
+

+
+
+ + +
+
+
+
+ + + + +
+
+ required pattern="[0-9A-D\*#]*"> +
+
+ + > + + + + > + + +
+
+
+
+
+ +
+
+
+ +
+
+ + +
+
+
+
+
+
+