You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
546 B

  1. <section id="chat_search">
  2. {autoescape="off"}
  3. {$c->prepareSearchPlaceholder()}
  4. {/autoescape}
  5. </section>
  6. <ul class="list">
  7. <li class="search">
  8. <form name="search" onsubmit="return false;">
  9. <div>
  10. <input name="keyword" autocomplete="off"
  11. placeholder="{$c->__('button.search')}" oninput="console.log(this.value); ChatActions_ajaxSearchMessages('{$jid|echapJS}', this.value, {if="$muc"}true{else}false{/if});" type=" text">
  12. </div>
  13. </form>
  14. </li>
  15. </ul>