summaryrefslogtreecommitdiffstats
path: root/application/modules/user/forms/Bootiso.php
diff options
context:
space:
mode:
authorSimon2011-03-31 16:33:36 +0200
committerSimon2011-03-31 16:33:36 +0200
commit6fbd2a654067773df378efaa4283a4870073208b (patch)
tree9d12bccbe2b8f42e5ec00f4afe52751ce2bb7221 /application/modules/user/forms/Bootiso.php
parentFilter können nurnoch auf eigene BootMenu verweisen (diff)
downloadpbs2-6fbd2a654067773df378efaa4283a4870073208b.tar.gz
pbs2-6fbd2a654067773df378efaa4283a4870073208b.tar.xz
pbs2-6fbd2a654067773df378efaa4283a4870073208b.zip
Graph-Anzeige gefixxt
Diffstat (limited to 'application/modules/user/forms/Bootiso.php')
-rw-r--r--application/modules/user/forms/Bootiso.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/application/modules/user/forms/Bootiso.php b/application/modules/user/forms/Bootiso.php
index 3aba0af..7c472c0 100644
--- a/application/modules/user/forms/Bootiso.php
+++ b/application/modules/user/forms/Bootiso.php
@@ -120,12 +120,13 @@ class user_Form_Bootiso extends Zend_Form
});
function changeDepth(){
i = $("#depth option:selected").val();
- $('#depthimg').attr('src','/stats/graphgroup/level/' + i);
- }</script>
+ $('#depthimg').attr('src','/stats/graphgroup/level/' + i);
+ }
+ </script>
<div id='groups' style='text-align: center;'>
<div class='v1'>
- <img id='depthimg' src='/stats/graphgroup/' />
+ <img alt='Please select a public level' id='depthimg' src='/stats/graphgroup/level/0' />
</div>
</div>