summaryrefslogtreecommitdiffstats
path: root/application/modules/dev/views/scripts/role/groupselect.phtml
blob: d1c08fda213a91262dc56a29422ac30fe0dd5d79 (plain) (blame)
1
2
3
4
5
<h1>Select Group</h1>
<?php
$this->groupSelectForm->setAction($this->url());
echo $this->groupSelectForm;
?>