Update extrafields_edit.tpl.php
This commit is contained in:
parent
026e61f1ec
commit
b0e2ef4a6c
@ -43,7 +43,7 @@ $reshook = $hookmanager->executeHooks('formObjectOptions', $parameters, $object,
|
|||||||
print $hookmanager->resPrint;
|
print $hookmanager->resPrint;
|
||||||
if (empty($reshook)) {
|
if (empty($reshook)) {
|
||||||
$params = array();
|
$params = array();
|
||||||
$params['cols'] =isset($parameters['colspanvalue']) ? $parameters['colspanvalue'] : null;
|
$params['cols'] = isset($parameters['colspanvalue']) ? $parameters['colspanvalue'] : null;
|
||||||
print $object->showOptionals($extrafields, 'edit', $params);
|
print $object->showOptionals($extrafields, 'edit', $params);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user