summaryrefslogtreecommitdiff
path: root/httemplate/view/svc_cert.cgi
blob: eeda9a1dd0827e10771968323bb7d68028417170 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<% include('elements/svc_Common.html',
             'table'     => 'svc_pbx',
             'edit_url'  => $p."edit/svc_Common.html?svcdb=svc_pbx;svcnum=",
             #'labels'    => \%labels,
             #'html_foot' => $html_foot,
             'fields' => []
          )
%>
<%init>

#my $fields = FS::svc_pbx->table_info->{'fields'};
#my %labels = map { $_ =>  ( ref($fields->{$_})
#                             ? $fields->{$_}{'label'}
#                             : $fields->{$_}
#                         );
#                 }
#             keys %$fields;

</%init>