diff options
author | Mark Wells <mark@freeside.biz> | 2013-02-28 20:31:12 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-02-28 20:31:44 -0800 |
commit | 71cfb409fca5c4f8cfb639a0f022de8c640b7775 (patch) | |
tree | 8b1e259b1b3c1cea8d06a316407df3833fb816dd /httemplate/pref | |
parent | 2bdfa5c7730b31c51956d190aa0df2728181ab9c (diff) |
import an incredibly useful debugging tool from 2.3
Diffstat (limited to 'httemplate/pref')
-rw-r--r-- | httemplate/pref/pref-process.html | 2 | ||||
-rw-r--r-- | httemplate/pref/pref.html | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/httemplate/pref/pref-process.html b/httemplate/pref/pref-process.html index c4fef0311..84f0832bf 100644 --- a/httemplate/pref/pref-process.html +++ b/httemplate/pref/pref-process.html @@ -57,7 +57,7 @@ unless ( $error ) { # if ($access_user) { vonage-fromnumber vonage-username vonage-password cust_pkg-display_times show_pkgnum show_confitem_counts export_getsettings - show_db_profile save_db_profile + show_db_profile save_db_profile save_tmp_typesetting height width availHeight availWidth colorDepth ); diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html index 1e9671dcc..9537fed34 100644 --- a/httemplate/pref/pref.html +++ b/httemplate/pref/pref.html @@ -157,6 +157,10 @@ Development <TH>Save database profiling logs (when available): </TH> <TD><INPUT TYPE="checkbox" NAME="save_db_profile" VALUE="1" <% $curuser->option('save_db_profile') ? 'CHECKED' : '' %>></TD> </TR> + <TR> + <TH>Save temporary invoice typesetting files: </TH> + <TD><INPUT TYPE="checkbox" NAME="save_tmp_typesetting" VALUE="1" <% $curuser->option('save_tmp_typesetting') ? 'CHECKED' : '' %>></TD> + </TR> </TABLE> <BR> |