projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93f9eba
)
Use javascript tree driver on datatree page
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 28 Jan 2010 23:33:09 +0000
(16:33 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 28 Jan 2010 23:35:37 +0000
(16:35 -0700)
horde/admin/datatree.php
patch
|
blob
|
history
diff --git
a/horde/admin/datatree.php
b/horde/admin/datatree.php
index
070e3e1
..
75af77e
100644
(file)
--- a/
horde/admin/datatree.php
+++ b/
horde/admin/datatree.php
@@
-30,7
+30,7
@@
require_once dirname(__FILE__) . '/../lib/Application.php';
Horde_Registry::appInit('horde', array('admin' => true));
require_once 'Horde/DataTree.php';
-$tree = Horde_Tree::factory('datatree', '
Html
');
+$tree = Horde_Tree::factory('datatree', '
Javascript
');
$tree->setOption('alternate', true);
$driver = $conf['datatree']['driver'];