Changed style of contract creation form to the 3.5 style

This commit is contained in:
Marcos García de La Fuente 2014-03-11 11:15:15 +01:00
parent ccc40362e7
commit 096a446b7f

View File

@ -767,7 +767,7 @@ $objectlignestatic=new ContratLigne($db);
*********************************************************************/ *********************************************************************/
if ($action == 'create') if ($action == 'create')
{ {
dol_fiche_head('', '', $langs->trans("AddContract"), 0, 'contract'); print_fiche_titre($langs->trans('AddContract'));
dol_htmloutput_errors($mesg,''); dol_htmloutput_errors($mesg,'');