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