diff options
| author | ivan <ivan> | 2010-02-20 22:34:57 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2010-02-20 22:34:57 +0000 |
| commit | d2e5d9d1f65fc94eb87eae45b675645e92087f49 (patch) | |
| tree | 30919f1acbc7e290efb1b48b5ed6315cafbcff39 /httemplate/view/svc_domain.cgi | |
| parent | a5288a7f85b5c494821133c692fc8b5ced84abcf (diff) | |
communigate pro provisioning, RT#7083
Diffstat (limited to 'httemplate/view/svc_domain.cgi')
| -rwxr-xr-x | httemplate/view/svc_domain.cgi | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/httemplate/view/svc_domain.cgi b/httemplate/view/svc_domain.cgi index 3f2d4736a..b0f4ef0cf 100755 --- a/httemplate/view/svc_domain.cgi +++ b/httemplate/view/svc_domain.cgi @@ -169,28 +169,7 @@ DNS records % } <BR> -% my ( $settings, $defaults ) = $svc_domain->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> - -% } +<% include('elements/svc_export_settings.html', $svc_domain) %> <% joblisting({'svcnum'=>$svcnum}, 1) %> |
