11 lines
447 B
HTML
11 lines
447 B
HTML
|
|
{{define "zoom-toggle-button"}}
|
||
|
|
<!-- Zoom Toggle Button (Fixed Right, above shortcuts button) -->
|
||
|
|
<button
|
||
|
|
id="zoom-toggle-button"
|
||
|
|
class="fixed-btn zoom-toggle-btn no-print"
|
||
|
|
aria-label="{{if eq .Lang "es"}}Alternar control de zoom{{else}}Toggle zoom control{{end}}"
|
||
|
|
title="{{if eq .Lang "es"}}Control de zoom{{else}}Zoom control{{end}}">
|
||
|
|
<iconify-icon icon="mdi:magnify" width="28" height="28"></iconify-icon>
|
||
|
|
</button>
|
||
|
|
{{end}}
|