diff options
| author | Lex Neva <github.com@lexneva.name> | 2019-04-18 10:15:13 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2019-04-18 10:15:13 -0400 |
| commit | 09c46e0fb499987899a2e67819099eba2c121487 (patch) | |
| tree | db2144e828951536d3ea76b57afaa981ea679fd6 /print/templates | |
| parent | bf43633560252c4b11c00cb028676d9a7b1968b8 (diff) | |
add 'save pdf' button and print opens PDF
Diffstat (limited to 'print/templates')
| -rw-r--r-- | print/templates/ui.html | 1 |
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> |
