viewModel->getTplData(ViewModel::FLD_ICON);
$installCount = $this->viewModel->getTplData(ViewModel::FLD_INSTALLS_COUNT);
$d = array(
'title' => 'Refreshing Status of WordPress Installations...',
'icon' => $icon
);
$this->loadTplBlock('Title.tpl', $d);
?>
Refreshing Status for 0 out of
...
'Back',
'backDo' => 'lscwp_manage',
'visibility' => 'hidden'
);
$this->loadTplBlock('ButtonPanelBackNext.tpl', $d);
?>
'errMsgs',
'class' => 'scrollable',
);
$this->loadTplBlock('DivMsgBox.tpl', $d);
?>