From 66102a014ef61f1873c2bb6fc2374cab7793134c Mon Sep 17 00:00:00 2001 From: levinse Date: Tue, 11 Jan 2011 15:49:12 +0000 Subject: Vitelity DID selection improvements, RT4868 --- httemplate/elements/select-did.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'httemplate/elements') 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: % 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') ) { @@ -63,9 +62,8 @@ Example:
% } -% 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') ) { Toll-free <% include('/elements/select-phonenum.html', 'svcpart' => $svcpart, -- cgit v1.2.1