|
@@ -227,9 +227,12 @@
|
|
|
<form class="sendXMPPMessage" action="" method="post">
|
|
|
<ul class="chat-toolbar">
|
|
|
<li class="icon-happy" title="Insert a smilery"></li>
|
|
|
- <li class="icon-unlocked" title="Turn on 'off-the-record' chat encryption"></li>
|
|
|
<li class="icon-camera-2" title="Enable video chat"></li>
|
|
|
<li class="icon-newspaper" title="Fetch and show this user's vCard"></li>
|
|
|
+ <li class="otr" title="Turn on 'off-the-record' chat encryption">
|
|
|
+ <span class="chat-toolbar-text not-private">Not private</span>
|
|
|
+ <span class="icon-unlocked not-private"/>
|
|
|
+ </li>
|
|
|
</ul>
|
|
|
<textarea type="text" class="chat-textarea" placeholder="Personal message"></textarea>
|
|
|
</form>
|