From 5e49aca247a27dc0334e999dfb306e27ddbe99b9 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sat, 28 Jun 2014 15:59:01 +0200 Subject: Do not highlight closed requests Since d8dbad0 (Highlight package requests after 14 days, 2014-06-25), requests, which have been created more than two weeks ago, are highlighted. This is useful because Trusted Users are generally supposed to wait for 14 days before accepting a request. However, it does not help to highlight requests that have already been closed. Change the logic so that only *open* requests which are at least 14 days old are marked. Signed-off-by: Lukas Fleischer --- web/template/pkgreq_results.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/template/pkgreq_results.php') diff --git a/web/template/pkgreq_results.php b/web/template/pkgreq_results.php index 042cc3a..7933964 100644 --- a/web/template/pkgreq_results.php +++ b/web/template/pkgreq_results.php @@ -45,7 +45,7 @@ - $REQUEST_IDLE_TIME): ?> class="flagged"> + $REQUEST_IDLE_TIME): ?> class="flagged"> -- cgit v1.2.3-54-g00ecf