XHTML Bugfixes
This commit is contained in:
parent
c68c65a504
commit
2b1c85370c
6 changed files with 9 additions and 9 deletions
|
|
@ -150,7 +150,7 @@ sub getEditForm {
|
|||
-value=>WebGUI::Form::checkbox($self->session,{
|
||||
checked=>$ancestorsChecked,
|
||||
name=>"assetsToInclude",
|
||||
extras=>'onChange="toggleAncestorEndPoint()"',
|
||||
extras=>'onchange="toggleAncestorEndPoint()"',
|
||||
value=>"ancestors"
|
||||
}).$i18n->get('Ancestors').'<br />'
|
||||
.WebGUI::Form::checkbox($self->session,{
|
||||
|
|
@ -167,7 +167,7 @@ sub getEditForm {
|
|||
checked=>$descendantsChecked,
|
||||
name=>"assetsToInclude",
|
||||
value=>"descendants",
|
||||
extras=>'onChange="toggleDescendantEndPoint()"'
|
||||
extras=>'onchange="toggleDescendantEndPoint()"'
|
||||
}).$i18n->get('Descendants').'<br />'
|
||||
.WebGUI::Form::checkbox($self->session,{
|
||||
checked=>$pedigreeChecked,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue