From 1a2c70cd1d7ae51abd628d59d28f39a7b0716121 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 19 Apr 2010 01:25:51 +0000 Subject: communigate provisioning phase 2: add svc_domain.trailer -> communigate TrailerText, RT#7514 --- httemplate/edit/svc_domain.cgi | 18 +++++++++++++++++- httemplate/view/svc_domain/basics.html | 7 +++++++ 2 files changed, 24 insertions(+), 1 deletion(-) (limited to 'httemplate') diff --git a/httemplate/edit/svc_domain.cgi b/httemplate/edit/svc_domain.cgi index c85dd3b72..8b4f282a6 100755 --- a/httemplate/edit/svc_domain.cgi +++ b/httemplate/edit/svc_domain.cgi @@ -55,7 +55,7 @@ Available top-level domains: <% $export->option('tlds') %> % } % if ( $communigate -% && $part_svc->part_svc_column('max_accounts')->columnflag !~ /^[FA]$/ ) { +% && $part_svc->part_svc_column('cgp_aliases')->columnflag !~ /^[FA]$/ ) { Aliases @@ -95,6 +95,22 @@ Available top-level domains: <% $export->option('tlds') %> % } +% if ( $communigate +% && $part_svc->part_svc_column('trailer')->columnflag ne 'F' ) +% { + + + Mail trailer + + + + + +% } else { + +% } + +
diff --git a/httemplate/view/svc_domain/basics.html b/httemplate/view/svc_domain/basics.html index db4fac150..c9841f49c 100644 --- a/httemplate/view/svc_domain/basics.html +++ b/httemplate/view/svc_domain/basics.html @@ -84,6 +84,13 @@ Service #<% $svcnum %> <% $svc_domain->cgp_accessmodes %> +% if ( $svc_domain->trailer ) { + + Mail trailer +
<% $svc_domain->trailer |h %>
+ +% } + <%init> -- cgit v1.2.1