diff options
author | ivan <ivan> | 2011-03-26 00:19:45 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-03-26 00:19:45 +0000 |
commit | 0c55289ea53b0a77ceb3f054cdc1f913868ec01e (patch) | |
tree | 4895c0bf728f652d35ea7f34f9caf3de9d7e3e90 | |
parent | fd2b1f68caf55584cc4b0e1fdf06d2a4ce5cd5a8 (diff) |
visual glitch
-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', |