diff options
| author | michael pereira | 2011-03-29 11:01:35 +0200 |
|---|---|---|
| committer | michael pereira | 2011-03-29 11:01:35 +0200 |
| commit | ecb5c8d8c31ad70bb24e0ea1cfb6110bcd0a96bb (patch) | |
| tree | 4b40a4178c2dc3bd3fe21730a29dd07bb8742790 /application/modules/dev/views/scripts/group/edit.phtml | |
| parent | Preboot User Controller fertig, ACL fehlt noch (diff) | |
| parent | selectmembership von auth zu person verschoben fbgui module (diff) | |
| download | pbs2-ecb5c8d8c31ad70bb24e0ea1cfb6110bcd0a96bb.tar.gz pbs2-ecb5c8d8c31ad70bb24e0ea1cfb6110bcd0a96bb.tar.xz pbs2-ecb5c8d8c31ad70bb24e0ea1cfb6110bcd0a96bb.zip | |
zfconf
Diffstat (limited to 'application/modules/dev/views/scripts/group/edit.phtml')
| -rw-r--r-- | application/modules/dev/views/scripts/group/edit.phtml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/application/modules/dev/views/scripts/group/edit.phtml b/application/modules/dev/views/scripts/group/edit.phtml index dd3acbe..6b042e1 100644 --- a/application/modules/dev/views/scripts/group/edit.phtml +++ b/application/modules/dev/views/scripts/group/edit.phtml @@ -1,6 +1,7 @@ +<h1>Edit Group</h1> <?php if(isset($this->addForm)) { - $this->addForm->setAction('/etc/group/add'); + $this->addForm->setAction('/dev/group/add'); echo $this->addForm; } else { |
