Swapped out the conference URL icon from 'fa-phone' to 'fa-users', and changed the tooltip to 'Online conference'.

- Legacy-Id: 18241
This commit is contained in:
Henrik Levkowetz 2020-07-23 17:00:14 +00:00
parent 6c303c1126
commit 11c276e828
3 changed files with 10 additions and 10 deletions

View file

@ -36,17 +36,17 @@
{% if session.agenda_note|first_url|conference_url %}
<a class=""
href="{{ session.agenda_note|first_url }}"
title="Session call-in"><span class="fa fa-fw fa-phone"></span>
title="Online conference"><span class="fa fa-fw fa-users"></span>
</a>
{% elif session.remote_instructions|first_url|conference_url %}
<a class=""
href="{{ session.remote_instructions|first_url }}"
title="Session call-in"><span class="fa fa-fw fa-phone"></span>
title="Online conference"><span class="fa fa-fw fa-users"></span>
</a>
{% elif item.timeslot.location.webex_url %}
<a class=""
href="{{item.timeslot.location.webex_url|format:session }}"
title="Webex session"><span class="fa fa-fw fa-phone"></span>
title="Webex session"><span class="fa fa-fw fa-users"></span>
</a>
<!-- Video stream (meetecho) -->
{% elif item.timeslot.location.video_stream_url %}
@ -56,8 +56,8 @@
</a>
{% else %}
<span class="">
<span class="fa fa-fw fa-phone" style="color: #ddd;"
title="No remote call-in info found in remote instructions or agenda note"></span>
<span class="fa fa-fw fa-users" style="color: #ddd;"
title="No online conference info found in remote instructions or agenda note"></span>
</span>
{% endif %}
{% else %}

View file

@ -54,17 +54,17 @@
{% if session.agenda_note|first_url|conference_url %}
<a class=""
href="{{ session.agenda_note|first_url }}"
title="Session call-in"><span class="fa fa-fw fa-phone"></span>
title="Online conference"><span class="fa fa-fw fa-users"></span>
</a>
{% elif session.remote_instructions|first_url|conference_url %}
<a class=""
href="{{ session.remote_instructions|first_url }}"
title="Session call-in"><span class="fa fa-fw fa-phone"></span>
title="Online conference"><span class="fa fa-fw fa-users"></span>
</a>
{% elif item.timeslot.location.webex_url %}
<a class=""
href="{{item.timeslot.location.webex_url|format:session }}"
title="Webex session"><span class="fa fa-fw fa-phone"></span>
title="Webex session"><span class="fa fa-fw fa-users"></span>
</a>
{% endif %}
{% else %}

View file

@ -43,12 +43,12 @@
{% if session.agenda_note|first_url|conference_url %}
<a class=""
href="{{ session.agenda_note|first_url }}"
title="Session call-in"><span class="fa fa-fw fa-phone"></span>
title="Online conference"><span class="fa fa-fw fa-users"></span>
</a>
{% elif session.remote_instructions|first_url|conference_url %}
<a class=""
href="{{ session.remote_instructions|first_url }}"
title="Session call-in"><span class="fa fa-fw fa-phone"></span>
title="Online conference"><span class="fa fa-fw fa-users"></span>
</a>
{% endif %}
{{ session.remote_instructions }}