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:
parent
6c303c1126
commit
11c276e828
|
@ -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 %}
|
||||
|
|
|
@ -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 %}
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue