summaryrefslogtreecommitdiffstats
path: root/application/modules/ipxe/views/scripts
diff options
context:
space:
mode:
authormichael pereira2011-10-21 15:46:56 +0200
committermichael pereira2011-10-21 15:46:56 +0200
commit846da4a1bfe415a47b72649f911d26a2d5058931 (patch)
treec606335f52c0f6a2dcfae8da63ef80789ea7d5c0 /application/modules/ipxe/views/scripts
parentcom32 debug (diff)
downloadpbs2-846da4a1bfe415a47b72649f911d26a2d5058931.tar.gz
pbs2-846da4a1bfe415a47b72649f911d26a2d5058931.tar.xz
pbs2-846da4a1bfe415a47b72649f911d26a2d5058931.zip
com32 debug
Diffstat (limited to 'application/modules/ipxe/views/scripts')
-rw-r--r--application/modules/ipxe/views/scripts/resource/getvesamenu.phtml8
1 files changed, 4 insertions, 4 deletions
diff --git a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml
index e8f942f..40a8520 100644
--- a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml
+++ b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml
@@ -128,8 +128,8 @@ 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'], "vesamenu.c32", "/ipxe/auth/setgroup/membershipid/".$membership['membershipID']."/alpha/$this->alphaID");
+// uriboot ($membership['group']." as ".$membership['role'], "/ipxe/auth/setgroup/membershipid/".$membership['membershipID']."/alpha/$this->alphaID", '');
+ uriboot ($membership['group']." as ".$membership['role'], "vesamenu.c32", "/ipxe/auth/setgroup/membershipid/".$membership['membershipID']."/alpha/$this->alphaID");
}
uriboot ( "Return to Group Bootmenu", "/ipxe/auth/logout/alpha/$this->alphaID", "" );
}else{
@@ -165,8 +165,8 @@ MENU MSGCOLOR #ff1c2a33 #00000000 none
uriboot ( "Login", "/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 ( "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", "" );
}