From 03b4da383449c290ea01723095d1a87fa257fea5 Mon Sep 17 00:00:00 2001 From: michael pereira Date: Tue, 29 Mar 2011 10:59:15 +0200 Subject: Preboot User Controller fertig, ACL fehlt noch --- .../user/views/scripts/preboot/createpreboot.phtml | 4 ++ .../user/views/scripts/preboot/editpreboot.phtml | 4 ++ .../modules/user/views/scripts/preboot/index.phtml | 61 ++++++++++++++++++++++ 3 files changed, 69 insertions(+) create mode 100644 application/modules/user/views/scripts/preboot/createpreboot.phtml create mode 100644 application/modules/user/views/scripts/preboot/editpreboot.phtml create mode 100644 application/modules/user/views/scripts/preboot/index.phtml (limited to 'application/modules/user/views/scripts') diff --git a/application/modules/user/views/scripts/preboot/createpreboot.phtml b/application/modules/user/views/scripts/preboot/createpreboot.phtml new file mode 100644 index 0000000..3690cfb --- /dev/null +++ b/application/modules/user/views/scripts/preboot/createpreboot.phtml @@ -0,0 +1,4 @@ +prebootForm; +echo $this->prebootForm; +?> diff --git a/application/modules/user/views/scripts/preboot/editpreboot.phtml b/application/modules/user/views/scripts/preboot/editpreboot.phtml new file mode 100644 index 0000000..3690cfb --- /dev/null +++ b/application/modules/user/views/scripts/preboot/editpreboot.phtml @@ -0,0 +1,4 @@ +prebootForm; +echo $this->prebootForm; +?> diff --git a/application/modules/user/views/scripts/preboot/index.phtml b/application/modules/user/views/scripts/preboot/index.phtml new file mode 100644 index 0000000..21ff310 --- /dev/null +++ b/application/modules/user/views/scripts/preboot/index.phtml @@ -0,0 +1,61 @@ +
| ID | +Title | +GroupID | +MembershipID | +Preboot Path | +Actions | +||
|---|---|---|---|---|---|---|---|



