add hook to add line options in html.formfile.class.php
This commit is contained in:
parent
59f99c416b
commit
df94f3816c
@ -529,6 +529,7 @@ class FormFile
|
|||||||
$out.= ($param?'&'.$param:'');
|
$out.= ($param?'&'.$param:'');
|
||||||
$out.= '">'.img_printer().'</a></td>';
|
$out.= '">'.img_printer().'</a></td>';
|
||||||
}
|
}
|
||||||
|
if (is_object($hookmanager)) $out.= $hookmanager->executeHooks('formBuilddocLineOptions',$parameters,$file);
|
||||||
}
|
}
|
||||||
|
|
||||||
$out.= '</tr>';
|
$out.= '</tr>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user