Fix: Removed rubbish line

This commit is contained in:
Laurent Destailleur 2012-12-14 18:34:24 +01:00
parent cfa52f7ff3
commit 0c0653b3d8

View File

@ -599,10 +599,6 @@ if ($action == 'create')
require_once DOL_DOCUMENT_ROOT.'/core/class/doleditor.class.php'; require_once DOL_DOCUMENT_ROOT.'/core/class/doleditor.class.php';
$doleditor=new DolEditor('note',(GETPOST('note')?GETPOST('note'):$actioncomm->note),'',280,'dolibarr_notes','In',true,true,$conf->fckeditor->enabled,ROWS_7,90); $doleditor=new DolEditor('note',(GETPOST('note')?GETPOST('note'):$actioncomm->note),'',280,'dolibarr_notes','In',true,true,$conf->fckeditor->enabled,ROWS_7,90);
$doleditor->Create(); $doleditor->Create();
print '</td></tr>';
// Other attributes
print '<tr><td colspan="4">&nbsp;';
print '</td></tr>'; print '</td></tr>';
// Other attributes // Other attributes
@ -836,10 +832,6 @@ if ($id)
$doleditor->Create(); $doleditor->Create();
print '</td></tr>'; print '</td></tr>';
// Other attributes
print '<tr><td colspan="4">&nbsp;';
print '</td></tr>';
// Other attributes // Other attributes
$parameters=array('colspan' => ' colspan="3"', 'colspanvalue' => '3'); $parameters=array('colspan' => ' colspan="3"', 'colspanvalue' => '3');
$reshook=$hookmanager->executeHooks('formObjectOptions',$parameters,$act,$action); // Note that $action and $object may have been modified by hook $reshook=$hookmanager->executeHooks('formObjectOptions',$parameters,$act,$action); // Note that $action and $object may have been modified by hook
@ -1025,9 +1017,6 @@ if ($id)
print dol_htmlentitiesbr($act->note); print dol_htmlentitiesbr($act->note);
print '</td></tr>'; print '</td></tr>';
print '<tr><td colspan="4">&nbsp;';
print '</td></tr>';
// Other attributes // Other attributes
$parameters=array('colspan' => ' colspan="3"', 'colspanvalue' => '3'); $parameters=array('colspan' => ' colspan="3"', 'colspanvalue' => '3');
$reshook=$hookmanager->executeHooks('formObjectOptions',$parameters,$act,$action); // Note that $action and $object may have been modified by hook $reshook=$hookmanager->executeHooks('formObjectOptions',$parameters,$act,$action); // Note that $action and $object may have been modified by hook