mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
parent
23054493aa
commit
dbd9c299f5
@ -93,6 +93,9 @@
|
|||||||
<form id="timsChatForm" action="{link application='chat' controller='Chat' action='Send'}{/link}" method="post">
|
<form id="timsChatForm" action="{link application='chat' controller='Chat' action='Send'}{/link}" method="post">
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<dl class="wide" id="timsChatInputContainer">
|
<dl class="wide" id="timsChatInputContainer">
|
||||||
|
<dt>
|
||||||
|
{lang}chat.general.message{/lang}
|
||||||
|
</dt>
|
||||||
<dd>
|
<dd>
|
||||||
<input id="timsChatInput" accesskey="w" type="text" class="inputText long" name="text" autocomplete="off" maxlength="{@CHAT_MAX_LENGTH}" disabled="disabled" placeholder="{lang}chat.general.submit.default{/lang}" />
|
<input id="timsChatInput" accesskey="w" type="text" class="inputText long" name="text" autocomplete="off" maxlength="{@CHAT_MAX_LENGTH}" disabled="disabled" placeholder="{lang}chat.general.submit.default{/lang}" />
|
||||||
<small class="innerError" style="display: none;">Lorem ipsum dolor sit amet.</small>
|
<small class="innerError" style="display: none;">Lorem ipsum dolor sit amet.</small>
|
||||||
|
Loading…
Reference in New Issue
Block a user