Skip to content

Commit 11c276e

Browse files
committed
Swapped out the conference URL icon from 'fa-phone' to 'fa-users', and changed the tooltip to 'Online conference'.
- Legacy-Id: 18241
1 parent 6c303c1 commit 11c276e

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

ietf/templates/meeting/interim_session_buttons.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,17 @@
3636
{% if session.agenda_note|first_url|conference_url %}
3737
<a class=""
3838
href="{{ session.agenda_note|first_url }}"
39-
title="Session call-in"><span class="fa fa-fw fa-phone"></span>
39+
title="Online conference"><span class="fa fa-fw fa-users"></span>
4040
</a>
4141
{% elif session.remote_instructions|first_url|conference_url %}
4242
<a class=""
4343
href="{{ session.remote_instructions|first_url }}"
44-
title="Session call-in"><span class="fa fa-fw fa-phone"></span>
44+
title="Online conference"><span class="fa fa-fw fa-users"></span>
4545
</a>
4646
{% elif item.timeslot.location.webex_url %}
4747
<a class=""
4848
href="{{item.timeslot.location.webex_url|format:session }}"
49-
title="Webex session"><span class="fa fa-fw fa-phone"></span>
49+
title="Webex session"><span class="fa fa-fw fa-users"></span>
5050
</a>
5151
<!-- Video stream (meetecho) -->
5252
{% elif item.timeslot.location.video_stream_url %}
@@ -56,8 +56,8 @@
5656
</a>
5757
{% else %}
5858
<span class="">
59-
<span class="fa fa-fw fa-phone" style="color: #ddd;"
60-
title="No remote call-in info found in remote instructions or agenda note"></span>
59+
<span class="fa fa-fw fa-users" style="color: #ddd;"
60+
title="No online conference info found in remote instructions or agenda note"></span>
6161
</span>
6262
{% endif %}
6363
{% else %}

ietf/templates/meeting/session_buttons_include.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,17 @@
5454
{% if session.agenda_note|first_url|conference_url %}
5555
<a class=""
5656
href="{{ session.agenda_note|first_url }}"
57-
title="Session call-in"><span class="fa fa-fw fa-phone"></span>
57+
title="Online conference"><span class="fa fa-fw fa-users"></span>
5858
</a>
5959
{% elif session.remote_instructions|first_url|conference_url %}
6060
<a class=""
6161
href="{{ session.remote_instructions|first_url }}"
62-
title="Session call-in"><span class="fa fa-fw fa-phone"></span>
62+
title="Online conference"><span class="fa fa-fw fa-users"></span>
6363
</a>
6464
{% elif item.timeslot.location.webex_url %}
6565
<a class=""
6666
href="{{item.timeslot.location.webex_url|format:session }}"
67-
title="Webex session"><span class="fa fa-fw fa-phone"></span>
67+
title="Webex session"><span class="fa fa-fw fa-users"></span>
6868
</a>
6969
{% endif %}
7070
{% else %}

ietf/templates/meeting/session_details_panel.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ <h2 class="anchor-target" id="session_{{session.pk}}">{% if sessions|length > 1
4343
{% if session.agenda_note|first_url|conference_url %}
4444
<a class=""
4545
href="{{ session.agenda_note|first_url }}"
46-
title="Session call-in"><span class="fa fa-fw fa-phone"></span>
46+
title="Online conference"><span class="fa fa-fw fa-users"></span>
4747
</a>
4848
{% elif session.remote_instructions|first_url|conference_url %}
4949
<a class=""
5050
href="{{ session.remote_instructions|first_url }}"
51-
title="Session call-in"><span class="fa fa-fw fa-phone"></span>
51+
title="Online conference"><span class="fa fa-fw fa-users"></span>
5252
</a>
5353
{% endif %}
5454
{{ session.remote_instructions }}

0 commit comments

Comments
 (0)