From fa251db5bf91645c933184cfc9f8866a9b060254 Mon Sep 17 00:00:00 2001 From: Stephen Beaver Date: Thu, 7 Jan 2016 18:04:05 -0500 Subject: Add spinning cog --- src/usr/local/www/pkg_mgr.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/local/www/pkg_mgr.php') diff --git a/src/usr/local/www/pkg_mgr.php b/src/usr/local/www/pkg_mgr.php index 7be7e4d..8cc44c7 100644 --- a/src/usr/local/www/pkg_mgr.php +++ b/src/usr/local/www/pkg_mgr.php @@ -87,7 +87,7 @@ display_top_tabs($tab_array); // A crude way to display a "Please wait" message while hte page is loading ob_implicit_flush(true); print('
'); -print_info_box(gettext("Please wait while the package data is being retrieved.")); +print_info_box(gettext("Please wait while the package data is being retrieved.") . ' '); echo str_repeat("", 1000); print('
'); ob_end_flush(); -- cgit v1.1