more bug fixes
This commit is contained in:
parent
9238c028c6
commit
864206b05b
7 changed files with 33 additions and 139 deletions
|
|
@ -111,6 +111,11 @@ sub getEditForm {
|
|||
$tabform->getTab("properties")->readOnly(
|
||||
-label=>"Relatives to Include",
|
||||
-value=>WebGUI::Form::checkbox({
|
||||
checked=>$selfChecked,
|
||||
name=>"assetsToInclude",
|
||||
value=>"ancestors"
|
||||
}).'Ancestors<br />'
|
||||
.WebGUI::Form::checkbox({
|
||||
checked=>$selfChecked,
|
||||
name=>"assetsToInclude",
|
||||
value=>"self"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue