From d44db6d338d72c6229b1ba788784c7bb90471cf0 Mon Sep 17 00:00:00 2001 From: michael pereira Date: Tue, 8 Mar 2011 19:41:00 +0100 Subject: BootOs Name anzeigen & Reihenfolge im BootMenu --- application/views/scripts/bootmenu/index.phtml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'application/views/scripts/bootmenu') diff --git a/application/views/scripts/bootmenu/index.phtml b/application/views/scripts/bootmenu/index.phtml index a5c4fec..25edc53 100644 --- a/application/views/scripts/bootmenu/index.phtml +++ b/application/views/scripts/bootmenu/index.phtml @@ -10,7 +10,7 @@ tr.bootentry{background-color:#E0ECF8;} - + @@ -18,7 +18,7 @@ tr.bootentry{background-color:#E0ECF8;} bootmenulist as $bootmenu): ?> - + @@ -43,16 +43,17 @@ tr.bootentry{background-color:#E0ECF8;} array( 'controller' => 'bootmenu', 'action' => 'addbootmenuentry', - 'bootmenuID' => $bootmenu->getID() + 'bootmenuID' => $bootmenu->getID(), + 'maxorder' => count($this->bootmenuentrylist[$bootmenu->getID()]) ), 'default', true) ?>">Add Entry - + - + @@ -60,10 +61,10 @@ tr.bootentry{background-color:#E0ECF8;} bootmenuentrylist[$bootmenu->getID()] as $bootmenuentry): ?> - + - - + @@ -72,7 +73,8 @@ tr.bootentry{background-color:#E0ECF8;} 'controller' => 'bootmenu', 'action' => 'editbootmenuentry', 'bootmenuentryID' => $bootmenuentry->getID(), - 'bootmenuID' => $bootmenu->getID() + 'bootmenuID' => $bootmenu->getID(), + 'maxorder' => count($this->bootmenuentrylist[$bootmenu->getID()]) ), 'default', true, false) ?>">Edit Entry -- cgit v1.2.3-55-g7522
ID Title GroupID MembershipID
escape($bootmenu->getID()); ?> escape($bootmenu->getTitle()); ?> escape($bootmenu->getGroupID()); ?> escape($bootmenu->getMembershipID()); ?>
ID Title BootOSID kcl ConfigID
escape($bootmenuentry->getID()); ?> escape($bootmenuentry->getTitle()); ?>escape($bootmenuentry->getBootosID()); ?>escape($bootmenuentry->getBootosID()."]". $this->bootoslist); ?> escape($bootmenuentry->getkcl()); ?> escape($bootmenuentry->getConfigID()); ?> escape($bootmenuentry->getOrder()); ?>