mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
14 lines
485 B
Plaintext
14 lines
485 B
Plaintext
EGroupware uses a different directory structure from current dhtmlxTree packages:
|
|
|
|
phpgwapi/js/dhtmlxtree/
|
|
+- css
|
|
| +- dhtmlxtree.css --> dhtmlxTree/codebase/dhtmlxtree.css
|
|
|
|
|
+- js
|
|
+- dhtmlxcommon.js --> dhtmlxTree/codebase/dhtmlcommon.js
|
|
+- dhtmlxtree.js --> dhtmlxTree/codebase/dhtmlxtree.js
|
|
|
|
These files/directories are copied from dhtmlxTree/codebase to not modify old code.
|
|
|
|
If dhtmlxtree get updated, these files have to be copied again, or code need to be changed.
|