projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d918742
)
This file replaces two older includes as all the rendering was moved out
author
Ben Klang
<ben@alkaloid.net>
Sat, 12 Nov 2005 08:27:53 +0000
(08:27 +0000)
committer
Ben Klang
<ben@alkaloid.net>
Sat, 12 Nov 2005 08:27:53 +0000
(08:27 +0000)
into its own class. This file simply sequences the calling of the
Shout_Dialplan class.
git-svn-id: https://svn.alkaloid.net/gpl/shout/trunk@92
06cd67b6
-e706-0410-b29e-
9de616bca6e9
templates/dialplan/manager.inc
[new file with mode: 0644]
patch
|
blob
diff --git a/templates/dialplan/manager.inc
b/templates/dialplan/manager.inc
new file mode 100644
(file)
index 0000000..
b33e6fc
--- /dev/null
+++ b/
templates/dialplan/manager.inc
@@ -0,0
+1,9
@@
+<div class="header">
+ <div class="contextHeader">Context: <?php echo $context; ?></div>
+</div>
+
+<?php
+$dpgui->renderNavTree();
+$dpgui->renderAppList();
+$dpgui->renderExtensions();
+?>
\ No newline at end of file