--- lib/A3C/View.pm 2008/06/03 10:23:52 148 +++ lib/A3C/View.pm 2008/06/03 15:32:14 149 @@ -116,11 +116,13 @@ if ( my $search = $action->result->content('search') ) { div { sprintf(_('Found %d results'), $search->count ) } - ol { + table { while (my $user = $search->next) { - li { - span { $user->cn } - tt { $user->uid } + row { + cell { $user->cn } + cell { tt { $user->uid } } + cell { tt { $user->hrEduPersonUniqueID } } + cell { $user->hrEduPersonHomeOrg } } } }