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