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/group | |
| 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/group')
| -rw-r--r-- | application/modules/user/views/scripts/group/show.phtml | 12 | ||||
| -rw-r--r-- | application/modules/user/views/scripts/group/showall.phtml | 2 |
2 files changed, 2 insertions, 12 deletions
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'> |
