mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-18 23:08:46 +02:00
- FIxed Trac#21: comsetic enhancement to the final step of the CSV import wizard.
SVN:trunk[794]
This commit is contained in:
@@ -514,7 +514,7 @@ try
|
|||||||
$oPage->add('<p><input type="button" value="'.Dict::S('UI:Button:Back').'" onClick="CSVGoBack()"/> ');
|
$oPage->add('<p><input type="button" value="'.Dict::S('UI:Button:Back').'" onClick="CSVGoBack()"/> ');
|
||||||
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
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user