move-followers.phtml #1

  • //
  • guest/
  • thomas_gray/
  • jambox/
  • main/
  • swarm/
  • module/
  • Admin/
  • view/
  • admin/
  • index/
  • move-followers.phtml
  • View
  • Commits
  • Open Download .zip Download (499 B)
<?php
$this->headTitle()->set('Admin')->setTranslatorEnabled(false);
$this->bodyClass()->append('login-reload');
echo $this->adminToolbar();
?>

<?php

if (isset($msg)) {
    echo $msg;
} else {
    echo '<h4>Followers Moved!</h4>';
    echo 'The following have been moved from <strong> ';
    echo $source;
    echo '</strong> to <strong>';
    echo $target;
    echo '</strong>:';
    echo '<br>';
    echo '<br>';
    foreach ($followers as $follower) {
    echo $follower . "<br>";
    }
}
?>


# Change User Description Committed
#1 18334 Liz Lam initial add of jambox