Skip to content

Commit e918331

Browse files
committed
Merged in [19470] from lars@eggert.org:
Change some popup texts and icons for session buttons. - Legacy-Id: 19512 Note: SVN reference [19470] has been migrated to Git commit 04b78c4
2 parents bfc22c2 + 04b78c4 commit e918331

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

ietf/templates/meeting/session_buttons_include.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<a class="" href="/meeting/{{ meeting.number }}/agenda/{{acronym}}-drafts.pdf" title="Download meeting materials as PDF file"><span class="fa fa-fw fa-file-pdf-o"></span></a>
1919
{% endif %}
2020

21-
<!-- etherpad -->
21+
<!-- HedgeDoc -->
2222
{% if use_codimd %}
2323
{% if timeslot.type.slug == 'plenary' %}
2424
<a class="" href="https://notes.ietf.org/notes-ietf-{{ meeting.number }}-plenary" title="Notepad for note-takers"><span class="fa fa-fw fa-edit"></span></a>
@@ -32,12 +32,12 @@
3232
<!-- Jabber -->
3333
<a class=""
3434
href="xmpp:{{session.jabber_room_name}}@jabber.ietf.org?join"
35-
title="Jabber room for {{session.jabber_room_name}}"><span class="fa fa-fw fa-lightbulb-o"></span></a>
35+
title="Chat room for {{session.jabber_room_name}}"><span class="fa fa-fw fa-comment-o"></span></a>
3636
<!-- Video stream (meetecho) -->
3737
{% if timeslot.location.video_stream_url %}
3838
<a class=""
3939
href="{{timeslot.location.video_stream_url|format:session }}"
40-
title="Meetecho video stream"><span class="fa fa-fw fa-video-camera"></span>
40+
title="Video stream"><span class="fa fa-fw fa-video-camera"></span>
4141
</a>
4242
{% endif %}
4343
<!-- Audio stream -->
@@ -73,8 +73,8 @@
7373
{% else %}
7474
<!-- Jabber logs -->
7575
{% if meeting.number|add:"0" >= 60 %}
76-
<a class="" href="https://www.ietf.org/jabber/logs/{{session.jabber_room_name}}?C=M;O=D" title="Jabber logs for {{session.jabber_room_name}}">
77-
<span class="fa-stack-1"><i class="fa fa-fw fa-file-o fa-stack-1x"></i><i class="fa fa-fw fa-lightbulb-o fa-stack-sm"></i></span>
76+
<a class="" href="https://www.ietf.org/jabber/logs/{{session.jabber_room_name}}?C=M;O=D" title="Chat logs for {{session.jabber_room_name}}">
77+
<span class="fa-stack-1"><i class="fa fa-fw fa-file-o fa-stack-1x"></i><i class="fa fa-fw fa-comment-o fa-stack-sm"></i></span>
7878
</a>
7979
{% endif %}
8080
<!-- Recordings -->
@@ -105,10 +105,10 @@
105105
{% if timeslot.location.video_stream_url %}
106106
<a class=""
107107
href="http://www.meetecho.com/ietf{{meeting.number}}/recordings#{{acronym.upper}}"
108-
title="Meetecho session recording"><span class="fd fa-fw fd-meetecho"></span></a>
108+
title="Session recording"><span class="fd fa-fw fd-meetecho"></span></a>
109109
{% endif %}
110110
{% endif %}
111111
{% endif %}
112112
{% endwith %}
113113
</div>
114-
{% endwith %}{% endwith %}{% endwith %}{% endwith %}
114+
{% endwith %}{% endwith %}{% endwith %}{% endwith %}

0 commit comments

Comments
 (0)