Skip to content

Commit 24ffdb2

Browse files
committed
changes to IPR notification email
- Legacy-Id: 6076
1 parent 22748ac commit 24ffdb2

1 file changed

Lines changed: 16 additions & 14 deletions

File tree

ietf/secr/templates/ipradmin/notify.html

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{% block title %}
44
IPR Admin Notify Page
55
{% endblock %}
6-
6+
77
{% block extrahead %}
88
<link rel="stylesheet" href="{{ SECR_STATIC_URL }}css/ipr.css" type="text/css" media="screen" charset="utf-8" />
99
{% endblock %}
@@ -33,34 +33,36 @@
3333
{% ifequal page_id 'detail_notify' %}
3434
<form action="" method="post">
3535
<input type="hidden" name="command" value="do_send_update_notification">
36-
<input type="hidden" name="ipr_id" value="{{ ipr_id }}">
36+
<input type="hidden" name="ipr_id" value="{{ ipr_id }}">
3737
<h4>Notification to the submitter of IPR that's being updated</h4>
3838
<textarea name="notify_original_submitter" rows=25 cols=74>
3939
To: {{ to_email }}
4040
From: IETF Secretariat <ietf-ipr@ietf.org>
41-
Subject: IPR update notification
42-
41+
Subject: IPR update notification
42+
4343
Dear {{ to_name }}:
4444

45-
We have just received a request to update the IPR disclosure,
46-
{{ updated_document_title }} (https://datatracker.ietf.org/public/ipr_detail_show.cgi?ipr_id={{ updated_ipr_id }}),
47-
which was submitted by you on {{ orig_submitted_date }}. The name and email
45+
We have just received a request to update the IPR disclosure,
46+
{{ updated_document_title }} (https://datatracker.ietf.org/public/ipr_detail_show.cgi?ipr_id={{ updated_ipr_id }}),
47+
which was submitted by you on {{ orig_submitted_date }}. The name and email
4848
address of the person who submitted the update to your IPR disclosure are:
4949
{{ submitter_name }}, {{ submitter_email }}.
5050

51-
If the person who submitted the update to your IPR disclosure is *not*
52-
authorized to do so, then please let us know by sending a message to
53-
ietf-action@ietf.org within the next seven days. Otherwise, we will post
54-
the new IPR disclosure and mark it as an update to the IPR disclosure
55-
that you submitted.
51+
We will not post this update unless we receive positive confirmation from you that
52+
{{ submitter_name }} is authorized to update your disclosure.
53+
Please send confirmation to ietf-ipr@ietf.org.
54+
55+
If we do not hear from you within 30 days, we will inform {{ submitter_name }}
56+
that we were not able to secure approval for posting and that we are therefore rejecting
57+
the update until we can be assured it is authorized.
5658

5759
Thank you
5860

5961
IETF Secretariat
6062

6163
</textarea>
6264
<br><br>
63-
<input type="submit" value=" Send notifications NOW ">
65+
<input type="submit" value=" Send notifications NOW ">
6466
</form>
6567
<br><br>
6668
{% endifequal %}
@@ -87,7 +89,7 @@ <h4>Notification to Submitter(s)</h4>
8789
<input type="hidden" name="ipr_id" value="{{ ipr_id }}">
8890
<h4> Notification to the submitter of IPR that's being updated</h4>
8991
<h4> Please change the DATE and UPDATE NAME<h4>
90-
92+
9193
<textarea name="notify_submitter" rows=25 cols=80>
9294
{{ submitter_text }}
9395
</textarea>

0 commit comments

Comments
 (0)