xmpp.chapril.org-conversejs/src/templates/toolbar.html

11 lines
508 B
HTML
Raw Normal View History

{[ if (o.show_call_button) { ]}
2018-03-06 14:48:23 +01:00
<li class="toggle-call fa fa-phone" title="{{{o.label_start_call}}}"></li>
{[ } ]}
2018-08-14 16:31:32 +02:00
{[ if (o.show_occupants_toggle) { ]}
<li class="toggle-occupants float-right fa {[ if (o.hidden_occupants) { ]} fa-angle-double-left {[ } else { ]} fa-angle-double-right {[ } ]}"
title="{{{o.label_hide_occupants}}}"></li>
2018-08-14 16:31:32 +02:00
{[ } ]}
{[ if (o.message_limit) { ]}
<li class="message-limit font-weight-bold float-right" title="{{{o.label_message_limit}}}">{{{o.message_limit}}}</li>
{[ } ]}