-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathform-help.html
More file actions
24 lines (24 loc) · 876 Bytes
/
form-help.html
File metadata and controls
24 lines (24 loc) · 876 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!-- <pat-form-help> -->
<dfn
tabindex="0"
class="
{{ include.class }}
help-icon
pat-tooltip"
data-pat-tooltip="class: info; trigger: click; source: content; position-list: {{ include.position-list | default: 'tl' }}">
{% assign this_label = include.content %}
{% include patterns/i18n id=this_label %}
{%- if include.more -%}
<a
tabindex="0"
data-pat-inject="history: record"
href="{{ include.more }}"
class="
pat-inject
close-panel
read-more
small
pat-button">{%- include patterns/i18n sentinel=false id="patterns.label_read_more_ell" -%}</a>
{%- endif -%}
</dfn>
<!-- </pat-form-help> -->