From 344f3796831917e665867fee251473302d3c5a99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Garci=CC=81a?= Date: Mon, 20 Aug 2012 02:42:56 +0200 Subject: [PATCH] jQuerified events' javascript --- htdocs/core/class/html.formactions.class.php | 60 +++++++++++++------- 1 file changed, 41 insertions(+), 19 deletions(-) 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 '