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:32:46 -0700 |
commit | e215fc213a1eb9a3365cecf5ce82f1a58f154cd6 (patch) | |
tree | 251def4f019eeef6bc88f3574b1cc665f7973822 /httemplate/elements/header-popup.html | |
parent | bf79875847923d0f33a2136d703dd7d9fb8c188a (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> |