--- smeserver-subversion-1.4/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/subversion.pm.ClarifyPanel3 2008-05-09 16:25:07.000000000 +0200 +++ smeserver-subversion-1.4/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/subversion.pm 2008-05-09 16:29:23.000000000 +0200 @@ -438,9 +438,6 @@ ); - print qq() . - $self->localise('PRIVILEGES') . qq(\n); - # Read the values for each field from the accounts db and store # them in the cgi object so our form will have the correct # info displayed. @@ -450,6 +447,10 @@ $q->param(-name=>'description', -value=>$rec->prop('Description')); + $q->Tr ( + esmith::cgi::genSmallCell($q, "test" ,"normal"), + esmith::cgi::genSmallCell($q, $self->localise('PRIVILEGES') ,"normal")); + $q->param(-name=>'groupsRead', -value=>join(FS, split(FS, $rec->prop('GroupsRead')))); $q->param(-name=>'usersRead',