From f8dbd6e055467ef758568d023cd10c81417c58c0 Mon Sep 17 00:00:00 2001 From: Ryan Cross Date: Fri, 19 Apr 2013 18:23:22 +0000 Subject: [PATCH] changes to support new Status Changes section in IESG agenda - Legacy-Id: 5675 --- ietf/secr/telechat/views.py | 2 +- ietf/secr/templates/includes/sessions_footer.html | 2 +- ietf/secr/templates/telechat/base_telechat.html | 12 +++++++++--- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/ietf/secr/telechat/views.py b/ietf/secr/telechat/views.py index 0de92237a..78a36967a 100644 --- a/ietf/secr/telechat/views.py +++ b/ietf/secr/telechat/views.py @@ -95,7 +95,7 @@ def get_section_header(file,agenda): ''' h1 = {'2':'Protocol Actions','3':'Document Actions','4':'Working Group Actions'} h2a = {'1':'WG Submissions','2':'Individual Submissions'} - h2b = {'1':'WG Submissions','2':'Individual Submissions via AD','3':'IRTF and Independent Submission Stream Documents'} + h2b = {'1':'WG Submissions','2':'Individual Submissions via AD','3':'Status Changes','4':'IRTF and Independent Submission Stream Documents'} h2c = {'1':'WG Creation','2':'WG Chartering'} h3a = {'1':'New Item','2':'Returning Item','3':'For Action'} h3b = {'1':'Proposed for IETF Review','2':'Proposed for Approval'} diff --git a/ietf/secr/templates/includes/sessions_footer.html b/ietf/secr/templates/includes/sessions_footer.html index 9f10c7caa..5f0bbd0d3 100755 --- a/ietf/secr/templates/includes/sessions_footer.html +++ b/ietf/secr/templates/includes/sessions_footer.html @@ -1,4 +1,4 @@
  • Instructions.
  • -
  • IETF Meeting Materials Management Tool.
  • +
  • IETF Meeting Materials Management Tool.
  • If you require assistance in using this tool, or wish to report a bug, then please send a message to ietf-action@ietf.org.
  • To submit your request via email, please send your request to agenda@ietf.org.
  • diff --git a/ietf/secr/templates/telechat/base_telechat.html b/ietf/secr/templates/telechat/base_telechat.html index 771a4cc5a..f48a1652e 100644 --- a/ietf/secr/templates/telechat/base_telechat.html +++ b/ietf/secr/templates/telechat/base_telechat.html @@ -51,13 +51,19 @@
  • 3.2.3 For Action
  • {% with agenda.docs.s323 as section_docs %}{% include "telechat/doc_template.html" %}{% endwith %}
  • -
  • 3.3 Independent Submissions via RFC Editor
  • +
  • 3.3 Status Changes
  • 3.3.1 New Item
  • {% with agenda.docs.s331 as section_docs %}{% include "telechat/doc_template.html" %}{% endwith %}
  • 3.3.2 Returning Item
  • {% with agenda.docs.s332 as section_docs %}{% include "telechat/doc_template.html" %}{% endwith %} -
  • 3.3.3 For Action
  • - {% with agenda.docs.s333 as section_docs %}{% include "telechat/doc_template.html" %}{% endwith %} +
  • +
  • 3.4 Independent Submissions via RFC Editor
  • +
  • 3.4.1 New Item
  • + {% with agenda.docs.s341 as section_docs %}{% include "telechat/doc_template.html" %}{% endwith %} +
  • 3.4.2 Returning Item
  • + {% with agenda.docs.s342 as section_docs %}{% include "telechat/doc_template.html" %}{% endwith %} +
  • 3.4.3 For Action
  • + {% with agenda.docs.s343 as section_docs %}{% include "telechat/doc_template.html" %}{% endwith %}
  • 4 Working Group Actions
  • 4.1 WG Creation