From 6495ef2f0c495e55db9e182f5607d93a5c4adc20 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 21 Feb 2010 07:32:21 +0000 Subject: communigate, RT#7083 --- httemplate/view/elements/svc_export_settings.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'httemplate/view/elements') diff --git a/httemplate/view/elements/svc_export_settings.html b/httemplate/view/elements/svc_export_settings.html index a3c09110f..c5f2555bd 100644 --- a/httemplate/view/elements/svc_export_settings.html +++ b/httemplate/view/elements/svc_export_settings.html @@ -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 +% ) +% { <% $key |h %> -- cgit v1.2.1