chat text area is readonly now

v1.18.x
Baris Usakli 12 years ago
parent 45e92b0b8d
commit ad1f688e85

@ -99,7 +99,7 @@
<h3 id="myModalLabel">Chat with <span id="chat-with-name"></span></h3> <h3 id="myModalLabel">Chat with <span id="chat-with-name"></span></h3>
</div> </div>
<div class="modal-body"> <div class="modal-body">
<textarea id="chat-content" cols="40" rows="10"></textarea><br/> <textarea id="chat-content" cols="40" rows="10" readonly></textarea><br/>
<input id="chat-message-input" type="text" name="chat-message" placeholder="type chat message here press enter to send"/><br/> <input id="chat-message-input" type="text" name="chat-message" placeholder="type chat message here press enter to send"/><br/>
<button type="button" id="chat-message-send-btn" href="#" class="btn btn-primary">Send</button> <button type="button" id="chat-message-send-btn" href="#" class="btn btn-primary">Send</button>
</div> </div>

Loading…
Cancel
Save