diff options
| author | Simon | 2011-04-06 20:32:47 +0200 |
|---|---|---|
| committer | Simon | 2011-04-06 20:32:47 +0200 |
| commit | 7008750fafc7f0c4c0b31f0a53f1ffaeb8f7e36a (patch) | |
| tree | 188dfe3dda0964d485ac841a5e72612129a5176e /application/modules/user/views/scripts/bootiso/index.phtml | |
| parent | Layout/Ansicht geändert, BootIso, BootOs,Client,Config,Preboot & Session (diff) | |
| download | pbs2-7008750fafc7f0c4c0b31f0a53f1ffaeb8f7e36a.tar.gz pbs2-7008750fafc7f0c4c0b31f0a53f1ffaeb8f7e36a.tar.xz pbs2-7008750fafc7f0c4c0b31f0a53f1ffaeb8f7e36a.zip | |
neues Design eingebettet, bei Role, Person &Group muss noch etwas überlegt werden
Diffstat (limited to 'application/modules/user/views/scripts/bootiso/index.phtml')
| -rw-r--r-- | application/modules/user/views/scripts/bootiso/index.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/user/views/scripts/bootiso/index.phtml b/application/modules/user/views/scripts/bootiso/index.phtml index 0d175e8..0f9c830 100644 --- a/application/modules/user/views/scripts/bootiso/index.phtml +++ b/application/modules/user/views/scripts/bootiso/index.phtml @@ -83,7 +83,7 @@ $(document).ready(function(){ $(this).find('.title').css('cursor','pointer'); $('.title').click(function(){ - $(this).parent().find('.dispnone').toggle(); + $(this).siblings('.dispnone').toggle(); }); } }); |
