Browse Source

- FIxed Trac#21: comsetic enhancement to the final step of the CSV import wizard.

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@794 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 14 years ago
parent
commit
67e0c463e8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/csvimport.php

+ 1 - 1
pages/csvimport.php

@@ -514,7 +514,7 @@ try
 		$oPage->add('<p><input type="button" value="'.Dict::S('UI:Button:Back').'" onClick="CSVGoBack()"/>&nbsp;&nbsp;');
 		if ($bSimulate)
 		{
-			$oPage->add('<input type="submit" value="'.Dict::S('UI:Button:DoImport').'"/></p>');
+			$oPage->add('<input type="submit" value="'.Dict::S('UI:Button:DoImport').'" onClick="$(\'#wizForm\').block();"/></p>');
 		}
 		else
 		{