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 --- .../modules/user/views/scripts/preboot/index.phtml | 61 ++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 application/modules/user/views/scripts/preboot/index.phtml (limited to 'application/modules/user/views/scripts/preboot/index.phtml') 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 @@ +

Preboot

+notification != ''){echo $this->notification;} ?> +formButton('checkupdate', 'Check for Updates', array( + 'onclick' => 'self.location="/user/preboot/index/checkupdate/true"', + 'class' => 'updatebutton', + ))?> +formButton('createpreboot', 'Create PreBoot', array( + 'onclick' => 'self.location="/user/preboot/createpreboot"', + 'class' => 'addbutton'))?> + + + + + + + + + + prebootlist)==0) + echo "
IDTitleGroupIDMembershipIDPreboot PathActions
There are no Preboot entries to display." ?> + prebootlist as $preboot): ?> + + escape($preboot->getID()); ?> + escape($preboot->getTitle()); ?> + escape($preboot->getGroupID()); ?> + escape($preboot->getMembershipID()); ?> + escape($preboot->getPath_preboot()); ?> + update[$preboot->getID()]==true): ?> + Updates available + + No updates available + + Edit Preboot + Delete Preboot + + + \ No newline at end of file -- cgit v1.2.3-55-g7522