2025-11-12 18:26:18 +00:00
|
|
|
{{define "info-button"}}
|
|
|
|
|
<!-- Info Button (Bottom Left) -->
|
2025-12-02 08:29:54 +00:00
|
|
|
<!-- Uses HTML Invoker Commands API: commandfor + command="show-modal" -->
|
2025-11-20 18:40:15 +00:00
|
|
|
<button id="info-button" class="info-button no-print has-tooltip"
|
2025-11-30 10:13:37 +00:00
|
|
|
aria-label="{{.UI.Widgets.Info.AriaLabel}}"
|
|
|
|
|
data-tooltip="{{.UI.Widgets.Info.Tooltip}}"
|
2025-12-02 08:29:54 +00:00
|
|
|
commandfor="info-modal"
|
|
|
|
|
command="show-modal">
|
2025-12-01 12:31:31 +00:00
|
|
|
<iconify-icon icon="mdi:information-outline"></iconify-icon>
|
2025-11-12 18:26:18 +00:00
|
|
|
</button>
|
|
|
|
|
{{end}}
|