summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormichael2011-11-22 14:56:12 +0100
committermichael2011-11-22 14:56:12 +0100
commita5bed3d184f68cd455b36482dec04a3c354e3738 (patch)
tree0fc5e471283fb8430510e573382d4d9c780304ea
parentfbgui return to membershipmenu (diff)
downloadpbs2-a5bed3d184f68cd455b36482dec04a3c354e3738.tar.gz
pbs2-a5bed3d184f68cd455b36482dec04a3c354e3738.tar.xz
pbs2-a5bed3d184f68cd455b36482dec04a3c354e3738.zip
fbgui return to membershipmenu
-rw-r--r--application/modules/fbgui/views/scripts/index/index.phtml22
1 files changed, 11 insertions, 11 deletions
diff --git a/application/modules/fbgui/views/scripts/index/index.phtml b/application/modules/fbgui/views/scripts/index/index.phtml
index 8c8d20d..5f955e4 100644
--- a/application/modules/fbgui/views/scripts/index/index.phtml
+++ b/application/modules/fbgui/views/scripts/index/index.phtml
@@ -8,17 +8,17 @@
<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>
- <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>
+ <div style='float:right'>
+ <div class="fbguilogin selectswitch" style='float:right'>
+ <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:right'>
+ <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">