summaryrefslogtreecommitdiff
path: root/httemplate/view/svc_phone.cgi
blob: 8de7cc8e75c0843f5c850481775b2118a49511ec (plain)
1
2
3
4
5
6
7
8
9
10
<%= include('elements/svc_Common.html',
              'table'  => 'svc_phone',
              'fields' => [qw( countrycode phonenum )], #pin
              'labels' => {
                            'countrycode' => 'Country code',
                            'phonenum'    => 'Phone number',
                            'pin'         => 'PIN',
                          },
           )
%>