summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Neves2012-02-07 17:26:03 +0100
committerMichael Neves2012-02-07 17:26:03 +0100
commitfc0d3a4a8c8111ef88984f34d4f09f5fbcc12fc8 (patch)
treec57e8066817693881f9c374dfb476f7dd6ad2b28
parentRemote_HOST nicht ADDR (diff)
downloadpbs2-fc0d3a4a8c8111ef88984f34d4f09f5fbcc12fc8.tar.gz
pbs2-fc0d3a4a8c8111ef88984f34d4f09f5fbcc12fc8.tar.xz
pbs2-fc0d3a4a8c8111ef88984f34d4f09f5fbcc12fc8.zip
fbgui button fix
-rw-r--r--application/modules/fbgui/views/scripts/index/index.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/modules/fbgui/views/scripts/index/index.phtml b/application/modules/fbgui/views/scripts/index/index.phtml
index 21e13ef..d4c4be4 100644
--- a/application/modules/fbgui/views/scripts/index/index.phtml
+++ b/application/modules/fbgui/views/scripts/index/index.phtml
@@ -112,12 +112,12 @@
<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>
+ <i>Logout and get to the default BootMenu.</i>
<input type="hidden" class="id" value="logout"/>
</div>
<div class="fbguiswitch 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>
+ <i>Return to the Select Membership Menu.</i>
<input type="hidden" class="id" value="membership"/>
</div>
</div>