diff options
| author | Cole Vick <cole.d.vick@gmail.com> | 2022-10-16 09:27:49 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-16 09:27:49 -0500 |
| commit | b5b931240c09a80e7a1131e9859ca46f50eabf83 (patch) | |
| tree | 7d90675c29663ccf0b6949c3ea2c42df009678bd /print/templates/ui.html | |
| parent | a059cda563920786e6aef9cd89da6cc9ba05f1bd (diff) | |
| parent | 318069d194c77fc294eeb8b30a5390c9d63b040c (diff) | |
Merge pull request #1838 from inkstitch/cvick32/pdf-pattern-only
cvick32/pdf pattern only
Diffstat (limited to 'print/templates/ui.html')
| -rw-r--r-- | print/templates/ui.html | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/print/templates/ui.html b/print/templates/ui.html index dd61e2d8..4282838d 100644 --- a/print/templates/ui.html +++ b/print/templates/ui.html @@ -54,11 +54,20 @@ <input type="checkbox" class="view" id="operator-detailedview" data-field-name="operator-detailedview" CHECKED /> <label for="operator-detailedview">{{ _('Operator Detailed View') }}</label> </p> - <p style="text-indent: 1.5em;">{{ _('Thumbnail size') }}: + <p style="text-indent: 1.5em;"> + <label for="operator-detailedview-thumbnail-size">{{ _('Thumbnail size') }}</label> <input type="range" min="15" max="110" value="15" step="5" id="operator-detailedview-thumbnail-size" data-field-name="operator-detailedview-thumbnail-size" style="vertical-align: middle;" /> <span id="display-thumbnail-size">15mm</span> </p> <p> + <input type="checkbox" class="view" id="full-page-patternview" data-field-name="full-page-patternview" /> + <label for="full-page-patternview">{{ _('Full Page Pattern View') }}</label> + </p> + <p style="text-indent: 1.5em;"> + <input type="checkbox" class="view" id="show-footer" data-field-name="show-footer" /> + <label for="show-footer">{{ _('Show Footer') }}</label> + </p> + <p> <input type="checkbox" class="view" id="custom-page" data-field-name="custom-page" /> <label for="custom-page">{{ _('Custom information sheet') }}</label> </p> |
