From 690f020eb7e2af7112793747f45b488aa0e24e03 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 21 Feb 2010 03:16:05 +0000 Subject: communigate, RT#7083 --- httemplate/edit/svc_acct.cgi | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) (limited to 'httemplate/edit/svc_acct.cgi') diff --git a/httemplate/edit/svc_acct.cgi b/httemplate/edit/svc_acct.cgi index 065ce701d..0254ec186 100755 --- a/httemplate/edit/svc_acct.cgi +++ b/httemplate/edit/svc_acct.cgi @@ -243,7 +243,9 @@ Service # <% $svcnum ? "$svcnum" : " (NEW)" %>
% } -% if ( $communigate ) { +% if ( $communigate +% && $part_svc->part_svc_column('cgp_type')->columnflag ne 'F' ) +% { Mailbox type @@ -258,17 +260,27 @@ Service # <% $svcnum ? "$svcnum" : " (NEW)" %>
- +% } else { + +% } + + +% if ( $communigate +% && $part_svc->part_svc_column('cgp_accessmodes')->columnflag ne 'F' ) +% { + - Mailbox type - XXX checkbox thingie!! + Enabled services + + <% include( '/elements/communigate_pro-accessmodes.html', + 'curr_value' => $svc_acct->cgp_accessmodes, + ) + %> - % } else { - - + % } -- cgit v1.2.1