diff options
| author | Björn Geiger | 2011-03-24 13:47:33 +0100 |
|---|---|---|
| committer | Björn Geiger | 2011-03-24 13:47:33 +0100 |
| commit | 06cfaf4e0a9b521a151cc214dd217018f4c83389 (patch) | |
| tree | 1a0b6598b18d9579847d087f9ae96b63b13d143a /application/modules/user/views/scripts/person/request.phtml | |
| parent | Testdaten Rechtetabelle (diff) | |
| download | pbs2-06cfaf4e0a9b521a151cc214dd217018f4c83389.tar.gz pbs2-06cfaf4e0a9b521a151cc214dd217018f4c83389.tar.xz pbs2-06cfaf4e0a9b521a151cc214dd217018f4c83389.zip | |
PersonController im user Module
Diffstat (limited to 'application/modules/user/views/scripts/person/request.phtml')
| -rw-r--r-- | application/modules/user/views/scripts/person/request.phtml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/application/modules/user/views/scripts/person/request.phtml b/application/modules/user/views/scripts/person/request.phtml new file mode 100644 index 0000000..2da570f --- /dev/null +++ b/application/modules/user/views/scripts/person/request.phtml @@ -0,0 +1,6 @@ +<?php +if(count($this->requestForm->getGrouplist())>0) { + $this->requestForm->setAction($this->url()); + echo $this->requestForm; +} +?>
\ No newline at end of file |
