diff options
| author | michael pereira | 2011-10-30 23:48:45 +0100 |
|---|---|---|
| committer | michael pereira | 2011-10-30 23:48:45 +0100 |
| commit | 8012d7c66f9dc2241354de800a8d2f7352fb9264 (patch) | |
| tree | 287b843c03d76b5a9c07f0abe206cef5082e6412 /application/modules/ipxe/views/scripts/resource | |
| parent | login (diff) | |
| download | pbs2-8012d7c66f9dc2241354de800a8d2f7352fb9264.tar.gz pbs2-8012d7c66f9dc2241354de800a8d2f7352fb9264.tar.xz pbs2-8012d7c66f9dc2241354de800a8d2f7352fb9264.zip | |
login
Diffstat (limited to 'application/modules/ipxe/views/scripts/resource')
| -rw-r--r-- | application/modules/ipxe/views/scripts/resource/getvesamenu.phtml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml index b4b7009..54922ef 100644 --- a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml +++ b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml @@ -36,10 +36,6 @@ order."); } - function separator(){ - echo "MENU SEPARATOR\n"; - } - function texthelp ( $texthelp ){ echo "TEXT HELP\n"; echo $texthelp."\n"; @@ -111,7 +107,6 @@ menu color disabled 1;37;40 #ffffffff #ffcacac8 std #menu color timeout 1;37;40 #ffff8b00 #ff8093a1 std #menu color help 37;40 #ff1c2a33 #00000000 none MENU MSGCOLOR #ff1c2a33 #00000000 none -MENU SEPARATOR #ffffffff #ffffffff none <?php @@ -162,7 +157,7 @@ MENU SEPARATOR #ffffffff #ffffffff none nobootmenu(); } - separator(); + comment ("", ""); comment ("info", "More Options:"); if(!$this->loggedin){ |
