diff options
| author | Björn Geiger | 2011-04-05 18:13:12 +0200 |
|---|---|---|
| committer | Björn Geiger | 2011-04-05 18:13:12 +0200 |
| commit | ea3400f39cd5ffae715562b2ae6403d3f0384b03 (patch) | |
| tree | 642c4a9b0fd30248936572135f389266de88b8cb /application/modules/user/views/scripts/role | |
| parent | Merge branch 'master' of ssh://git.openslx.org/lsfks/master-teamprojekt/pbs2 (diff) | |
| download | pbs2-ea3400f39cd5ffae715562b2ae6403d3f0384b03.tar.gz pbs2-ea3400f39cd5ffae715562b2ae6403d3f0384b03.tar.xz pbs2-ea3400f39cd5ffae715562b2ae6403d3f0384b03.zip | |
Search in Group, Person und Role
Diffstat (limited to 'application/modules/user/views/scripts/role')
| -rw-r--r-- | application/modules/user/views/scripts/role/index.phtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/modules/user/views/scripts/role/index.phtml b/application/modules/user/views/scripts/role/index.phtml index 8ca2bd6..2dbe77d 100644 --- a/application/modules/user/views/scripts/role/index.phtml +++ b/application/modules/user/views/scripts/role/index.phtml @@ -2,6 +2,7 @@ if($this->userIDsNamespace['groupID']) { ?> <h1>Roles</h1> + <?php echo $this->searchform; ?> <?php echo $this->formButton('addrole', 'Add Role', array( 'onclick' => 'self.location="/user/role/add"', 'class' => 'addbutton'))?> |
