summaryrefslogtreecommitdiffstats
path: root/application/modules/dev/views/scripts/group/edit.phtml
diff options
context:
space:
mode:
authormichael pereira2011-03-16 10:09:45 +0100
committermichael pereira2011-03-16 10:09:45 +0100
commitaa44f9fcb6273a9e20596e788b10c240601c3d1d (patch)
tree154813670be6d64322eecdd04084ba232554e3a0 /application/modules/dev/views/scripts/group/edit.phtml
parentRessource Controller setzt jetzt die Session fuer ausgewaehltes Bootmenuentry (diff)
parentaufruf verschoben (diff)
downloadpbs2-aa44f9fcb6273a9e20596e788b10c240601c3d1d.tar.gz
pbs2-aa44f9fcb6273a9e20596e788b10c240601c3d1d.tar.xz
pbs2-aa44f9fcb6273a9e20596e788b10c240601c3d1d.zip
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/modules/dev/views/scripts/group/edit.phtml')
-rw-r--r--application/modules/dev/views/scripts/group/edit.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/modules/dev/views/scripts/group/edit.phtml b/application/modules/dev/views/scripts/group/edit.phtml
index 64dde9d..dd3acbe 100644
--- a/application/modules/dev/views/scripts/group/edit.phtml
+++ b/application/modules/dev/views/scripts/group/edit.phtml
@@ -1,10 +1,10 @@
<?php
if(isset($this->addForm)) {
- $this->addForm->setAction('/group/add');
+ $this->addForm->setAction('/etc/group/add');
echo $this->addForm;
}
else {
$this->editForm->setAction($this->url());
echo $this->editForm;
}
-?> \ No newline at end of file
+?>