[freeside-commits] freeside/httemplate/view/elements svc_export_settings.html, 1.2, 1.3

Ivan,,, ivan at wavetail.420.am
Sat Feb 20 23:28:13 PST 2010


Update of /home/cvs/cvsroot/freeside/httemplate/view/elements
In directory wavetail.420.am:/tmp/cvs-serv12243/httemplate/view/elements

Modified Files:
	svc_export_settings.html 
Log Message:
communigate, RT#7083

Index: svc_export_settings.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/elements/svc_export_settings.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- svc_export_settings.html	21 Feb 2010 03:16:02 -0000	1.2
+++ svc_export_settings.html	21 Feb 2010 07:28:11 -0000	1.3
@@ -3,11 +3,15 @@
 %   my ( $settings, $defaults ) = $svc_x->export_getsettings;
 %   if ( keys %$settings ) {
 
-%# XXX a way to label this "Communigate pro settings".. just a config maybe
+%# a way to label this "Communigate pro settings".. just a config maybe... eh,
+%# its just for devel
     External settings
     <% ntable('#cccccc',2) %>
 
-%     foreach my $key ( keys %$settings ) {
+%     foreach my $key ( sort {$defaults->{$a} <=> $defaults->{$b} or $a cmp $b}
+%                            keys %$settings
+%                     )
+%    {
         <TR>
           <TD ALIGN="right"><% $key |h %></TD>
           <TD BGCOLOR="<% $defaults->{$key} ? '#eeeeee' : '#ffffff' %>">



More information about the freeside-commits mailing list