Fix: hook functions with better name
New: add hook in builddoc bloc
This commit is contained in:
parent
5c1fd271ef
commit
0ef5472e48
@ -360,15 +360,6 @@ class FormFile
|
|||||||
}
|
}
|
||||||
print '</td>';
|
print '</td>';
|
||||||
|
|
||||||
// Hook of thirdparty module
|
|
||||||
if (! empty($hooks) && is_array($hooks))
|
|
||||||
{
|
|
||||||
foreach($hooks as $module)
|
|
||||||
{
|
|
||||||
$module->formBuilddocOptions();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Button
|
// Button
|
||||||
print '<td align="center" colspan="'.($delallowed?'2':'1').'">';
|
print '<td align="center" colspan="'.($delallowed?'2':'1').'">';
|
||||||
print '<input class="button" ';
|
print '<input class="button" ';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user