From a3bdc3148d924a3f1e8e2052572930bdf159829a Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Fri, 12 Jan 2007 21:51:48 +0000 Subject: fixed tracking of user of flagged objects and allowed mass reject, approve --- templates/show_flagged.inc.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/show_flagged.inc.php b/templates/show_flagged.inc.php index 06873ecb..2324afd2 100644 --- a/templates/show_flagged.inc.php +++ b/templates/show_flagged.inc.php @@ -26,6 +26,7 @@ $web_path = conf('web_path'); + @@ -36,6 +37,7 @@ $web_path = conf('web_path'); print_name(); ?> + user); ?> print_flag(); ?> print_status(); ?> @@ -52,11 +54,15 @@ $web_path = conf('web_path'); - + - + + -- cgit