From: ivan Date: Tue, 22 Jul 2008 04:59:08 +0000 (+0000) Subject: add "incoming CDRs" link to phone# view also X-Git-Tag: root_of_webpay_support~465 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=d4b68558b9a0e40d66d0f61a940a233a85e31b90 add "incoming CDRs" link to phone# view also --- diff --git a/httemplate/view/svc_phone.cgi b/httemplate/view/svc_phone.cgi index e6bdce2c4..3cc1b3f44 100644 --- a/httemplate/view/svc_phone.cgi +++ b/httemplate/view/svc_phone.cgi @@ -34,7 +34,11 @@ my $html_foot = sub { "View $_ CDRs"; } keys(%what); - join(' | ', @links). '
'; + my @ilinks = ( qq(). + 'View incoming CDRs' ); + + join(' | ', @links ). '
'. + join(' | ', @ilinks). '
'; };