summaryrefslogtreecommitdiffstats
path: root/application/modules/ipxe/views
diff options
context:
space:
mode:
authormichael pereira2011-10-26 17:45:19 +0200
committermichael pereira2011-10-26 17:45:19 +0200
commit6b9df5c45f297910d18197f164288b5f90ad11b8 (patch)
tree2819a45c9cff31fb920a3fd5dbb5ad8095894c36 /application/modules/ipxe/views
parentvesamenu.c32 (diff)
downloadpbs2-6b9df5c45f297910d18197f164288b5f90ad11b8.tar.gz
pbs2-6b9df5c45f297910d18197f164288b5f90ad11b8.tar.xz
pbs2-6b9df5c45f297910d18197f164288b5f90ad11b8.zip
vesamenu.c32
Diffstat (limited to 'application/modules/ipxe/views')
-rw-r--r--application/modules/ipxe/views/scripts/resource/getvesamenu.phtml10
1 files changed, 4 insertions, 6 deletions
diff --git a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml
index 5819d3f..3408ec7 100644
--- a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml
+++ b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml
@@ -128,10 +128,9 @@ MENU MSGCOLOR #ff1c2a33 #00000000 none
title ( "Select Membership:" );
if(isset($this->memberships)){
foreach($this->memberships as $membership){
-// uriboot ($membership['group']." as ".$membership['role'], "/ipxe/auth/setgroup/membershipid/".$membership['membershipID']."/alpha/$this->alphaID", '');
uriboot ($membership['group']." as ".$membership['role'], "/ipxe/vesamenu.c32", "/ipxe/auth/setgroup/membershipid/".$membership['membershipID']."/alpha/$this->alphaID");
}
- uriboot ( "Return to Group Bootmenu", "/ipxe/auth/logout/alpha/$this->alphaID", "" );
+ uriboot ( "Return to Group Bootmenu", "/ipxe/vesamenu.c32", "/ipxe/auth/logout/alpha/$this->alphaID" );
}else{
nomembership($this->alphaID);
}
@@ -162,12 +161,11 @@ MENU MSGCOLOR #ff1c2a33 #00000000 none
comment ("info", "More Options:");
if(!$this->loggedin){
- uriboot ( "Login", "/ipxe/vesamenu.c32", "/ipxe/auth/login/alpha/$this->alphaID" );
+ uriboot ( "Login", "/ipxe/vesamenu.c32", "/ipxe/auth/login/alpha/$this->alphaID/login/true" );
texthelp("Login to get your own Bootmenu.");
}else{
-// uriboot ( "Switch Group From $this->group", "/ipxe/auth/switchgroup/alpha/$this->alphaID", "" );
- uriboot ( "Switch Group From $this->group", "vesamenu.c32", "/ipxe/auth/switchgroup/alpha/$this->alphaID" );
- uriboot ( "Return to Group Bootmenu $this->group", "/ipxe/auth/logout/alpha/$this->alphaID", "" );
+ 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" );
}
localboot();