From: hickert Date: Fri, 26 Nov 2010 15:13:22 +0000 (+0000) Subject: Added infoPage X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=09a5663a2b8a0bd1cc0222ac8cc969e7e5af941c;p=gosa.git Added infoPage git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20389 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/generic/infoPage/class_infoPage.inc b/gosa-core/plugins/generic/infoPage/class_infoPage.inc new file mode 100644 index 000000000..3fbea2ea9 --- /dev/null +++ b/gosa-core/plugins/generic/infoPage/class_infoPage.inc @@ -0,0 +1,13 @@ +fetch(get_template_path("infoPage.tpl"))); + } +} + +?> diff --git a/gosa-core/plugins/generic/infoPage/infoPage.tpl b/gosa-core/plugins/generic/infoPage/infoPage.tpl new file mode 100644 index 000000000..8bd6648ed --- /dev/null +++ b/gosa-core/plugins/generic/infoPage/infoPage.tpl @@ -0,0 +1 @@ +asdf diff --git a/gosa-core/plugins/generic/infoPage/main.inc b/gosa-core/plugins/generic/infoPage/main.inc new file mode 100644 index 000000000..470c7933b --- /dev/null +++ b/gosa-core/plugins/generic/infoPage/main.inc @@ -0,0 +1,51 @@ +save_object(); + $display= $infoPage->execute (); + $display.= "\n"; + + /* Store changes in session */ + session::set('infoPage',$infoPage); +} +?>