summaryrefslogtreecommitdiffstats
path: root/application/modules/ipxe/views/scripts/resource
diff options
context:
space:
mode:
authormichael pereira2011-09-27 00:36:00 +0200
committermichael pereira2011-09-27 00:36:00 +0200
commitdeb4e6c901c3b0afecd752db3fbc10a8a548c031 (patch)
tree4e48a870cbb10ff76e392aaa76de0246bd21e4f1 /application/modules/ipxe/views/scripts/resource
parentauth header (diff)
downloadpbs2-deb4e6c901c3b0afecd752db3fbc10a8a548c031.tar.gz
pbs2-deb4e6c901c3b0afecd752db3fbc10a8a548c031.tar.xz
pbs2-deb4e6c901c3b0afecd752db3fbc10a8a548c031.zip
vesamenu test
Diffstat (limited to 'application/modules/ipxe/views/scripts/resource')
-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 73e0cff..5d0e747 100644
--- a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml
+++ b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml
@@ -73,7 +73,7 @@ TIMEOUT 100
PROMPT 0
DEFAULT vesamenu.c32
-MENU BACKGROUND pbs2.png
+MENU BACKGROUND <?php echo "http://$this->host/ipxe/pbs2.png\n"; ?>
MENU WIDTH 78
MENU MARGIN 9
MENU PASSWORDMARGIN 9
@@ -164,7 +164,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", "/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", "" );
}