summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/group
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/user/views/scripts/group')
-rw-r--r--application/modules/user/views/scripts/group/show.phtml12
-rw-r--r--application/modules/user/views/scripts/group/showall.phtml2
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'>