diff options
| author | michael pereira | 2011-10-28 13:34:43 +0200 |
|---|---|---|
| committer | michael pereira | 2011-10-28 13:34:43 +0200 |
| commit | d76578347090b17e4f5118c5579a091dfc810bc8 (patch) | |
| tree | 558e7cd94b4f15c10457efb9a2000005b4643e7b /application/modules/ipxe/views/scripts/resource | |
| parent | login (diff) | |
| download | pbs2-d76578347090b17e4f5118c5579a091dfc810bc8.tar.gz pbs2-d76578347090b17e4f5118c5579a091dfc810bc8.tar.xz pbs2-d76578347090b17e4f5118c5579a091dfc810bc8.zip | |
login
Diffstat (limited to 'application/modules/ipxe/views/scripts/resource')
| -rw-r--r-- | application/modules/ipxe/views/scripts/resource/getvesamenu.phtml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml index f07fb6a..ae50098 100644 --- a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml +++ b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml @@ -36,6 +36,10 @@ order."); } + function separator(){ + echo "MENU SEPARATOR\n"; + } + function texthelp ( $texthelp ){ echo "TEXT HELP\n"; echo $texthelp."\n"; @@ -92,10 +96,10 @@ MENU VSHIFT 7 menu color border 37;40 #00000000 #00000000 std menu color title 1 #ee004a99 #00000000 all menu color unsel 37;40 #ff4f75aa #00000000 all -menu color hotkey 1;37;40 #ffff8b00 #00000000 std +menu color hotkey 1 #ffff8b00 #00000000 std menu color sel 7;37;40 #ff1c2a33 #667799bb all #menu color hotsel 1;7;37;40 #ffff8b00 #667799bb all -#menu color disabled 1;37;40 #ffff8b00 #ff8093a1 std +menu color disabled 1;37;40 #ffffffff #ffcacac8 std #menu color scrollbar 37;40 #40000000 #ee000000 std #menu color tabmsg 37;40 #ffff8b00 #ff8093a1 std #menu color cmdmark 1;37;40 #ffff8b00 #ff8093a1 std @@ -157,7 +161,7 @@ MENU MSGCOLOR #ff1c2a33 #00000000 none nobootmenu(); } - comment ("", ""); + separator(); comment ("info", "More Options:"); if(!$this->loggedin){ |
