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









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