mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-12-22 21:40:08 +00:00
parent
32d16f4213
commit
80d8c52cfc
5
template/chat.tpl
Executable file → Normal file
5
template/chat.tpl
Executable file → Normal file
@ -63,7 +63,7 @@
|
|||||||
<fieldset>
|
<fieldset>
|
||||||
<div class="timsChatMessageContainer container box shadow1 containerPadding marginTop">
|
<div class="timsChatMessageContainer container box shadow1 containerPadding marginTop">
|
||||||
<ul>
|
<ul>
|
||||||
<noscript><li class="error">{lang}wcf.chat.noJs{/lang}</li></noscript>
|
<li class="error">{lang}wcf.chat.noJs{/lang}</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
@ -125,6 +125,9 @@
|
|||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
//<![CDATA[
|
//<![CDATA[
|
||||||
(function ($, window) {
|
(function ($, window) {
|
||||||
|
// remove noscript message
|
||||||
|
$('.timsChatMessageContainer .error').remove();
|
||||||
|
|
||||||
// populate templates
|
// populate templates
|
||||||
be.bastelstu.WCF.Chat.titleTemplate = (new WCF.Template('{ldelim}$title} - {'wcf.chat.title'|language|encodeJS} - {PAGE_TITLE|language|encodeJS}')).compile();
|
be.bastelstu.WCF.Chat.titleTemplate = (new WCF.Template('{ldelim}$title} - {'wcf.chat.title'|language|encodeJS} - {PAGE_TITLE|language|encodeJS}')).compile();
|
||||||
{capture assign='chatMessageTemplate'}{include file='chatMessage'}{/capture}
|
{capture assign='chatMessageTemplate'}{include file='chatMessage'}{/capture}
|
||||||
|
Loading…
Reference in New Issue
Block a user