viewModel->getTplData(ViewModel::FLD_ICON);
$installsCount = $this->viewModel->getTplData(ViewModel::FLD_INSTALLS_COUNT);
$verNum = $this->viewModel->getTplData(ViewModel::FLD_VER_NUM);
$d = array(
'title' => 'Updating LiteSpeed Cache Plugins...',
'icon' => $icon
);
$this->loadTplBlock('Title.tpl', $d);
?>
Attempting to upgrade 0 out of
...
Currently upgrading all known LiteSpeed Cache plugin installations to
version .
Please be patient.
'Back',
'backDo' => 'lscwpVersionManager',
'visibility' => 'hidden'
);
$this->loadTplBlock('ButtonPanelBackNext.tpl', $d);
?>
'errMsgs',
'class' => 'scrollable',
);
$this->loadTplBlock('DivMsgBox.tpl', $d);
?>