diff --git a/htdocs/core/class/html.formactions.class.php b/htdocs/core/class/html.formactions.class.php index de432101bd8..27f224551a4 100644 --- a/htdocs/core/class/html.formactions.class.php +++ b/htdocs/core/class/html.formactions.class.php @@ -58,29 +58,51 @@ class FormActions { global $langs,$conf; - $listofstatus=array('-1'=>$langs->trans("ActionNotApplicable"), - '0'=>$langs->trans("ActionRunningNotStarted"), - '50'=>$langs->trans("ActionRunningShort"), - '100'=>$langs->trans("ActionDoneShort")); + $listofstatus = array( + '-1' => $langs->trans("ActionNotApplicable"), + '0' => $langs->trans("ActionRunningNotStarted"), + '50' => $langs->trans("ActionRunningShort"), + '100' => $langs->trans("ActionDoneShort") + ); if ($conf->use_javascript_ajax) { print "\n"; - print ''."\n"; + print "\n"; print '