2018-06-01 14:57:19 +02:00
|
|
|
<div class="chatbox-navback"><i class="fa fa-arrow-left"></i></div>
|
2018-05-24 12:44:18 +02:00
|
|
|
<div class="chatbox-title">
|
2018-02-20 16:41:55 +01:00
|
|
|
<div class="chat-title" title="{{{o.jid}}}">
|
|
|
|
{[ if (o.name && o.name !== o.Strophe.getNodeFromJid(o.jid)) { ]}
|
2018-04-27 14:16:34 +02:00
|
|
|
{{{ o.name }}}
|
2018-02-20 16:41:55 +01:00
|
|
|
{[ } else { ]}
|
2018-04-27 14:16:34 +02:00
|
|
|
{{{ o.Strophe.getNodeFromJid(o.jid) }}}@{{{ o.Strophe.getDomainFromJid(o.jid) }}}
|
2018-02-20 16:41:55 +01:00
|
|
|
{[ } ]}
|
|
|
|
</div>
|
2018-09-07 10:06:36 +02:00
|
|
|
<p class="chatroom-description" title="{{{o.description}}}">{{{o.description}}}<p/>
|
2016-12-02 18:41:05 +01:00
|
|
|
</div>
|
2018-03-25 14:23:19 +02:00
|
|
|
<div class="chatbox-buttons row no-gutters">
|
2018-09-06 17:09:47 +02:00
|
|
|
<a class="chatbox-btn close-chatbox-button fa fa-sign-out-alt" title="{{{o.info_close}}}"></a>
|
2018-03-25 14:23:19 +02:00
|
|
|
{[ if (o.affiliation == 'owner') { ]}
|
|
|
|
<a class="chatbox-btn configure-chatroom-button fa fa-wrench" title="{{{o.info_configure}}} "></a>
|
|
|
|
{[ } ]}
|
2018-06-04 19:53:33 +02:00
|
|
|
<a class="chatbox-btn show-room-details-modal fa fa-info-circle" title="{{{o.info_details}}}"></a>
|
2018-02-20 16:41:55 +01:00
|
|
|
</div>
|