summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/group/add.phtml
diff options
context:
space:
mode:
authorBjörn Geiger2011-03-28 12:56:10 +0200
committerBjörn Geiger2011-03-28 12:56:10 +0200
commit84f8c7b61f61ff68e9568e01c23689d591dc4828 (patch)
tree35d6e718bdb2d6413a34d5d1bc5be40db76bb2bd /application/modules/user/views/scripts/group/add.phtml
parentupdatebutton geadded (diff)
downloadpbs2-84f8c7b61f61ff68e9568e01c23689d591dc4828.tar.gz
pbs2-84f8c7b61f61ff68e9568e01c23689d591dc4828.tar.xz
pbs2-84f8c7b61f61ff68e9568e01c23689d591dc4828.zip
Groupcontroller User Module
Diffstat (limited to 'application/modules/user/views/scripts/group/add.phtml')
-rw-r--r--application/modules/user/views/scripts/group/add.phtml4
1 files changed, 4 insertions, 0 deletions
diff --git a/application/modules/user/views/scripts/group/add.phtml b/application/modules/user/views/scripts/group/add.phtml
new file mode 100644
index 0000000..4f96cf0
--- /dev/null
+++ b/application/modules/user/views/scripts/group/add.phtml
@@ -0,0 +1,4 @@
+<?php
+$this->addForm->setAction($this->url());
+echo $this->addForm;
+?> \ No newline at end of file