diff options
author | ivan <ivan> | 2010-12-14 06:33:29 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-12-14 06:33:29 +0000 |
commit | 93f811c014058da26e734fc621028741b156c5d7 (patch) | |
tree | e9944f30be0830e9216a5420883420662c31e45c /httemplate/pref | |
parent | 08967951bf4e26aaf45b45fd1a8724691666ac74 (diff) |
show formatted dates on change history, per-user pref for full cust_pkg timestamps, RT#10757
Diffstat (limited to 'httemplate/pref')
-rw-r--r-- | httemplate/pref/pref-process.html | 1 | ||||
-rw-r--r-- | httemplate/pref/pref.html | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/httemplate/pref/pref-process.html b/httemplate/pref/pref-process.html index a340b7fc9..897be252c 100644 --- a/httemplate/pref/pref-process.html +++ b/httemplate/pref/pref-process.html @@ -53,6 +53,7 @@ unless ( $error ) { # if ($access_user) { email_address snom-ip snom-username snom-password vonage-fromnumber vonage-username vonage-password + cust_pkg-display_times show_pkgnum show_confitem_counts export_getsettings show_db_profile save_db_profile height width availHeight availWidth colorDepth 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> |