summaryrefslogtreecommitdiffstats
path: root/application/modules/fbgui
diff options
context:
space:
mode:
authorSimon2011-04-15 16:32:55 +0200
committerSimon2011-04-15 16:32:55 +0200
commit21f43931feb77c2182f2883415c47eb6c8c53fbb (patch)
treee090500c4ca108df258249eb6cad860f5b19ca61 /application/modules/fbgui
parentEnter bei select (diff)
downloadpbs2-21f43931feb77c2182f2883415c47eb6c8c53fbb.tar.gz
pbs2-21f43931feb77c2182f2883415c47eb6c8c53fbb.tar.xz
pbs2-21f43931feb77c2182f2883415c47eb6c8c53fbb.zip
Startbutton nach Wunsch angepasst
Diffstat (limited to 'application/modules/fbgui')
-rw-r--r--application/modules/fbgui/views/scripts/index/index.phtml7
1 files changed, 4 insertions, 3 deletions
diff --git a/application/modules/fbgui/views/scripts/index/index.phtml b/application/modules/fbgui/views/scripts/index/index.phtml
index 5338991..a141add 100644
--- a/application/modules/fbgui/views/scripts/index/index.phtml
+++ b/application/modules/fbgui/views/scripts/index/index.phtml
@@ -14,7 +14,6 @@
$('.selectswitch').removeClass('selected');
$(this).addClass('selected');
$("#selectedBootOs").val($(this).find('.id').val());
- $("#startball").attr('src','/media/img/button-green.png');
$("#startbutton").focus();
});
$('.bootmenu .selectswitch').eq(activeElement).click();
@@ -23,7 +22,6 @@
$('.selectswitch').removeClass('selected');
$(this).addClass('selected');
$("#selectedBootOs").val($(this).find('.id').val());
- $("#startball").attr('src','/media/img/button-green.png');
$("#startbutton").focus();
start();
});
@@ -81,9 +79,12 @@
<?php endforeach; ?>
</div>
<input style="display:none;" type='text' id="selectedBootOs" />
- <button style='cursor:pointer;float:right;margin-top:10px;' id='startbutton' onClick="start();"><img id='startball' src='/media/img/button-red.png'> <span style='font-size:14px;'>Start System</span></button>
+ <button onClick="start();" id='startbutton' class="fbguistart" style='font-size:16px;font-weight:bold;margin-bottom:5px;'>
+ Start System
+ </button>
<div class='clear'></div>
<?php if($this->notificationbot != ''){echo $this->notificationbot;} ?>
+
<?php endif;?>