From 19d1af16ad8a2fdaa5aa608693b81fa9502e162d Mon Sep 17 00:00:00 2001 From: michael pereira Date: Mon, 21 Mar 2011 10:49:32 +0100 Subject: Preboot Controller eingerichtet --- .../dev/views/scripts/preboot/createpreboot.phtml | 4 ++ .../dev/views/scripts/preboot/editpreboot.phtml | 4 ++ .../modules/dev/views/scripts/preboot/index.phtml | 57 ++++++++++++++++++++++ 3 files changed, 65 insertions(+) create mode 100644 application/modules/dev/views/scripts/preboot/createpreboot.phtml create mode 100644 application/modules/dev/views/scripts/preboot/editpreboot.phtml create mode 100644 application/modules/dev/views/scripts/preboot/index.phtml (limited to 'application/modules/dev/views/scripts/preboot') diff --git a/application/modules/dev/views/scripts/preboot/createpreboot.phtml b/application/modules/dev/views/scripts/preboot/createpreboot.phtml new file mode 100644 index 0000000..19d1595 --- /dev/null +++ b/application/modules/dev/views/scripts/preboot/createpreboot.phtml @@ -0,0 +1,4 @@ +createprebootForm->setAction($this->url()); +echo $this->createprebootForm; +?> diff --git a/application/modules/dev/views/scripts/preboot/editpreboot.phtml b/application/modules/dev/views/scripts/preboot/editpreboot.phtml new file mode 100644 index 0000000..a8f9c42 --- /dev/null +++ b/application/modules/dev/views/scripts/preboot/editpreboot.phtml @@ -0,0 +1,4 @@ +editprebootForm->setAction($this->url()); +echo $this->editprebootForm; +?> diff --git a/application/modules/dev/views/scripts/preboot/index.phtml b/application/modules/dev/views/scripts/preboot/index.phtml new file mode 100644 index 0000000..eec8f1b --- /dev/null +++ b/application/modules/dev/views/scripts/preboot/index.phtml @@ -0,0 +1,57 @@ +
| ID | +Title | +GroupID | +MembershipID | +Preboot Path | +Actions | +||
|---|---|---|---|---|---|---|---|



