diff options
author | levinse <levinse> | 2011-01-11 15:49:12 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-01-11 15:49:12 +0000 |
commit | 66102a014ef61f1873c2bb6fc2374cab7793134c (patch) | |
tree | 228781550069177c0ecc6afe3844c2794a9e5b18 /httemplate/elements | |
parent | 7934ac2de21debc15ce89405ed0f4c061c4f0236 (diff) |
Vitelity DID selection improvements, RT4868
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/select-did.html | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/httemplate/elements/select-did.html b/httemplate/elements/select-did.html index 5256ae44d..6cc63b961 100644 --- a/httemplate/elements/select-did.html +++ b/httemplate/elements/select-did.html @@ -13,9 +13,8 @@ Example: </%doc> % if ( $use_selector ) { -% if ( $export->exporttype eq 'vitelity' && -% ( $export->option('restrict_selection') eq 'non-tollfree' -% || !$export->option('restrict_selection')) ) { +% if ( $export->option('restrict_selection') eq 'non-tollfree' +% || !$export->option('restrict_selection') ) { <TABLE> <TR> @@ -63,9 +62,8 @@ Example: </TABLE> % } -% if ( $export->exporttype eq 'vitelity' && -% ( $export->option('restrict_selection') eq 'tollfree' -% || !$export->option('restrict_selection')) ) { +% if ( $export->option('restrict_selection') eq 'tollfree' +% || !$export->option('restrict_selection') ) { <font size="-1">Toll-free</font> <% include('/elements/select-phonenum.html', 'svcpart' => $svcpart, |