X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fsvc_acct%2Fbasics.html;h=6adebc6cef763e4f07c1ab3124eddceb8f7d3809;hb=f5e559bc13ccdd761417e8ef83454f80937799f1;hp=4386a83181d4a59baf73dc99e46469770cb05407;hpb=998f029ef805c73e90543b34192e16d38a23c69c;p=freeside.git diff --git a/httemplate/view/svc_acct/basics.html b/httemplate/view/svc_acct/basics.html index 4386a8318..6adebc6ce 100644 --- a/httemplate/view/svc_acct/basics.html +++ b/httemplate/view/svc_acct/basics.html @@ -77,7 +77,10 @@ label=>mt('IP address'), value=> ( $svc_acct->slipip eq "0.0.0.0" || $svc_acct->slipip eq '0e0' ) ? "(".mt('Dynamic').")" - : $svc_acct->slipip + : $svc_acct->slipip. ' '. + include('/elements/popup_link-ping.html', + 'ip'=>$svc_acct->slipip, + ) &> % } @@ -100,7 +103,7 @@ % } <& /view/elements/tr.html, label=>mt('RADIUS groups'), - value=>join('
', $svc_acct->radius_groups) &> + value=>join('
', $svc_acct->radius_groups('long_description')) &> %# Can this be abstracted further? Maybe a library function like %# widget('HTML', 'view', $svc_acct) ? It would definitely make UI