From c587b0ed44bff6426d6d97f8e1909b066575d8ac Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Fri, 29 Jun 2012 00:32:39 +0000 Subject: [PATCH] Add some help for chairs which fuss about not being able to clearly see that they need to be logged in in order to handle approvals. - Legacy-Id: 4552 --- ietf/templates/submit/approvals.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ietf/templates/submit/approvals.html b/ietf/templates/submit/approvals.html index d4a1c6207..b4907d139 100644 --- a/ietf/templates/submit/approvals.html +++ b/ietf/templates/submit/approvals.html @@ -15,6 +15,7 @@ table.preapprovals tr:hover td a.cancel { visibility: visible; } {% block submit_content %} +{% if user.is_authenticated %}

Submissions you can approve

{% if not approvals %} @@ -80,5 +81,18 @@ table.preapprovals tr:hover td a.cancel { visibility: visible; } {% endfor %} {% endif %} +{% else %} +

Submission approvals

+

+ This is where Chairs and Secretariat can approve and pre-approve document + submissions which require approval, such as WG -00 drafts. + +

+

+ + You need to sign in in order to handle approvals. + +

+{% endif %} {% endblock %}