summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorivan <ivan>2010-04-19 01:25:51 +0000
committerivan <ivan>2010-04-19 01:25:51 +0000
commit1a2c70cd1d7ae51abd628d59d28f39a7b0716121 (patch)
tree1beeb7657df45a9aa5a86a1a7038a41224eb8359 /httemplate/view
parent7bb7f93d86e7309eff4c47aa78b206fdce5e60be (diff)
communigate provisioning phase 2: add svc_domain.trailer -> communigate TrailerText, RT#7514
Diffstat (limited to 'httemplate/view')
-rw-r--r--httemplate/view/svc_domain/basics.html7
1 files changed, 7 insertions, 0 deletions
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 #<B><% $svcnum %></B>
<TD BGCOLOR="#ffffff"><% $svc_domain->cgp_accessmodes %></TD>
</TR>
+% if ( $svc_domain->trailer ) {
+ <TR>
+ <TD ALIGN="right">Mail trailer</TD>
+ <TD BGCOLOR="#ffffff"><PRE><% $svc_domain->trailer |h %></PRE></TD>
+ </TR>
+% }
+
</TABLE></TD></TR></TABLE>
<%init>