[freeside-commits] freeside/httemplate/view/elements svc_export_settings.html, NONE, 1.1

Ivan,,, ivan at wavetail.420.am
Sat Feb 20 14:31:34 PST 2010


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

Added Files:
	svc_export_settings.html 
Log Message:
communigate pro provisioning, RT#7083

--- NEW FILE: svc_export_settings.html ---
% my ( $settings, $defaults ) = $svc_x->export_getsettings;
% if ( keys %$settings ) {

%# XXX a way to label this "Communigate pro settings".. just a config maybe
  External settings
  <% ntable('#cccccc',2) %>

%   foreach my $key ( keys %$settings ) {
      <TR>
        <TD ALIGN="right"><% $key |h %></TD>
        <TD BGCOLOR="<% $defaults->{$key} ? '#eeeeee' : '#ffffff' %>">
          <% $defaults->{$key} ? '<I>' : '<B>' %>
          <% $settings->{$key} |h %>
          <% $defaults->{$key} ? '</I>' : '</B>' %>
        </TD>
      </TR>
%   }

  </TABLE>
  <BR>

% }

<%init>

my $svc_x = shift;

</%init>



More information about the freeside-commits mailing list