XHTML Bugfixes

This commit is contained in:
Wouter van Oijen 2006-02-10 21:21:03 +00:00
parent c68c65a504
commit 2b1c85370c
6 changed files with 9 additions and 9 deletions

View file

@ -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,