summaryrefslogtreecommitdiffstats
path: root/application/modules/dev/views/scripts/role/linkright.phtml
blob: 38c0d4541a1e1ca6ee9631e9181f53d18eb15366 (plain) (blame)
1
2
3
4
5
<h1>Add Right</h1>
<?php
$this->linkForm->setAction($this->url());
echo $this->linkForm;
?>