From e215fc213a1eb9a3365cecf5ce82f1a58f154cd6 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Sat, 9 Jul 2016 10:32:46 -0700 Subject: optionally scale to the page width when printing, #71301 --- httemplate/elements/header-full.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'httemplate/elements/header-full.html') diff --git a/httemplate/elements/header-full.html b/httemplate/elements/header-full.html index db38eafba..07595a539 100644 --- a/httemplate/elements/header-full.html +++ b/httemplate/elements/header-full.html @@ -47,6 +47,9 @@ Example: +% if ( $FS::CurrentUser::CurrentUser->option('printtofit') ) { + +% } % } <% include('init_overlib.html') |n %> <% include('rs_init_object.html') |n %> -- cgit v1.2.1