viewModel->getTplData(ViewModel::FLD_ICON);
$installsCount = $this->viewModel->getTplData(ViewModel::FLD_INSTALLS_COUNT);
$d = array(
'title' => 'Mass Notifying All Discovered WordPress Installations...',
'icon' => $icon
);
$this->loadTplBlock('Title.tpl', $d);
?>
Attempting to disable Dash Notifier for 0 out of
...
Currently attempting to disable Dash Notifier for all discovered WordPress
installations. Installations detected with "Error" status will be bypassed.
Please be patient.
0 WordPress installation(s) bypassed.",
"Dash Notifier disabled for 0 WordPress installation(s).",
"Dash Notifier failed to disable for 0 WordPress "
. "installation(s)."
);
$d = array(
'msgs' => $msgs,
'class' => 'msg-info',
);
$this->loadTplBlock('DivMsgBox.tpl', $d);
$d = array(
'back' => 'OK',
'backDo' => 'dash_notifier',
'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);
?>