From aa1aea290b8034e3187a4f223cacb53ea7837a31 Mon Sep 17 00:00:00 2001 From: michael pereira Date: Sat, 5 Mar 2011 18:59:46 +0100 Subject: BootOS create, edit und delete done --- application/views/scripts/bootos/editbootos.phtml | 5 ++- application/views/scripts/bootos/index.phtml | 42 +++++++++++++++++------ 2 files changed, 35 insertions(+), 12 deletions(-) (limited to 'application/views/scripts/bootos') diff --git a/application/views/scripts/bootos/editbootos.phtml b/application/views/scripts/bootos/editbootos.phtml index f36d3d0..43813de 100644 --- a/application/views/scripts/bootos/editbootos.phtml +++ b/application/views/scripts/bootos/editbootos.phtml @@ -1 +1,4 @@ -

View script for controller Bootos and script/action name editbootos
\ No newline at end of file +editbootosForm->setAction($this->url()); +echo $this->editbootosForm; +?> diff --git a/application/views/scripts/bootos/index.phtml b/application/views/scripts/bootos/index.phtml index 2fef182..828a8bf 100644 --- a/application/views/scripts/bootos/index.phtml +++ b/application/views/scripts/bootos/index.phtml @@ -15,20 +15,40 @@ bootoslist as $bootos): ?> - getID(); ?> - getTitle(); ?> - getGroupID(); ?> - getConfigID(); ?> - getPath_init(); ?> - getPath_kernel(); ?> - getDefaultkcl(); ?> - getDescription(); ?> - getCreated(); ?> - getExpires(); ?> - getPublic(); ?> + escape($bootos->getID()); ?> + escape($bootos->getTitle()); ?> + escape($bootos->getGroupID()); ?> + escape($bootos->getConfigID()); ?> + escape($bootos->getPath_init()); ?> + escape($bootos->getPath_kernel()); ?> + escape($bootos->getDefaultkcl()); ?> + escape($bootos->getDescription()); ?> + escape($bootos->getCreated()); ?> + escape($bootos->getExpires()); ?> + escape($bootos->getPublic()); ?> + Edit BootOS + Delete BootOS +
+formButton('createbootos', 'Create BootOS', array( + 'onclick' => 'self.location="/bootos/createbootos"'))?> + -- cgit v1.2.3-55-g7522