summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/group
diff options
context:
space:
mode:
authorSimon2011-04-07 16:25:05 +0200
committerSimon2011-04-07 16:25:05 +0200
commitfe8f0591ad8d45f24a6e13ea7e73f91036848152 (patch)
treebaca19b76841f6402987a30376d61e52c7fab603 /application/modules/user/views/scripts/group
parentarrow zum aufklappen hinzugefügt (diff)
downloadpbs2-fe8f0591ad8d45f24a6e13ea7e73f91036848152.tar.gz
pbs2-fe8f0591ad8d45f24a6e13ea7e73f91036848152.tar.xz
pbs2-fe8f0591ad8d45f24a6e13ea7e73f91036848152.zip
pfeile in allen übersichten hinzugefügt, script ausgelagert
Diffstat (limited to 'application/modules/user/views/scripts/group')
-rw-r--r--application/modules/user/views/scripts/group/show.phtml12
1 files changed, 1 insertions, 11 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
}