diff options
author | ivan <ivan> | 2011-03-26 00:19:44 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-03-26 00:19:44 +0000 |
commit | 130940a4115c3b96e4d7b2206bea2ecf8d882d6e (patch) | |
tree | e6fe8191fc7d3370dea43181e6e5952744d0046a /httemplate/edit/svc_phone.cgi | |
parent | cfdb57e55e89c2e7bb38263eb5f032a7ff4c6837 (diff) |
visual glitch
Diffstat (limited to 'httemplate/edit/svc_phone.cgi')
-rw-r--r-- | httemplate/edit/svc_phone.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/svc_phone.cgi b/httemplate/edit/svc_phone.cgi index 963dbf5b4..2c19d2cd9 100644 --- a/httemplate/edit/svc_phone.cgi +++ b/httemplate/edit/svc_phone.cgi @@ -42,7 +42,7 @@ push @fields, { field => 'pbxsvc', { value => 'E911 Information', type => 'tablebreak-tr-title', - colspan => 7, + colspan => 8, }, { field => 'locationnum', type => 'select-cust_location', @@ -68,7 +68,7 @@ if ( $conf->exists('svc_phone-lnp') ) { push @fields, { value => 'Number Portability', type => 'tablebreak-tr-title', - colspan => 7, + colspan => 8, }, { field => 'lnp_status', type => 'select-lnp_status', |