summaryrefslogtreecommitdiffstats
path: root/application/modules
diff options
context:
space:
mode:
authormichael pereira2011-10-31 01:28:18 +0100
committermichael pereira2011-10-31 01:28:18 +0100
commit3cc1293375a2a2ab67c4896369353f1e26b2e797 (patch)
tree0ff38d8bf743b9a3a067371e8a307dfed01ed798 /application/modules
parentlogin (diff)
downloadpbs2-3cc1293375a2a2ab67c4896369353f1e26b2e797.tar.gz
pbs2-3cc1293375a2a2ab67c4896369353f1e26b2e797.tar.xz
pbs2-3cc1293375a2a2ab67c4896369353f1e26b2e797.zip
login
Diffstat (limited to 'application/modules')
-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();