diff options
author | Mark Wells <mark@freeside.biz> | 2016-07-09 10:32:46 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-07-09 10:33:04 -0700 |
commit | 8141f2f84a47320dde5be1ebb478f9d92da832e1 (patch) | |
tree | c6629a85caaa7bfa82ee546a5fc0d09ba25b7665 /httemplate/elements/header-popup.html | |
parent | 31c48790731207e89a80d056dbd44e1ac6f6e453 (diff) |
optionally scale to the page width when printing, #71301
Diffstat (limited to 'httemplate/elements/header-popup.html')
-rw-r--r-- | httemplate/elements/header-popup.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/httemplate/elements/header-popup.html b/httemplate/elements/header-popup.html index 17593693e..6c0f80b37 100644 --- a/httemplate/elements/header-popup.html +++ b/httemplate/elements/header-popup.html @@ -30,6 +30,9 @@ Example: <META HTTP-Equiv="Expires" Content="0"> % unless ( $no_jquery ) { <SCRIPT SRC="<% $fsurl %>elements/jquery.js"></SCRIPT> +% if ( $FS::CurrentUser::CurrentUser->option('printtofit') ) { + <SCRIPT SRC="<% $fsurl %>elements/printtofit.js"></SCRIPT> +% } % } <% $head |n %> </HEAD> |