searchable.tpl 1.2 KB

1234567891011121314151617181920212223242526272829303132
  1. {**********************************************************************
  2. * ZimbraEmail product developed. (2017-08-31)
  3. * *
  4. *
  5. * CREATED BY MODULESGARDEN -> http://modulesgarden.com
  6. * CONTACT -> contact@modulesgarden.com
  7. *
  8. *
  9. * This software is furnished under a license and may be used and copied
  10. * only in accordance with the terms of such license and with the
  11. * inclusion of the above copyright notice. This software or any other
  12. * copies thereof may not be provided or otherwise made available to any
  13. * other person. No title to and ownership of the software is hereby
  14. * transferred.
  15. *
  16. *
  17. **********************************************************************}
  18. {**
  19. * This is default search form template for widget elements
  20. *
  21. * @author Sławomir Miśkowicz <slawomir@modulesgarden.com>
  22. *}
  23. {literal}
  24. <div class="lu-top__search lu-input-group">
  25. <span class="lu-icon-sm lu-input-group__icon">
  26. <i class="lu-zmdi lu-zmdi-search "></i>
  27. </span>
  28. <input placeholder="{/literal}{$MGLANG->absoluteT('searchPlacecholder')}{literal}" value="" @keydown.enter="searchDataEnter" class="lu-form-control lu-input-group__form-control lu-table-search">
  29. </div>
  30. {/literal}