summaryrefslogtreecommitdiff
path: root/httemplate/pref/pref.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-07-09 10:32:46 -0700
committerMark Wells <mark@freeside.biz>2016-07-09 10:33:10 -0700
commit408574c3f92b84f422f9a95dd0ab904d9c23ece6 (patch)
tree6060971bab1acae2a16bea9772b71d637b2b7fa0 /httemplate/pref/pref.html
parentdb1221a82f407c9ebc782ff03e9cf61115eef8cb (diff)
optionally scale to the page width when printing, #71301
Diffstat (limited to 'httemplate/pref/pref.html')
-rw-r--r--httemplate/pref/pref.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html
index 24c6a4db9..a6b5ba740 100644
--- a/httemplate/pref/pref.html
+++ b/httemplate/pref/pref.html
@@ -143,6 +143,13 @@ Interface
</TR>
<TR>
+ <TH ALIGN="right">Scale documents to fit on a letter-size page</TH>
+ <TD ALIGN="left">
+ <INPUT TYPE="checkbox" NAME="printtofit" VALUE="Y" <% $curuser->option('printtofit') ? 'CHECKED' : '' %>>
+ </TD>
+ </TR>
+
+ <TR>
<TH ALIGN="right">How many recently-modified customers displayed on dashboard</TH>
<TD ALIGN="left" COLSPAN=2>
<INPUT TYPE="text" NAME="dashboard_customers" VALUE="<% $curuser->option('dashboard_customers') %>"></TD>
@@ -156,8 +163,6 @@ Interface
</TD>
</TR>
-
-
</TABLE>
<BR>