summaryrefslogtreecommitdiffstats
path: root/application/modules/dev/forms/RoleAdd.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/dev/forms/RoleAdd.php')
-rw-r--r--application/modules/dev/forms/RoleAdd.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/application/modules/dev/forms/RoleAdd.php b/application/modules/dev/forms/RoleAdd.php
index d773b17..7aae426 100644
--- a/application/modules/dev/forms/RoleAdd.php
+++ b/application/modules/dev/forms/RoleAdd.php
@@ -31,6 +31,10 @@ class dev_Form_RoleAdd extends Zend_Form
'label' => 'Description:',
));
+ $this->addElement('checkbox', 'inheritance', array(
+ 'label' => 'Inheritance:',
+ ));
+
$this->addElement('submit', 'add', array(
'required' => false,
'ignore' => true,