summaryrefslogtreecommitdiff
path: root/print/templates
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2019-04-18 10:15:13 -0400
committerLex Neva <github.com@lexneva.name>2019-04-18 10:15:13 -0400
commit09c46e0fb499987899a2e67819099eba2c121487 (patch)
treedb2144e828951536d3ea76b57afaa981ea679fd6 /print/templates
parentbf43633560252c4b11c00cb028676d9a7b1968b8 (diff)
add 'save pdf' button and print opens PDF
Diffstat (limited to 'print/templates')
-rw-r--r--print/templates/ui.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/print/templates/ui.html b/print/templates/ui.html
index 23e39145..57c17205 100644
--- a/print/templates/ui.html
+++ b/print/templates/ui.html
@@ -2,6 +2,7 @@
<p class="header">{{ _('Ink/Stitch Print Preview') }}</p>
<div class="buttons">
<button class="print">{{ _('Print') }}</button>
+ <button class="save-pdf">{{ _('Save PDF') }}</button>
<button class="settings">{{ _('Settings') }}</button>
<button class="close">{{ _('Close') }}</button>
</div>