taiga-front/app/partials/includes/modules/lightbox-search.jade

8 lines
451 B
Plaintext

a.close(href="", title="{{'COMMON.CLOSE' | translate}}")
span.icon.icon-delete
form
h2.title(translate="LIGHTBOX.SEARCH.TITLE")
fieldset
input(type="text", name="text", id="search-text", placeholder="{{'LIGHTBOX.SEARCH.PLACEHOLDER_SEARCH' | translate}}", data-required="true")
fieldset
button.button-green.submit-button(type="submit", title="{{' LIGHTBOX.SEARCH.TITLE' | translate}}", translate="LIGHTBOX.SEARCH.TITLE")