diff options
author | ivan <ivan> | 2011-12-19 01:59:15 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-12-19 01:59:15 +0000 |
commit | fc2bc78541d1c8c0f1f0570b55e41ac032d03e65 (patch) | |
tree | 70f10e2022f66bbe55392d0164857d9141c5d66e /httemplate/view/svc_acct/basics.html | |
parent | 42ea39c6e35c370369fdcccb7c303c1812146355 (diff) |
tower for svc_acct, RT#15538
Diffstat (limited to 'httemplate/view/svc_acct/basics.html')
-rw-r--r-- | httemplate/view/svc_acct/basics.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/httemplate/view/svc_acct/basics.html b/httemplate/view/svc_acct/basics.html index 6adebc6ce..8f180b648 100644 --- a/httemplate/view/svc_acct/basics.html +++ b/httemplate/view/svc_acct/basics.html @@ -42,6 +42,17 @@ <& /view/elements/tr.html, label=>mt('Access number'), value=>$svc_acct_pop->text &> % } +% if ( $svc_acct->sectornum && $conf->exists('svc_acct-tower_sector') ) { +% my $tower_sector = $svc_acct->tower_sector; +% my $link = $tower_sector->ip_addr +% ? '<A HREF="http://'. $tower_sector->ip_addr. '">' +% : ''; + <& /view/elements/tr.html, + label => mt('Tower sector'), + value => $link. $tower_sector->description. ($link ? '</A>' : ''), + &> +% } + % if ($svc_acct->uid ne '') { <& /view/elements/tr.html, label=>mt('UID'), value=>$svc_acct->uid &> % } |