You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From rjsparks@nostrum.com:
- Fixed layout issue on schedule editing page in Chrome
- Fixed errant display of text in unscheduled group bar
on the schedule editing page
- Changed the instruction text on the special requests
field of the session request form
From rcross@amsl.com:
- Improved scheduling of non-session items
- Fixed issue with layout of the new notifications page
- Fixed crash on notifications page
- Legacy-Id: 7651
Note: SVN reference [7644] has been migrated to Git commit b8cfbf1
Copy file name to clipboardExpand all lines: ietf/secr/templates/includes/sessions_request_form.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@
57
57
</td>
58
58
</tr>
59
59
<trclass="bg1">
60
-
<tdvalign="top">Special Requests:<br/> <br/>i.e. Meetecho, WebEx (please state which, and the reason needed), restrictions on meeting times / days, etc.</td>
60
+
<tdvalign="top">Special Requests:<br/> <br/>i.e. restrictions on meeting times / days, etc.</td>
<p>Send email notifications to all groups that have been scheduled since the last
21
21
notification went out on {{ last_notice.time|date:"Y-m-d" }}:</p>
22
-
<pid="id_notification_list">{% if not groups %}(none){% endif %}{% for group in groups %}{{ group.acronym }}{% if not forloop.last %},{% endif %}{% endfor %}<p>
22
+
<pid="id_notification_list">{% if not groups %}(none){% endif %}{% for group in groups %}{{ group.acronym }}{% if not forloop.last %},{% endif %}{% endfor %}<p>
23
23
<inputtype="submit" value="Send Now" name="submit" onclick="return window.confirm('Are you sure you want to send notifications?');">
Copy file name to clipboardExpand all lines: ietf/secr/templates/proceedings/select.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@
15
15
varajax_load="<p><h4 align='center'>Generating Proceedings. This may take a few minutes.</h3><img class='loading' src='{{ SECR_STATIC_URL }}img/ajax-loader.gif' alt='loading...' /></p>";
0 commit comments