summaryrefslogtreecommitdiffstats
path: root/application/modules/fbgui
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/fbgui')
-rw-r--r--application/modules/fbgui/views/scripts/index/index.phtml14
1 files changed, 14 insertions, 0 deletions
diff --git a/application/modules/fbgui/views/scripts/index/index.phtml b/application/modules/fbgui/views/scripts/index/index.phtml
index da890cd..f0cacb3 100644
--- a/application/modules/fbgui/views/scripts/index/index.phtml
+++ b/application/modules/fbgui/views/scripts/index/index.phtml
@@ -13,6 +13,11 @@
<i>Select this to logout and get to the default BootMenu.</i>
<input type="hidden" class="id" value="logout"/>
</div>
+ <div class="fbguilogin selectswitch" style=''>
+ <div style='font-size:16px;font-weight:bold;margin-bottom:5px;'>Switch Membership</div>
+ <i>Select this to return to the Select Membership Menu.</i>
+ <input type="hidden" class="id" value="membership"/>
+ </div>
<?php endif;?>
<script type="text/javascript">
var activeElement = 0;
@@ -81,6 +86,8 @@
window.location='/fbgui/auth/login/'
}else if($('#selectedBootOs').val() == 'logout'){
window.location='/fbgui/auth/logout/'
+ }else if($('#selectedBootOs').val() == 'membership'){
+ window.location='/fbgui/person/selectmembership/'
} else{
window.location='/fbgui/index/start/bme/'+$('#selectedBootOs').val();
}
@@ -109,6 +116,11 @@
<i>Select this to logout and get to the default BootMenu.</i>
<input type="hidden" class="id" value="logout"/>
</div>
+ <div class="fbguilogin selectswitch" style=''>
+ <div style='font-size:16px;font-weight:bold;margin-bottom:5px;'>Switch Membership</div>
+ <i>Select this to return to the Select Membership Menu.</i>
+ <input type="hidden" class="id" value="membership"/>
+ </div>
<?php endif;?>
<script type="text/javascript">
var activeElement = 0;
@@ -180,6 +192,8 @@
window.location='/fbgui/auth/login/'
}else if($('#selectedBootOs').val() == 'logout'){
window.location='/fbgui/auth/logout/'
+ }else if($('#selectedBootOs').val() == 'membership'){
+ window.location='/fbgui/person/selectmembership/'
} else{
window.location='/fbgui/index/start/bme/'+$('#selectedBootOs').val();
}