summaryrefslogtreecommitdiff
path: root/httemplate/pref/pref.html
diff options
context:
space:
mode:
authorivan <ivan>2010-12-14 06:33:29 +0000
committerivan <ivan>2010-12-14 06:33:29 +0000
commit93f811c014058da26e734fc621028741b156c5d7 (patch)
treee9944f30be0830e9216a5420883420662c31e45c /httemplate/pref/pref.html
parent08967951bf4e26aaf45b45fd1a8724691666ac74 (diff)
show formatted dates on change history, per-user pref for full cust_pkg timestamps, RT#10757
Diffstat (limited to 'httemplate/pref/pref.html')
-rw-r--r--httemplate/pref/pref.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html
index ab76c3bdc..c7083e9d0 100644
--- a/httemplate/pref/pref.html
+++ b/httemplate/pref/pref.html
@@ -83,6 +83,10 @@ Development
<% ntable("#cccccc",2) %>
<TR>
+ <TH>Show customer package timestamps: </TH>
+ <TD><INPUT TYPE="checkbox" NAME="cust_pkg-display_times" VALUE="1" <% $curuser->option('cust_pkg-display_times') ? 'CHECKED' : '' %>></TD>
+ </TR>
+ <TR>
<TH>Show internal package numbers: </TH>
<TD><INPUT TYPE="checkbox" NAME="show_pkgnum" VALUE="1" <% $curuser->option('show_pkgnum') ? 'CHECKED' : '' %>></TD>
</TR>