evorepo/templates/packages/flaghelp.html
Dan McGee 768bc688aa Flagging related cleanups and improvements
Touch up the style slightly on the flag help popup to match the main
site style more closely.

When a logged-in user is flagging a package out of date, we have no need
for them to fill in the email field since we already have an email
address on file.

Signed-off-by: Dan McGee <dan@archlinux.org>
2012-05-02 10:21:30 -05:00

35 lines
1.8 KiB
HTML

{% load static from staticfiles %}<!DOCTYPE html>
<html lang="en">
<head>
<title>Flagging Packages</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="icon" type="image/x-icon" href="{% static "favicon.ico" %}" />
<link rel="shortcut icon" type="image/x-icon" href="{% static "favicon.ico" %}" />
<style type="text/css" media="screen, projection">
body { background: #f6f9fc; color: #222; font-family: sans-serif; }
a:link { text-decoration: none; color: #07b; }
a:visited { color: #666; }
a:hover { text-decoration: underline; color: #666; }
</style>
</head>
<body>
<h3>Flagging Packages</h3>
<p>If you notice that a package is out-of-date (i.e., there is a newer
<strong>stable</strong> release available), then please notify us by
using the <strong>Flag</strong> button in the <em>Package Details</em>
screen. This will notify the maintainer(s) responsible for that
package so they can update it.</p>
<p>The message box portion of the flag utility is optional, and meant
for short messages only. If you need more than 200 characters for your
message, then file a bug report, email the maintainer directly, or send
an email to the <a target="_blank" href="https://mailman.archlinux.org/mailman/listinfo/arch-general"
title="Visit the arch-general mailing list">arch-general mailing list</a>
with your additional text.</p>
<p><strong>Note:</strong> Please do <em>not</em> use this facility if the
package is broken! Use the <a target="_blank" href="https://bugs.archlinux.org/"
title="Arch Linux Bugtracker">bugtracker</a> instead.</p>
</body>
</html>