summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--application/modules/ipxe/views/scripts/resource/getvesamenu.phtml5
1 files changed, 3 insertions, 2 deletions
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();