diff options
Diffstat (limited to 'application/modules/fbgui/views/scripts')
| -rw-r--r-- | application/modules/fbgui/views/scripts/index/index.phtml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/application/modules/fbgui/views/scripts/index/index.phtml b/application/modules/fbgui/views/scripts/index/index.phtml index f0cacb3..8c8d20d 100644 --- a/application/modules/fbgui/views/scripts/index/index.phtml +++ b/application/modules/fbgui/views/scripts/index/index.phtml @@ -8,6 +8,7 @@ <input type="hidden" class="id" value="login"/> </div> <?php else:?> + <div> <div class="fbguilogin selectswitch" style=''> <div style='font-size:16px;font-weight:bold;margin-bottom:5px;'>Logout</div> <i>Select this to logout and get to the default BootMenu.</i> @@ -18,6 +19,7 @@ <i>Select this to return to the Select Membership Menu.</i> <input type="hidden" class="id" value="membership"/> </div> + </div> <?php endif;?> <script type="text/javascript"> var activeElement = 0; @@ -87,7 +89,7 @@ }else if($('#selectedBootOs').val() == 'logout'){ window.location='/fbgui/auth/logout/' }else if($('#selectedBootOs').val() == 'membership'){ - window.location='/fbgui/person/selectmembership/' + window.location='/fbgui/person/changemembership/' } else{ window.location='/fbgui/index/start/bme/'+$('#selectedBootOs').val(); } @@ -193,7 +195,7 @@ }else if($('#selectedBootOs').val() == 'logout'){ window.location='/fbgui/auth/logout/' }else if($('#selectedBootOs').val() == 'membership'){ - window.location='/fbgui/person/selectmembership/' + window.location='/fbgui/person/changemembership/' } else{ window.location='/fbgui/index/start/bme/'+$('#selectedBootOs').val(); } |
