2025-11-30 13:47:49 +00:00
|
|
|
{{define "contact-button"}}
|
|
|
|
|
<!-- Contact Button (Fixed Left) -->
|
|
|
|
|
<button
|
|
|
|
|
id="contact-button"
|
|
|
|
|
class="fixed-btn contact-btn no-print has-tooltip"
|
|
|
|
|
onclick="document.getElementById('contact-modal').showModal()"
|
|
|
|
|
aria-label="{{.UI.Widgets.Contact.AriaLabel}}"
|
|
|
|
|
data-tooltip="{{.UI.Widgets.Contact.Tooltip}}">
|
2025-12-01 12:31:31 +00:00
|
|
|
<iconify-icon icon="mdi:email-outline"></iconify-icon>
|
2025-11-30 13:47:49 +00:00
|
|
|
</button>
|
|
|
|
|
{{end}}
|