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

SVN:trunk[794]
This commit is contained in:
Denis Flaven
2010-09-07 19:22:33 +00:00
parent c39ec1eec4
commit 306168c761

View File

@@ -514,7 +514,7 @@ try
$oPage->add('<p><input type="button" value="'.Dict::S('UI:Button:Back').'" onClick="CSVGoBack()"/>&nbsp;&nbsp;'); $oPage->add('<p><input type="button" value="'.Dict::S('UI:Button:Back').'" onClick="CSVGoBack()"/>&nbsp;&nbsp;');
if ($bSimulate) 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 else
{ {