summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormichael2011-11-22 18:52:27 +0100
committermichael2011-11-22 18:52:27 +0100
commita6b3a378bac20dd9b2a7472331c18c8a4754d1b6 (patch)
tree03eabf30e536f72d8cd55f1cbd8ffe6a33d35bff
parentfbgui menu fix (diff)
downloadpbs2-a6b3a378bac20dd9b2a7472331c18c8a4754d1b6.tar.gz
pbs2-a6b3a378bac20dd9b2a7472331c18c8a4754d1b6.tar.xz
pbs2-a6b3a378bac20dd9b2a7472331c18c8a4754d1b6.zip
fbgui menu fix
-rw-r--r--application/modules/fbgui/views/scripts/index/index.phtml8
1 files changed, 4 insertions, 4 deletions
diff --git a/application/modules/fbgui/views/scripts/index/index.phtml b/application/modules/fbgui/views/scripts/index/index.phtml
index 658ee23..3874cec 100644
--- a/application/modules/fbgui/views/scripts/index/index.phtml
+++ b/application/modules/fbgui/views/scripts/index/index.phtml
@@ -33,7 +33,7 @@
}else if($('#selectedBootOs').val() == 'logout'){
$("#startbutton").html('Logout');
}else if($('#selectedBootOs').val() == 'membership'){
- $("#startbutton").html('Switch Membership');
+ $("#startbutton").html('Switch');
} else{
$("#startbutton").html('Start System');
}
@@ -45,7 +45,7 @@
}else if($('#selectedBootOs').val() == 'logout'){
$("#startbutton").html('Logout');
}else if($('#selectedBootOs').val() == 'membership'){
- $("#startbutton").html('Switch Membership');
+ $("#startbutton").html('Switch');
} else{
$("#startbutton").html('Start System');
}
@@ -139,7 +139,7 @@
}else if($('#selectedBootOs').val() == 'logout'){
$("#startbutton").html('Logout');
}else if($('#selectedBootOs').val() == 'membership'){
- $("#startbutton").html('Switch Membership');
+ $("#startbutton").html('Switch');
} else{
$("#startbutton").html('Start System');
}
@@ -156,7 +156,7 @@
}else if($('#selectedBootOs').val() == 'logout'){
$("#startbutton").html('Logout');
}else if($('#selectedBootOs').val() == 'membership'){
- $("#startbutton").html('Switch Membership');
+ $("#startbutton").html('Switch');
} else{
$("#startbutton").html('Start System');
}