[freeside-commits] freeside/httemplate/pref pref.html, 1.7, 1.8 pref-process.html, 1.8, 1.9
Ivan,,,
ivan at wavetail.420.am
Mon Feb 16 18:28:50 PST 2009
Update of /home/cvs/cvsroot/freeside/httemplate/pref
In directory wavetail.420.am:/tmp/cvs-serv23011/httemplate/pref
Modified Files:
pref.html pref-process.html
Log Message:
per-user preference for turning on profiling display when DBIx::Profile is loaded, RT#4830
Index: pref-process.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/pref/pref-process.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- pref-process.html 8 Sep 2008 02:42:16 -0000 1.8
+++ pref-process.html 17 Feb 2009 02:28:48 -0000 1.9
@@ -30,9 +30,10 @@
% my %param = $access_user->options;
%
% #XXX autogen
-% my @paramlist = qw( menu_position show_pkgnum
+% my @paramlist = qw( menu_position
% email_address
% vonage-fromnumber vonage-username vonage-password
+% show_pkgnum show_db_profile
% height width availHeight availWidth colorDepth
% );
%
Index: pref.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/pref/pref.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- pref.html 8 Sep 2008 02:42:16 -0000 1.7
+++ pref.html 17 Feb 2009 02:28:48 -0000 1.8
@@ -64,6 +64,10 @@
<TH>Show internal package numbers: </TH>
<TD><INPUT TYPE="checkbox" NAME="show_pkgnum" VALUE="1" <% $curuser->option('show_pkgnum') ? 'CHECKED' : '' %>></TD>
</TR>
+ <TR>
+ <TH>Show database profiling (when available): </TH>
+ <TD><INPUT TYPE="checkbox" NAME="show_db_profile" VALUE="1" <% $curuser->option('show_db_profile') ? 'CHECKED' : '' %>></TD>
+ </TR>
</TABLE>
<BR>
More information about the freeside-commits
mailing list