') { // we're running a newer version of the package $status = 'Newer than available ('. $pkg['version'] .')'; } else if ($version_compare == '<') { // we're running an older version of the package $status = 'Upgrade available to '.$pkg['version']; $txtcolor = "blue"; $upgradeavail = true; $vergetstr = '&from=' . $pkg['installed_version'] . '&to=' . $pkg['version']; } else if ($version_compare == '=') { // we're running the current version $status = 'Up-to-date'; } else { $status = 'Error comparing version'; } } else { // unknown available package version $status = 'Unknown'; $statusicon = 'question'; } ?>
" href=""> " href="pkg_mgr_install.php?mode=delete&pkg=" class="fa fa-minus-circle"> " href="pkg_mgr_install.php?mode=reinstallpkg&pkg=" class="fa fa-refresh"> " href="pkg_mgr_install.php?mode=reinstallpkg&pkg=" class="fa fa-retweet"> " href="" class="fa fa-info">

= Update,   = Current,   = Remove,   = Information,   = Reinstall.
=
=