summaryrefslogtreecommitdiffstats
path: root/application/modules/fbgui
diff options
context:
space:
mode:
authorSimon2011-03-22 13:24:39 +0100
committerSimon2011-03-22 13:24:39 +0100
commit16274cfd27846d799767af69eb170accbeb487d3 (patch)
treeacbba0bdaf228fa2ac25231d201d415bdb1337fe /application/modules/fbgui
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-16274cfd27846d799767af69eb170accbeb487d3.tar.gz
pbs2-16274cfd27846d799767af69eb170accbeb487d3.tar.xz
pbs2-16274cfd27846d799767af69eb170accbeb487d3.zip
FBGui Layout geändert
Diffstat (limited to 'application/modules/fbgui')
-rw-r--r--application/modules/fbgui/layouts/fbgui.phtml10
-rw-r--r--application/modules/fbgui/views/scripts/index/index.phtml3
2 files changed, 6 insertions, 7 deletions
diff --git a/application/modules/fbgui/layouts/fbgui.phtml b/application/modules/fbgui/layouts/fbgui.phtml
index 335e3c5..d04664a 100644
--- a/application/modules/fbgui/layouts/fbgui.phtml
+++ b/application/modules/fbgui/layouts/fbgui.phtml
@@ -23,22 +23,22 @@ echo $this->headScript()."\n";
<div id='sidepannel'>
<div id="logo"><div id="logo-bar-gray"></div></div>
<div id="sidepannel-top">
- <h1><a href=/><</a> <a href=/fbgui/>fbgui</a></h1>
- <ul>
- <li>Controller:
+ <!-- <h1><a href=/><</a> <a href=/fbgui/>fbgui</a></h1> -->
+ <!-- <ul>
+ <li>
<ul>
</ul>
</li>
</ul>
-</ul>
+</ul> -->
</div>
</div>
<div id='main'>
<div id="head-bg">
<div id="head">
- <h1>pbs<sup>2</sup></h1>
+ <h1>OpenSLX Preboot Portal</h1>
<h2>Rechenzentrum Universit&auml;t Freiburg</h2>
</div>
</div>
diff --git a/application/modules/fbgui/views/scripts/index/index.phtml b/application/modules/fbgui/views/scripts/index/index.phtml
index 9f243e5..8077a56 100644
--- a/application/modules/fbgui/views/scripts/index/index.phtml
+++ b/application/modules/fbgui/views/scripts/index/index.phtml
@@ -3,8 +3,7 @@
$(document).ready(function(){
$('.menu').click(function(){
$('.menu').removeClass('selected');
- $(this).addClass('selected');
- console.log($(this).find('.id').val());
+ $(this).addClass('selected');
$("#selectedBootOs").val($(this).find('.id').val());
});
});