Mercurial > libervia-templates
comparison sat_templates/templates/bulma/input/textbox.html @ 250:e0a30db831a1
bulma (input/textbox): fixed unregular spaces use
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 16 Jul 2020 09:08:34 +0200 |
parents | 0e69b5843c2f |
children | 80cfec962b1e |
comparison
equal
deleted
inserted
replaced
249:60bf3e45d7b2 | 250:e0a30db831a1 |
---|---|
42 {{ submit(label=submit_label) }} #} | 42 {{ submit(label=submit_label) }} #} |
43 {% endcall %} | 43 {% endcall %} |
44 {% endmacro %} | 44 {% endmacro %} |
45 | 45 |
46 {% macro blog_text(service, node, action='', placeholder=_("Your comment")) %} | 46 {% macro blog_text(service, node, action='', placeholder=_("Your comment")) %} |
47 {{ textbox(service, node, action=action, placeholder=placeholder, type="comment") }} | 47 {{ textbox(service, node, action=action, placeholder=placeholder, type="comment") }} |
48 {% endmacro %} | 48 {% endmacro %} |
49 | 49 |
50 {% macro comment(service, node, action='', placeholder=_("Your comment"), class='box--medium') %} | 50 {% macro comment(service, node, action='', placeholder=_("Your comment"), class='box--medium') %} |
51 {{ textbox(service, node, action=action, placeholder=placeholder, type="comment", class=class) }} | 51 {{ textbox(service, node, action=action, placeholder=placeholder, type="comment", class=class) }} |
52 {% endmacro %} | 52 {% endmacro %} |
53 | 53 |
54 {% macro comment_or_login(service, node, action='', placeholder=none) %} | 54 {% macro comment_or_login(service, node, action='', placeholder=none) %} |
55 {# show comment form a a message asking to log in | 55 {# show comment form a a message asking to log in |
56 login is checked using profile #} | 56 login is checked using profile #} |