Fix colspan
This commit is contained in:
parent
00165871bd
commit
2db2ea3627
@ -1095,7 +1095,7 @@ else
|
||||
}
|
||||
|
||||
// Other attributes
|
||||
$parameters=array('cols' => 3);
|
||||
$parameters=array('colspan' => 3);
|
||||
$reshook=$hookmanager->executeHooks('formObjectOptions',$parameters,$object,$action); // Note that $action and $object may have been modified by hook
|
||||
print $hookmanager->resPrint;
|
||||
if (empty($reshook))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user