diff options
| author | michael pereira | 2011-09-23 20:09:04 +0200 |
|---|---|---|
| committer | michael pereira | 2011-09-23 20:09:04 +0200 |
| commit | b70a9c8fae8c49d91673d94ce7340dea5c71d7f1 (patch) | |
| tree | 7b7baec12827edd7e600908ac809173cbfc5aa8f /application/modules/ipxe/views/scripts | |
| parent | personid (diff) | |
| download | pbs2-b70a9c8fae8c49d91673d94ce7340dea5c71d7f1.tar.gz pbs2-b70a9c8fae8c49d91673d94ce7340dea5c71d7f1.tar.xz pbs2-b70a9c8fae8c49d91673d94ce7340dea5c71d7f1.zip | |
personid
Diffstat (limited to 'application/modules/ipxe/views/scripts')
| -rw-r--r-- | application/modules/ipxe/views/scripts/resource/getvesamenu.phtml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml index 7ad44ba..c9c835f 100644 --- a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml +++ b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml @@ -105,10 +105,14 @@ MENU MSGCOLOR #ff1c2a33 #00000000 none title ( "Select Membership:" ); if(isset($this->memberships)){ foreach($this->memberships as $membership){ - uriboot ($membership['group'], 'test', 'test'); + uriboot ($membership['group']." as ".$membership['role'], 'test', 'test'); } + }else{ + label ("You have no memberships."); + uriboot ( "Return to Group Bootmenu", "/ipxe/auth/serial/serialnumber/55-44-33-22-11/mac/123/login/false", "" ); } + } |
