mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-12-22 21:40:08 +00:00
Inserting placeholder for placeholder message
This commit is contained in:
parent
695b19014c
commit
6b7fdafdae
@ -223,7 +223,7 @@
|
||||
<div class="table">
|
||||
<div>
|
||||
<div class="column" style="width: 95%;">
|
||||
<input type="text" id="chatInput" class="inputText" style="width: 100%" name="text" autocomplete="off" />
|
||||
<input type="text" id="chatInput" class="inputText" style="width: 100%" name="text" autocomplete="off" placeholder="Insert message here…" />
|
||||
</div>
|
||||
<div class="column" style="width: 5%; text-align: center;">
|
||||
<input type="image" class="inputImage" alt="Absenden" src="{icon size=M}toRight1{/icon}" style="height: 24px; margin-left: 5px; vertical-align: sub;" />
|
||||
|
Loading…
Reference in New Issue
Block a user