From 3cdd0c962831ccbbebcfbeb07c3b3bbb6844ee94 Mon Sep 17 00:00:00 2001 From: Ben Klang Date: Wed, 6 Jul 2005 11:22:13 +0000 Subject: [PATCH] This should be the last of the missing files git-svn-id: https://svn.alkaloid.net/gpl/shout/trunk@49 06cd67b6-e706-0410-b29e-9de616bca6e9 --- templates/dialplan/dialplanlist.inc | 27 +++++++++++++++++++++++++ templates/users/userlist.inc | 39 +++++++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 templates/dialplan/dialplanlist.inc create mode 100644 templates/users/userlist.inc diff --git a/templates/dialplan/dialplanlist.inc b/templates/dialplan/dialplanlist.inc new file mode 100644 index 000000000..a630d0d77 --- /dev/null +++ b/templates/dialplan/dialplanlist.inc @@ -0,0 +1,27 @@ + + + getDialplan($context); + if (isset($dialplan['extensions']) && + (count($dialplan['extensions']) > 0)) { + foreach ($dialplan['extensions'] as $extension => $priorities) { + foreach ($priorities as $priority => $application) { + $rowcolor = $line % 2; + $line++; + ?> + + + + + + + +
+ +
\ No newline at end of file diff --git a/templates/users/userlist.inc b/templates/users/userlist.inc new file mode 100644 index 000000000..e48204c65 --- /dev/null +++ b/templates/users/userlist.inc @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + getUsers($context); + ksort($users); + foreach ($users as $extension => $user) { + $rowcolor = $line % 2; + $line++; + ?> + + + + + + + +
+ + Click on Name to edit User information.
V-Office
   
Ext.NameEmail
\ No newline at end of file -- 2.11.0