2014-01-19 05:21:49 +01:00
|
|
|
<div class="chat-area">
|
2017-03-30 12:40:17 +02:00
|
|
|
<div class="chat-content {[ if (show_send_button) { ]}chat-content-sendbutton{[ } ]}"></div>
|
2017-02-13 09:23:42 +01:00
|
|
|
<div class="new-msgs-indicator hidden">▼ {{{ unread_msgs }}} ▼</div>
|
2014-01-19 05:21:49 +01:00
|
|
|
<form class="sendXMPPMessage" action="" method="post">
|
|
|
|
{[ if (show_toolbar) { ]}
|
|
|
|
<ul class="chat-toolbar no-text-select"></ul>
|
|
|
|
{[ } ]}
|
2017-03-30 12:40:17 +02:00
|
|
|
<textarea type="text" class="chat-textarea {[ if (show_send_button) { ]}chat-textarea-send-button{[ } ]}"
|
2017-02-13 09:23:42 +01:00
|
|
|
placeholder="{{{label_message}}}"/>
|
2017-03-30 12:40:17 +02:00
|
|
|
{[ if (show_send_button) { ]}
|
2017-04-11 09:32:17 +02:00
|
|
|
<button type="submit" class="pure-button send-button">{{{ label_send }}}</button>
|
2017-03-30 12:40:17 +02:00
|
|
|
{[ } ]}
|
2014-01-19 05:21:49 +01:00
|
|
|
</form>
|
|
|
|
</div>
|