diff options
| author | michael pereira | 2011-04-07 16:30:23 +0200 |
|---|---|---|
| committer | michael pereira | 2011-04-07 16:30:23 +0200 |
| commit | d6c915089ddf3da5f8dc887ffd401f7c488cd175 (patch) | |
| tree | d0b1ea9f3d4f816bf5aaecf28264628ed466e9c9 /application/modules/user/views/scripts | |
| parent | ACL gefixt (diff) | |
| parent | pfeile in allen übersichten hinzugefügt, script ausgelagert (diff) | |
| download | pbs2-d6c915089ddf3da5f8dc887ffd401f7c488cd175.tar.gz pbs2-d6c915089ddf3da5f8dc887ffd401f7c488cd175.tar.xz pbs2-d6c915089ddf3da5f8dc887ffd401f7c488cd175.zip | |
acl merge
Diffstat (limited to 'application/modules/user/views/scripts')
9 files changed, 4 insertions, 81 deletions
diff --git a/application/modules/user/views/scripts/bootiso/index.phtml b/application/modules/user/views/scripts/bootiso/index.phtml index 3f89a92..4af8c0e 100644 --- a/application/modules/user/views/scripts/bootiso/index.phtml +++ b/application/modules/user/views/scripts/bootiso/index.phtml @@ -75,14 +75,3 @@ <?php echo $this->pagination; ?> -<script> -$(document).ready(function(){ - if($('.element').find('.dispnone').length >= 1){ - $(this).find('.title').css('cursor','pointer'); - - $('.title').click(function(){ - $(this).siblings('.dispnone').toggle(); - }); - } -}); -</script> diff --git a/application/modules/user/views/scripts/bootmenu/index.phtml b/application/modules/user/views/scripts/bootmenu/index.phtml index c51a3ed..74d0666 100644 --- a/application/modules/user/views/scripts/bootmenu/index.phtml +++ b/application/modules/user/views/scripts/bootmenu/index.phtml @@ -114,15 +114,4 @@ </div> <?php echo $this->pagination; ?> - -<script> -$(document).ready(function(){ - if($('.element').find('.dispnone').length >= 1){ - $(this).find('.title').css('cursor','pointer'); - - $('.title').click(function(){ - $(this).siblings('.dispnone').toggle(); - }); - } -}); -</script> + diff --git a/application/modules/user/views/scripts/bootos/index.phtml b/application/modules/user/views/scripts/bootos/index.phtml index e4eb417..99ddfc3 100644 --- a/application/modules/user/views/scripts/bootos/index.phtml +++ b/application/modules/user/views/scripts/bootos/index.phtml @@ -94,14 +94,3 @@ <?php echo $this->pagination; ?> -<script> -$(document).ready(function(){ - if($('.element').find('.dispnone').length >= 1){ - $(this).find('.title').css('cursor','pointer'); - - $('.title').click(function(){ - $(this).siblings('.dispnone').toggle(); - }); - } -}); -</script> diff --git a/application/modules/user/views/scripts/filter/index.phtml b/application/modules/user/views/scripts/filter/index.phtml index 0164985..c928216 100644 --- a/application/modules/user/views/scripts/filter/index.phtml +++ b/application/modules/user/views/scripts/filter/index.phtml @@ -118,14 +118,3 @@ <?php echo $this->pagination; ?> -<script> -$(document).ready(function(){ - if($('.element').find('.dispnone').length >= 1){ - $(this).find('.title').css('cursor','pointer'); - - $('.title').click(function(){ - $(this).siblings('.dispnone').toggle(); - }); - } -}); -</script> diff --git a/application/modules/user/views/scripts/group/show.phtml b/application/modules/user/views/scripts/group/show.phtml index a869c76..a1c0896 100644 --- a/application/modules/user/views/scripts/group/show.phtml +++ b/application/modules/user/views/scripts/group/show.phtml @@ -122,17 +122,7 @@ if($this->groupID) { </div> <?php endforeach ?> </div> -<script> -$(document).ready(function(){ - if($('.element').find('.dispnone').length >= 1){ - $(this).find('.title').css('cursor','pointer'); - - $('.title').click(function(){ - $(this).siblings('.dispnone').toggle(); - }); - } -}); -</script> + <?php echo $this->memberPagination; ?> <?php } diff --git a/application/modules/user/views/scripts/group/showall.phtml b/application/modules/user/views/scripts/group/showall.phtml index 9afedbb..2ed777a 100644 --- a/application/modules/user/views/scripts/group/showall.phtml +++ b/application/modules/user/views/scripts/group/showall.phtml @@ -20,7 +20,7 @@ <?php $class=''; if($group->getID() == $this->userIDsNamespace['groupID']) - $class= 'highlight'; + $class= 'highlight checked'; ?> <div class='element<?php echo " $class";?>'> <div class='content'> diff --git a/application/modules/user/views/scripts/person/index.phtml b/application/modules/user/views/scripts/person/index.phtml index 7505954..a4d3a3d 100644 --- a/application/modules/user/views/scripts/person/index.phtml +++ b/application/modules/user/views/scripts/person/index.phtml @@ -30,7 +30,7 @@ if(isset($this->groups)) { <?php $class=''; if($group['membershipID'] == $this->userIDsNamespace['membershipID']) - $class= 'highlight'; + $class= 'highlight checked'; ?> <div class='element<?php echo " $class";?>'> <div class='content'> diff --git a/application/modules/user/views/scripts/pool/index.phtml b/application/modules/user/views/scripts/pool/index.phtml index 568654d..7d5a6cc 100644 --- a/application/modules/user/views/scripts/pool/index.phtml +++ b/application/modules/user/views/scripts/pool/index.phtml @@ -111,18 +111,6 @@ <?php echo $this->pagination; ?> -<script> -$(document).ready(function(){ - if($('.element').find('.dispnone').length >= 1){ - $(this).find('.title').css('cursor','pointer'); - - $('.title').click(function(){ - $(this).siblings('.dispnone').toggle(); - }); - } -}); -</script> - <?php if (isset($this->freeclients) && count($this->freeclients)>0): ?> <h2 style='margin-top:20px;'>Free clients</h2> <p style="text-align:right;"> diff --git a/application/modules/user/views/scripts/session/index.phtml b/application/modules/user/views/scripts/session/index.phtml index 412b113..c4225f3 100644 --- a/application/modules/user/views/scripts/session/index.phtml +++ b/application/modules/user/views/scripts/session/index.phtml @@ -47,14 +47,3 @@ <?php echo $this->pagination; ?> -<script> -$(document).ready(function(){ - if($('.element').find('.dispnone').length >= 1){ - $(this).find('.title').css('cursor','pointer'); - - $('.title').click(function(){ - $(this).siblings('.dispnone').toggle(); - }); - } -}); -</script> |
