viewModel->getTplData(ViewModel::FLD_ICON);
$action = $this->viewModel->getTplData(ViewModel::FLD_ACTION);
$installsCount = $this->viewModel->getTplData(ViewModel::FLD_INSTALLS_COUNT);
$activeVer = $this->viewModel->getTplData(ViewModel::FLD_ACTIVE_VER);
$actionUpper = ucfirst($action);
$d = array(
'title' => 'Mass ' . substr($actionUpper, 0, -1) . 'ing All LiteSpeed Cache Plugins...',
'icon' => $icon
);
$this->loadTplBlock('Title.tpl', $d);
if ( $action == 'enable' && $activeVer == false ):
?>
No active LSCWP version set! Mass Enable aborted.
'OK'
);
$this->loadTplBlock('ButtonPanelBackNext.tpl', $d);
else:
?>
Attempting to 0 out of
...
Currently attempting to all LiteSpeed Cache
plugin installations.
If the LiteSpeed Cache Plugin is not installed, version
will be used.
Please be patient.
0 flagged/error WordPress installation(s) bypassed.",
"LSCWP newly {$action}d for 0 WordPress installation(s).",
"LSCWP {$action} failed for 0 WordPress "
. "installation(s)."
);
$d = array(
'msgs' => $msgs,
'class' => 'msg-info',
);
$this->loadTplBlock('DivMsgBox.tpl', $d);
$d = array(
'back' => 'OK',
'visibility' => 'hidden'
);
$this->loadTplBlock('ButtonPanelBackNext.tpl', $d);
?>
Error Messages 0
'errMsgs',
'class' => 'scrollable',
);
$this->loadTplBlock('DivMsgBox.tpl', $d);
?>
Success Messages 0
'succMsgs',
'class' => 'scrollable',
'title' => 'Success Messages:',
);
$this->loadTplBlock('DivMsgBox.tpl', $d);
?>