From 3cc1293375a2a2ab67c4896369353f1e26b2e797 Mon Sep 17 00:00:00 2001 From: michael pereira Date: Mon, 31 Oct 2011 01:28:18 +0100 Subject: login --- application/modules/ipxe/views/scripts/resource/getvesamenu.phtml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'application/modules/ipxe/views/scripts') diff --git a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml index 349c04e..a75c89b 100644 --- a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml +++ b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml @@ -135,7 +135,8 @@ MENU MSGCOLOR #ff1c2a33 #00000000 none foreach($this->memberships as $membership){ uriboot ($membership['group']." as ".$membership['role'], "/ipxe/vesamenu.c32", "/ipxe/auth/setgroup/membershipid/".$membership['membershipID']."/alpha/$this->alphaID"); } - uriboot ( "Return to Group Bootmenu", "/ipxe/vesamenu.c32", "/ipxe/auth/logout/alpha/$this->alphaID" ); + comment ("", ""); + uriboot ( "Logout (Return to Group Bootmenu)", "/ipxe/vesamenu.c32", "/ipxe/auth/logout/alpha/$this->alphaID" ); }else{ nomembership($this->alphaID); } @@ -170,7 +171,7 @@ MENU MSGCOLOR #ff1c2a33 #00000000 none texthelp("Login to get your own Bootmenu."); }else{ uriboot ( "Switch Group From $this->group", "/ipxe/vesamenu.c32", "/ipxe/auth/switchgroup/alpha/$this->alphaID" ); - uriboot ( "Return to Group Bootmenu $this->group", "/ipxe/vesamenu.c32", "/ipxe/auth/logout/alpha/$this->alphaID" ); + uriboot ( "Logout (Return to Group Bootmenu)", "/ipxe/vesamenu.c32", "/ipxe/auth/logout/alpha/$this->alphaID" ); } localboot(); -- cgit v1.2.3-55-g7522