diff options
| author | ivan <ivan> | 2010-12-14 06:33:30 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2010-12-14 06:33:30 +0000 |
| commit | ed029b37a07a8a31d76842fbf15fc19b91babbcd (patch) | |
| tree | 527ed76eeb2590ecd7b97b6686718f189c19ca20 /httemplate/pref/pref.html | |
| parent | 9bf138ff16677425938e3aa784d0e5189d1b5a8b (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.html | 4 |
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> |
