From 7d043be0b3d090d2f675af5b86856693aa73e787 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 20 Jan 2011 17:31:37 -0600 Subject: Add an 'unflag all' option This allows the exact opposite of the 'flag' option as presented to the end user, especially helpful for split packages. The original single unflag package option is also still available. Implements FS#22520. Signed-off-by: Dan McGee --- templates/packages/details.html | 1 + 1 file changed, 1 insertion(+) (limited to 'templates/packages/details.html') diff --git a/templates/packages/details.html b/templates/packages/details.html index 1b01b3c1..fcbaf083 100644 --- a/templates/packages/details.html +++ b/templates/packages/details.html @@ -28,6 +28,7 @@ {% endif %}{% endwith %} {% if user.is_authenticated %}
  • Click here to unflag
  • +
  • Click here to unflag all split packages
  • {% endif %} {% else %}
  • Flag Package Out-of-Date -- cgit v1.2.3