[freeside-commits] freeside/httemplate/pref pref-process.html, 1.16, 1.17 pref.html, 1.16, 1.17

Ivan,,, ivan at wavetail.420.am
Mon Dec 13 22:33:31 PST 2010


Update of /home/cvs/cvsroot/freeside/httemplate/pref
In directory wavetail.420.am:/tmp/cvs-serv25032/httemplate/pref

Modified Files:
	pref-process.html pref.html 
Log Message:
show formatted dates on change history, per-user pref for full cust_pkg timestamps, RT#10757

Index: pref.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/pref/pref.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -w -d -r1.16 -r1.17
--- pref.html	24 May 2010 23:54:58 -0000	1.16
+++ pref.html	14 Dec 2010 06:33:28 -0000	1.17
@@ -83,6 +83,10 @@
 <% 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>

Index: pref-process.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/pref/pref-process.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -w -d -r1.16 -r1.17
--- pref-process.html	6 Jun 2010 06:05:12 -0000	1.16
+++ pref-process.html	14 Dec 2010 06:33:28 -0000	1.17
@@ -53,6 +53,7 @@
                       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



More information about the freeside-commits mailing list