From 0d00b531c444e514da8a6cf0d056d594c5c96ad6 Mon Sep 17 00:00:00 2001 From: pb1dft Date: Fri, 12 Jan 2007 22:42:02 +0000 Subject: Added ability to mail users/admins the flaged and disabled songs --- templates/show_flagged.inc.php | 2 ++ templates/show_mail_users.inc.php | 14 +++++++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/show_flagged.inc.php b/templates/show_flagged.inc.php index 2324afd2..5f875b04 100644 --- a/templates/show_flagged.inc.php +++ b/templates/show_flagged.inc.php @@ -28,6 +28,7 @@ $web_path = conf('web_path'); + @@ -39,6 +40,7 @@ $web_path = conf('web_path'); print_name(); ?> user); ?> print_flag(); ?> + user; ?> print_status(); ?> approved) { ?> diff --git a/templates/show_mail_users.inc.php b/templates/show_mail_users.inc.php index a8157d21..ee33a90f 100644 --- a/templates/show_mail_users.inc.php +++ b/templates/show_mail_users.inc.php @@ -64,11 +64,23 @@ - : + : + + : + + + + : + + + + + + : -- cgit