summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormichael2011-11-22 14:40:50 +0100
committermichael2011-11-22 14:40:50 +0100
commitbe088dd0b4d7129fcbcb62ef4b059fb0a4ad9920 (patch)
treec543be91ea489d24739e94182bf8a1086f6a4ade
parentfbgui logout fix (diff)
downloadpbs2-be088dd0b4d7129fcbcb62ef4b059fb0a4ad9920.tar.gz
pbs2-be088dd0b4d7129fcbcb62ef4b059fb0a4ad9920.tar.xz
pbs2-be088dd0b4d7129fcbcb62ef4b059fb0a4ad9920.zip
fbgui return to membershipmenu
-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();
}