From a32b7186c20fe7ac93b19e666956038ed6e4f0e4 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Thu, 13 Sep 2012 17:13:19 +0000 Subject: [PATCH] Supply app tab for jdots refresh --- importexport/inc/class.importexport_import_ui.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/importexport/inc/class.importexport_import_ui.inc.php b/importexport/inc/class.importexport_import_ui.inc.php index 78ef3f8d1e..e470d523e1 100644 --- a/importexport/inc/class.importexport_import_ui.inc.php +++ b/importexport/inc/class.importexport_import_ui.inc.php @@ -119,7 +119,7 @@ $this->message .= lang('%1 records processed', $count); // Refresh opening window - if(!$content['dry-run']) $GLOBALS['egw']->js->set_onload("window.opener.egw_refresh('{$this->message}','$appname');"); + if(!$content['dry-run']) $GLOBALS['egw']->js->set_onload("window.opener.egw_refresh('".lang('%1 records processed',$count) . "','$appname',null,null,'$appname');"); $total_processed = 0; foreach($plugin->get_results() as $action => $a_count) { $this->message .= "
\n" . lang($action) . ": $a_count";