|
@@ -22,19 +22,19 @@
|
|
|
<div class="rooms-list">
|
|
|
<div class="available-chatroom d-flex flex-row">
|
|
|
<a class="open-room available-room w-100" data-room-jid="public@conference.test.com" title="Click to open this room" href="#">public</a>
|
|
|
- <a href="#" class="room-info fa fa-info-circle align-self-center" data-container="body" data-toggle="popover" title="Room info"
|
|
|
+ <a href="#" class="room-info fa fa-info-circle" data-container="body" data-toggle="popover" title="Room info"
|
|
|
data-html="true" data-content="<b>Room Address (JID): </b><br>public@conference.test.com<br><b>Discussions: </b><br>Public discussions<br><b>Participants: </b>1<br><b>Features: </b><br>Non-anonymous"> </a>
|
|
|
- <a href="#" class="fa fa-bookmark align-self-center" title="Click to bookmark this room"> </a>
|
|
|
- <a href="#" class="fa fa-times align-self-center" title="Click to leave this room"> </a>
|
|
|
+ <a href="#" class="fa fa-bookmark" title="Click to bookmark this room"> </a>
|
|
|
+ <a href="#" class="fa fa-times" title="Click to leave this room"> </a>
|
|
|
</div>
|
|
|
<div class="available-chatroom d-flex flex-row">
|
|
|
<a class="open-room available-room w-100" data-room-jid="team@conference.test.com" title="Click to open this room" href="#">team</a>
|
|
|
- <a href="#" class="room-info fa fa-info-circle align-self-center" data-container="body" data-toggle="popover" title="Room info"
|
|
|
+ <a href="#" class="room-info fa fa-info-circle" data-container="body" data-toggle="popover" title="Room info"
|
|
|
data-html="true" data-content="<b>Room Address (JID): </b><br>team@conference.test.com<br><b>Discussions: </b><br>Public discussions<br><b>Participants: </b>1<br><b>Features: </b><br>Non-anonymous"> </a>
|
|
|
</div>
|
|
|
<div class="available-chatroom d-flex flex-row">
|
|
|
<a class="open-room available-room w-100" data-room-jid="test@conference.test.com" title="Click to open this room" href="#">test</a>
|
|
|
- <a href="#" class="room-info fa fa-info-circle align-self-center" data-container="body" data-toggle="popover" title="Room info"
|
|
|
+ <a href="#" class="room-info fa fa-info-circle" data-container="body" data-toggle="popover" title="Room info"
|
|
|
data-html="true" data-content="<b>Room Address (JID): </b><br>test@conference.test.com<br><b>Discussions: </b><br>Public discussions<br><b>Participants: </b>1<br><b>Features: </b><br>Non-anonymous"> </a>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -64,13 +64,13 @@
|
|
|
<ul class="roster-group-contacts">
|
|
|
<li class="offline requesting-xmpp-contact d-flex">
|
|
|
<span class="req-contact-name w-100">Bob Skinstad</span>
|
|
|
- <a class="accept-xmpp-request fa fa-check align-self-center" title="Click here to accept this contact's request" href="#"></a>
|
|
|
- <a class="decline-xmpp-request fa fa-times align-self-center" title="Click here to decline this contact's request" href="#"></a>
|
|
|
+ <a class="accept-xmpp-request fa fa-check" title="Click here to accept this contact's request" href="#"></a>
|
|
|
+ <a class="decline-xmpp-request fa fa-times" title="Click here to decline this contact's request" href="#"></a>
|
|
|
</li>
|
|
|
<li class="offline requesting-xmpp-contact d-flex">
|
|
|
<span class="req-contact-name w-100">André Vos</span>
|
|
|
- <a class="accept-xmpp-request fa fa-check align-self-center" title="Click here to accept this contact's request" href="#"></a>
|
|
|
- <a class="decline-xmpp-request fa fa-times align-self-center" title="Click here to decline this contact's request" href="#"></a>
|
|
|
+ <a class="accept-xmpp-request fa fa-check" title="Click here to accept this contact's request" href="#"></a>
|
|
|
+ <a class="decline-xmpp-request fa fa-times" title="Click here to decline this contact's request" href="#"></a>
|
|
|
</li>
|
|
|
</ul>
|
|
|
</div>
|
|
@@ -83,17 +83,17 @@
|
|
|
<li class="online current-xmpp-contact d-flex">
|
|
|
<a class="open-chat w-100" title="Click to chat with this contact" href="#">
|
|
|
<span class="fa fa-circle" title="This contact is online"></span> Victor Matfield</a>
|
|
|
- <a class="remove-xmpp-contact fa fa-trash align-self-center" title="Click to remove this contact" href="#"></a>
|
|
|
+ <a class="remove-xmpp-contact fa fa-trash" title="Click to remove this contact" href="#"></a>
|
|
|
</li>
|
|
|
<li class="away current-xmpp-contact d-flex">
|
|
|
<a class="open-chat w-100" title="Click to chat with this contact" href="#">
|
|
|
<span class="fa fa-circle-o" title="this contact is away"></span> William Winterbottom</a>
|
|
|
- <a class="remove-xmpp-contact fa fa-trash align-self-center" title="Click to remove this contact" href="#"></a>
|
|
|
+ <a class="remove-xmpp-contact fa fa-trash" title="Click to remove this contact" href="#"></a>
|
|
|
</li>
|
|
|
<li class="dnd current-xmpp-contact d-flex">
|
|
|
<a class="open-chat w-100" title="Click to chat with this contact" href="#">
|
|
|
<span class="fa fa-minus-circle" title="This contact is busy"></span> Gary Teichmann</a>
|
|
|
- <a class="remove-xmpp-contact fa fa-trash align-self-center" title="Click to remove this contact" href="#"></a>
|
|
|
+ <a class="remove-xmpp-contact fa fa-trash" title="Click to remove this contact" href="#"></a>
|
|
|
</li>
|
|
|
</li>
|
|
|
</div>
|
|
@@ -105,12 +105,12 @@
|
|
|
<li class="away current-xmpp-contact d-flex">
|
|
|
<a class="open-chat w-100" title="Click to chat with this contact" href="#">
|
|
|
<span class="fa fa-circle-o" title="this contact is away"></span> Allan Donald</a>
|
|
|
- <a class="remove-xmpp-contact fa fa-trash align-self-center" title="Click to remove this contact" href="#"></a>
|
|
|
+ <a class="remove-xmpp-contact fa fa-trash" title="Click to remove this contact" href="#"></a>
|
|
|
</li>
|
|
|
<li class="offline current-xmpp-contact d-flex">
|
|
|
<a class="open-chat w-100" title="Click to chat with this contact" href="#">
|
|
|
<span class="fa fa-times-circle" title="This contact is offline"></span> Corné Krige</a>
|
|
|
- <a class="remove-xmpp-contact fa fa-trash align-self-center" title="Click to remove this contact" href="#"></a>
|
|
|
+ <a class="remove-xmpp-contact fa fa-trash" title="Click to remove this contact" href="#"></a>
|
|
|
</li>
|
|
|
</ul>
|
|
|
</div>
|
|
@@ -122,12 +122,12 @@
|
|
|
<li class="online current-xmpp-contact d-flex">
|
|
|
<a class="open-chat w-100" title="Click to chat with this contact" href="#">
|
|
|
<span class="fa fa-circle" title="This contact is online"></span> John Smit</a>
|
|
|
- <a class="remove-xmpp-contact fa fa-trash align-self-center" title="Click to remove this contact" href="#"></a>
|
|
|
+ <a class="remove-xmpp-contact fa fa-trash" title="Click to remove this contact" href="#"></a>
|
|
|
</li>
|
|
|
<li class="online current-xmpp-contact d-flex">
|
|
|
<a class="open-chat w-100" title="Click to chat with this contact" href="#">
|
|
|
<span class="fa fa-circle" title="This contact is online"></span> Bakkies Botha</a>
|
|
|
- <a class="remove-xmpp-contact fa fa-trash align-self-center" title="Click to remove this contact" href="#"></a>
|
|
|
+ <a class="remove-xmpp-contact fa fa-trash" title="Click to remove this contact" href="#"></a>
|
|
|
</li>
|
|
|
</ul>
|
|
|
</div>
|
|
@@ -139,7 +139,7 @@
|
|
|
<li class="online current-xmpp-contact d-flex">
|
|
|
<a class="open-chat w-100" title="Click to chat with this contact" href="#">
|
|
|
<span class="fa fa-circle" title="This contact is online"></span> James Small</a>
|
|
|
- <a class="remove-xmpp-contact fa fa-trash align-self-center" title="Click to remove this contact" href="#"></a>
|
|
|
+ <a class="remove-xmpp-contact fa fa-trash" title="Click to remove this contact" href="#"></a>
|
|
|
</li>
|
|
|
</ul>
|
|
|
</div>
|
|
@@ -150,11 +150,11 @@
|
|
|
<ul>
|
|
|
<li class="offline pending-xmpp-contact d-flex">
|
|
|
<span class="pending-contact-name w-100">Rassie Erasmus</span>
|
|
|
- <a class="remove-xmpp-contact fa fa-trash align-self-center" title="Click to remove this contact" href="#"></a>
|
|
|
+ <a class="remove-xmpp-contact fa fa-trash" title="Click to remove this contact" href="#"></a>
|
|
|
</li>
|
|
|
<li class="offline pending-xmpp-contact d-flex">
|
|
|
<span class="pending-contact-name w-100">Victor Matfield</span>
|
|
|
- <a class="remove-xmpp-contact fa fa-trash align-self-center" title="Click to remove this contact" href="#"></a>
|
|
|
+ <a class="remove-xmpp-contact fa fa-trash" title="Click to remove this contact" href="#"></a>
|
|
|
</li>
|
|
|
</ul>
|
|
|
</div>
|