summaryrefslogblamecommitdiffstats
path: root/application/modules/dev/views/scripts/group/edit.phtml
blob: 64dde9d763a552bbc6767d660186b2921c696f49 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                 
<?php
if(isset($this->addForm)) {
	$this->addForm->setAction('/group/add');
	echo $this->addForm;
}
else {
	$this->editForm->setAction($this->url());
	echo $this->editForm;
}
?>