diff options
| author | Simon | 2011-03-28 15:09:04 +0200 |
|---|---|---|
| committer | Simon | 2011-03-28 15:09:04 +0200 |
| commit | 7f128bfd11824b832e4e64a1b13011e837c54366 (patch) | |
| tree | 5806900894bac7374bb5c655752afffb88d489a8 /application/modules/dev/forms/RoleAdd.php | |
| parent | quickfix gegen account löschen (diff) | |
| parent | Einführung von Vererbung von Rollen (diff) | |
| download | pbs2-7f128bfd11824b832e4e64a1b13011e837c54366.tar.gz pbs2-7f128bfd11824b832e4e64a1b13011e837c54366.tar.xz pbs2-7f128bfd11824b832e4e64a1b13011e837c54366.zip | |
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/modules/dev/forms/RoleAdd.php')
| -rw-r--r-- | application/modules/dev/forms/RoleAdd.php | 4 |
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, |
