summaryrefslogtreecommitdiff
path: root/httemplate/view/svc_phone.cgi
blob: 732f3cd79591f5bdb447a206c0bc996d5be940ee (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',
                          },
           )
%>