diff options
| author | Simon | 2011-04-13 14:10:26 +0200 |
|---|---|---|
| committer | Simon | 2011-04-13 14:10:26 +0200 |
| commit | 85c7d1157407b132a9f0b71840f65d7ce0119abf (patch) | |
| tree | 0c0be236350d4e505a0002fb9a607fb584ac9181 /application/modules/user/views/scripts/group | |
| parent | Erster Teil der Rechte in Group Controller (diff) | |
| download | pbs2-85c7d1157407b132a9f0b71840f65d7ce0119abf.tar.gz pbs2-85c7d1157407b132a9f0b71840f65d7ce0119abf.tar.xz pbs2-85c7d1157407b132a9f0b71840f65d7ce0119abf.zip | |
Zweiter Teil der Rechte in Group Controller
Diffstat (limited to 'application/modules/user/views/scripts/group')
| -rw-r--r-- | application/modules/user/views/scripts/group/show.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/user/views/scripts/group/show.phtml b/application/modules/user/views/scripts/group/show.phtml index 18bc33a..b2a85ac 100644 --- a/application/modules/user/views/scripts/group/show.phtml +++ b/application/modules/user/views/scripts/group/show.phtml @@ -1,4 +1,4 @@ -<h1>Groupdetails</h1> +<h1>Groupdetails - <?php echo $this->group->getTitle();?></h1> <?php if($this->usergroup == $this->requestgroup){ echo $this->formButton('deletegroup', 'Delete', array( |
