diff options
| author | levinse <levinse> | 2011-06-21 01:08:07 +0000 |
|---|---|---|
| committer | levinse <levinse> | 2011-06-21 01:08:07 +0000 |
| commit | 9f2280fbce022ab9bcfc46fe94483730b0aeb0f8 (patch) | |
| tree | 15865cb482bc3995d423f95f1d45ca13b90c4905 /httemplate/view | |
| parent | 44ce5ab2e8edd012154d3bb7e5711341e8c6cf35 (diff) | |
re-write RADIUS groups, RT13274
Diffstat (limited to 'httemplate/view')
| -rw-r--r-- | httemplate/view/svc_acct/basics.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/svc_acct/basics.html b/httemplate/view/svc_acct/basics.html index 4386a8318..6a0ed9260 100644 --- a/httemplate/view/svc_acct/basics.html +++ b/httemplate/view/svc_acct/basics.html @@ -100,7 +100,7 @@ % } <& /view/elements/tr.html, label=>mt('RADIUS groups'), - value=>join('<BR>', $svc_acct->radius_groups) &> + value=>join('<BR>', $svc_acct->radius_groups('COMBINED')) &> %# Can this be abstracted further? Maybe a library function like %# widget('HTML', 'view', $svc_acct) ? It would definitely make UI |
