summaryrefslogtreecommitdiffstats
path: root/application/modules/fbgui/views
diff options
context:
space:
mode:
authorSimon2011-04-11 12:21:44 +0200
committerSimon2011-04-11 12:21:44 +0200
commitf4af38b89a14f980c4d6665370235ac0452eb47b (patch)
treeaa4f78b292cc6e21992a005cec06a8cdb652897d /application/modules/fbgui/views
parentspeichern return die id der elemente beim speichern der models (diff)
downloadpbs2-f4af38b89a14f980c4d6665370235ac0452eb47b.tar.gz
pbs2-f4af38b89a14f980c4d6665370235ac0452eb47b.tar.xz
pbs2-f4af38b89a14f980c4d6665370235ac0452eb47b.zip
debugmeldungen auskommentiert
Diffstat (limited to 'application/modules/fbgui/views')
-rw-r--r--application/modules/fbgui/views/scripts/index/index.phtml2
1 files changed, 0 insertions, 2 deletions
diff --git a/application/modules/fbgui/views/scripts/index/index.phtml b/application/modules/fbgui/views/scripts/index/index.phtml
index 1fe02d4..6917643 100644
--- a/application/modules/fbgui/views/scripts/index/index.phtml
+++ b/application/modules/fbgui/views/scripts/index/index.phtml
@@ -33,9 +33,7 @@
<input type="hidden" class="id" value="<?php echo $entry->getID();?>"/>
</div>
<?php endforeach; ?>
-
<input style="display:none;" type='text' id="selectedBootOs" />
-
<button style='cursor:pointer;float:right;margin-top:10px;' onClick="start();"><img id='startball' src='/media/img/button-red.png'> <span style='font-size:14px;'>Start System</span></button>
<div class='clear'></div>
<?php endif;?>