It seems that the function edit in the file admin.neolegal.html.php (line 97) can't be found. Was this file uploaded successfully ?
Otherwise, you can try to rename this function : in the file admin.neolegal.php, replace on line 62
HTML_Neolegal::edit( $row, $option );
by
HTML_Neolegal::neolegal_form( $row, $option );
And in the file admin.neolegal.html.php, replace on line 97
function edit( &$row, $option ) {
by
function neolegal_form( &$row, $option ) {
Regards,