From 5c22f8ef690407a3c0b53c28fabfa27d713b6409 Mon Sep 17 00:00:00 2001 From: Stephen Beaver Date: Tue, 22 Sep 2015 12:23:27 -0400 Subject: Unfinished (but better) versions of hte pkg pages and utilities --- src/usr/local/www/pkg_mgr_install.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/usr/local/www/pkg_mgr_install.php') diff --git a/src/usr/local/www/pkg_mgr_install.php b/src/usr/local/www/pkg_mgr_install.php index afad62f..450f80b 100644 --- a/src/usr/local/www/pkg_mgr_install.php +++ b/src/usr/local/www/pkg_mgr_install.php @@ -130,6 +130,8 @@ display_top_tabs($tab_array); @@ -137,7 +139,7 @@ display_top_tabs($tab_array);
-

+

@@ -242,7 +244,7 @@ if ($_GET) { default: $status = install_package($pkgid); if ($status != 0) { - update_status(gettext("Installation of") . " {$pkgid} " . gettext("FAILED!")); + update_status(gettext("Installation of") . " {$pkgid} " . gettext("FAILED! ")); $static_output .= "\n" . gettext("Installation halted."); update_output_window($static_output); } else { -- cgit v1.1