diff options
Diffstat (limited to 'application/modules/fbgui/views/scripts')
| -rw-r--r-- | application/modules/fbgui/views/scripts/index/index.phtml | 8 |
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'); } |
