From fc90ea523e28e68090d098063b26557c5de0bcf6 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 21 Feb 2010 09:19:07 +0000 Subject: communigate, RT#7083 --- httemplate/edit/svc_acct.cgi | 27 +++++++++++++++++++++++++++ httemplate/view/svc_acct/basics.html | 7 +++++++ 2 files changed, 34 insertions(+) (limited to 'httemplate') diff --git a/httemplate/edit/svc_acct.cgi b/httemplate/edit/svc_acct.cgi index f44147ff4..c842b1b57 100755 --- a/httemplate/edit/svc_acct.cgi +++ b/httemplate/edit/svc_acct.cgi @@ -328,6 +328,33 @@ Service # <% $svcnum ? "$svcnum" : " (NEW)" %>
% } % } +% if ( $communigate ) { + + + Message delete method + + + + + + + On logout remove trash + + + +% } else { + + + + +% } + % if ( $part_svc->part_svc_column('slipip')->columnflag =~ /^[FA]$/ ) { diff --git a/httemplate/view/svc_acct/basics.html b/httemplate/view/svc_acct/basics.html index 2b05e78a6..0159a7ed0 100644 --- a/httemplate/view/svc_acct/basics.html +++ b/httemplate/view/svc_acct/basics.html @@ -85,6 +85,13 @@ <% include('tr.html', label=>'File size limit', value=>$svc_acct->file_maxsize ) %> + <% include('tr.html', label=>'Message delete method', + value=>$svc_acct->cgp_deletemode ) %> + + <% include('tr.html', label=>'On logout remove trash', + value=>$svc_acct->cgp_emptytrash ) %> + + % } % if ($svc_acct->slipip) { -- cgit v1.2.1