[freeside-commits] freeside/httemplate/view/elements svc_export_settings.html, 1.1.2.3, 1.1.2.4
Ivan,,,
ivan at wavetail.420.am
Sat Feb 20 23:28:14 PST 2010
Update of /home/cvs/cvsroot/freeside/httemplate/view/elements
In directory wavetail.420.am:/tmp/cvs-serv12247/httemplate/view/elements
Modified Files:
Tag: FREESIDE_1_9_BRANCH
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.1.2.3
retrieving revision 1.1.2.4
diff -u -d -r1.1.2.3 -r1.1.2.4
--- svc_export_settings.html 21 Feb 2010 03:16:05 -0000 1.1.2.3
+++ svc_export_settings.html 21 Feb 2010 07:28:12 -0000 1.1.2.4
@@ -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