From 4b80bc34ffb738ef3cd1a7944e8716d3e8140565 Mon Sep 17 00:00:00 2001 From: eric Date: Mon, 28 Jun 2004 19:37:02 +0000 Subject: re-working pkgsearch, NumVotes add to Packages table --- web/html/pkgmgmnt.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'web/html/pkgmgmnt.php') diff --git a/web/html/pkgmgmnt.php b/web/html/pkgmgmnt.php index 5544016f..98c84006 100644 --- a/web/html/pkgmgmnt.php +++ b/web/html/pkgmgmnt.php @@ -6,10 +6,12 @@ check_sid(); # see if they're still logged in html_header(); # print out the HTML header -# Any text you print out to the visitor, use the __() function -# for i18n support. See 'testpo.php' for more details. +# vistor has requested package management for a specific package +# +print __("Manage package ID: %s", array($_REQUEST["ID"])) . "
\n"; + +# NOTE: managing an orphaned package will automatically force adoption # -print __("Under construction...")."
\n"; html_footer("\$Id$"); -- cgit v1.2.3-24-g4f1b