| 40 |
include_once("widgets/GenericGUIDataList.php"); |
include_once("widgets/GenericGUIDataList.php"); |
| 41 |
include_once("widgets/DataItem.php"); |
include_once("widgets/DataItem.php"); |
| 42 |
include_once("widgets/EditDataItem.php"); |
include_once("widgets/EditDataItem.php"); |
| 43 |
|
include_once("widgets/FlexibleNegotiation.php"); |
| 44 |
|
|
| 45 |
?> |
include_once("widgets/CreateDataItem.php"); |
| 46 |
|
|
| 47 |
|
// required for FlexibleNegotiation |
| 48 |
|
include_once("forms/NonValidatingFormProcessor.php"); |
| 49 |
|
|
| 50 |
|
// required for getting phpHtmlLib's TreeNav and PEAR::Tree together |
| 51 |
|
include_once("widgets/TreeNav_PearHtmlTreeMenuBridge.inc"); |
| 52 |
|
include_once("widgets/DHTMLTreeNav.inc"); |
| 53 |
|
include_once("widgets/SelectNav.inc"); |
| 54 |
|
|
| 55 |
|
?> |