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

Jeff Finucane,420,, jeff at wavetail.420.am
Mon Aug 2 12:49:28 PDT 2010


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

Modified Files:
      Tag: svc_elec_features
	pref-process.html pref.html 
Log Message:
add svc_elec_features merged from reference code RT#7643

Index: pref.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/pref/pref.html,v
retrieving revision 1.16
retrieving revision 1.16.2.1
diff -u -w -d -r1.16 -r1.16.2.1
--- pref.html	24 May 2010 23:54:58 -0000	1.16
+++ pref.html	2 Aug 2010 19:49:26 -0000	1.16.2.1
@@ -55,6 +55,22 @@
   </TR>
   
   <TR>
+    <TH ALIGN="right">Dashboard customer history: </TH>
+    <TD COLSPAN=2>
+      <SELECT NAME="dashboard_customer_history_length">
+%       foreach my $view ( qw( 5 10 15 20 25 ) ) {
+%         my $selected =
+%           $customer_views{$view} eq
+%               $curuser->option('dashboard_customer_history_length')
+%             ? 'SELECTED'
+%             : '';
+          <OPTION VALUE="<%$view%>" <%$selected%>><%$view%></OPTION>
+%       }
+      </SELECT>
+    </TD>
+  </TR>
+  
+  <TR>
     <TH ALIGN="right" COLSPAN=1>Disable HTML editor for customer notes: </TH>
     <TD ALIGN="left" COLSPAN=2>
       <INPUT TYPE="checkbox" NAME="disable_html_editor" VALUE="1" <% $curuser->option('disable_html_editor') ? 'CHECKED' : '' %>>

Index: pref-process.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/pref/pref-process.html,v
retrieving revision 1.16
retrieving revision 1.16.2.1
diff -u -w -d -r1.16 -r1.16.2.1
--- pref-process.html	6 Jun 2010 06:05:12 -0000	1.16
+++ pref-process.html	2 Aug 2010 19:49:25 -0000	1.16.2.1
@@ -56,6 +56,7 @@
                       show_pkgnum show_confitem_counts export_getsettings
                       show_db_profile save_db_profile
                       height width availHeight availWidth colorDepth
+                      dashboard_customer_history_length
                     );
 
   foreach (@paramlist) {



More information about the freeside-commits mailing list