You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: root/dynamic/includes/index/printing.tt
+19-2Lines changed: 19 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,37 @@
1
1
[%- SET public_print_release = c.get_printer_configuration.public_print_release %]
2
+
[%- SET pdf_conversion_service = c.get_printer_configuration.pdf_conversion_service %]
2
3
<div class="container">
3
4
<div class="row">
4
5
<div class="col">
5
6
<fieldset class="">
6
7
<legend class="">[% c.loc("Upload file to print") %]</legend>
7
8
[% IF c.req.params.error == "INVALID_FILETYPE" %]
8
9
<div class="alert alert-danger" role="alert">
9
-
[% c.loc('Filetype was invalid, file uploads must be PDF.') %]
10
+
[% c.loc('Filetype was invalid; PDFs work best.') %]
10
11
[% c.loc('If your file is not a PDF, you may use a PDF printer such as <a target="_blank" class="alert-link" href="https://www.cutepdf.com/Products/CutePDF/writer.asp">CutePDF</a>,') %]
11
12
[% c.loc('or a <a target="_blank" class="alert-link" href="https://www.freepdfconvert.com/">web based PDF converter</a>.') %]
[% c.loc('If your file is not a PDF, you may use a PDF printer such as <a target="_blank" class="alert-link" href="https://www.cutepdf.com/Products/CutePDF/writer.asp">CutePDF</a>,') %]
16
32
[% c.loc('or a <a target="_blank" class="alert-link" href="https://www.freepdfconvert.com/">web based PDF converter</a>.') %]
0 commit comments