summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormichael2011-11-22 16:23:58 +0100
committermichael2011-11-22 16:23:58 +0100
commit2029998a0166ae2efc55d212f2342b702e753852 (patch)
tree6886fd7fcc812349d6057a0f4b664328cc051ba6
parentfbgui return to membershipmenu (diff)
downloadpbs2-2029998a0166ae2efc55d212f2342b702e753852.tar.gz
pbs2-2029998a0166ae2efc55d212f2342b702e753852.tar.xz
pbs2-2029998a0166ae2efc55d212f2342b702e753852.zip
fbgui return to membershipmenu
-rw-r--r--application/modules/fbgui/views/scripts/index/index.phtml22
1 files changed, 12 insertions, 10 deletions
diff --git a/application/modules/fbgui/views/scripts/index/index.phtml b/application/modules/fbgui/views/scripts/index/index.phtml
index 1b452e5..cb109de 100644
--- a/application/modules/fbgui/views/scripts/index/index.phtml
+++ b/application/modules/fbgui/views/scripts/index/index.phtml
@@ -14,7 +14,7 @@
<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='float:right'>
+ <div class="fbguilogin selectswitch" style='float:left; margin-left:10px'>
<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"/>
@@ -113,15 +113,17 @@
<input type="hidden" class="id" value="login"/>
</div>
<?php else:?>
- <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>
- <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 style='width:100%'>
+ <div class="fbguilogin selectswitch" style='float:left'>
+ <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>
+ <input type="hidden" class="id" value="logout"/>
+ </div>
+ <div class="fbguilogin selectswitch" style='float:left; margin-left:10px'>
+ <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>
</div>
<?php endif;?>
<script type="text/javascript">