|
@@ -24,7 +24,7 @@
|
|
<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 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 align-self-center" 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>
|
|
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-o align-self-center" title="Click to bookmark this room"> </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-times align-self-center" title="Click to leave this room"> </a>
|
|
</div>
|
|
</div>
|
|
<div class="available-chatroom d-flex flex-row">
|
|
<div class="available-chatroom d-flex flex-row">
|
|
@@ -61,7 +61,7 @@
|
|
<div class="roster-group" id="xmpp-contact-requests">
|
|
<div class="roster-group" id="xmpp-contact-requests">
|
|
<a href="#" class="group-toggle" title="Click to hide these contacts">
|
|
<a href="#" class="group-toggle" title="Click to hide these contacts">
|
|
<span class="fa fa-caret-down"></span> Contact Requests</a>
|
|
<span class="fa fa-caret-down"></span> Contact Requests</a>
|
|
- <ul>
|
|
|
|
|
|
+ <ul class="roster-group-contacts">
|
|
<li class="offline requesting-xmpp-contact d-flex">
|
|
<li class="offline requesting-xmpp-contact d-flex">
|
|
<span class="req-contact-name w-100">Bob Skinstad</span>
|
|
<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="accept-xmpp-request fa fa-check align-self-center" title="Click here to accept this contact's request" href="#"></a>
|