summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/group
diff options
context:
space:
mode:
authorBjörn Geiger2011-04-05 18:13:12 +0200
committerBjörn Geiger2011-04-05 18:13:12 +0200
commitea3400f39cd5ffae715562b2ae6403d3f0384b03 (patch)
tree642c4a9b0fd30248936572135f389266de88b8cb /application/modules/user/views/scripts/group
parentMerge branch 'master' of ssh://git.openslx.org/lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-ea3400f39cd5ffae715562b2ae6403d3f0384b03.tar.gz
pbs2-ea3400f39cd5ffae715562b2ae6403d3f0384b03.tar.xz
pbs2-ea3400f39cd5ffae715562b2ae6403d3f0384b03.zip
Search in Group, Person und Role
Diffstat (limited to 'application/modules/user/views/scripts/group')
-rw-r--r--application/modules/user/views/scripts/group/showall.phtml3
1 files changed, 2 insertions, 1 deletions
diff --git a/application/modules/user/views/scripts/group/showall.phtml b/application/modules/user/views/scripts/group/showall.phtml
index 34f3e11..356ebbc 100644
--- a/application/modules/user/views/scripts/group/showall.phtml
+++ b/application/modules/user/views/scripts/group/showall.phtml
@@ -1,4 +1,5 @@
<h1>Groups Overview</h1>
+<?php echo $this->searchform; ?>
<?php echo $this->formButton('addgroup', 'Add Group', array(
'onclick' => 'self.location="/user/group/add"',
'class' => 'addbutton'))
@@ -73,7 +74,7 @@
}
?>
</table>
-<?php echo $this->pagination; ?>
+ <?php echo $this->pagination; ?>
<?php echo $this->formButton('linkgroups', 'Link Groups', array(
'onclick' => 'self.location="/user/group/link"',
'class' => 'addbutton'))