summaryrefslogtreecommitdiff
path: root/httemplate/elements/select-did.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2014-12-28 23:26:26 -0800
committerMark Wells <mark@freeside.biz>2014-12-28 23:26:39 -0800
commita52edcc909e5873a2c8790ce33b03917d6e1d29c (patch)
treed1ead7d87e2b60d6eef4787852eb58dac1c52700 /httemplate/elements/select-did.html
parent7e07d384748a5d0c5307fd711e4af520bf3b3802 (diff)
voip.ms export, #31834
Diffstat (limited to 'httemplate/elements/select-did.html')
-rw-r--r--httemplate/elements/select-did.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/httemplate/elements/select-did.html b/httemplate/elements/select-did.html
index c39603156..8a91d7a61 100644
--- a/httemplate/elements/select-did.html
+++ b/httemplate/elements/select-did.html
@@ -81,18 +81,18 @@ Example:
% # if/when other folks need an areacode-less DID selector that goes
% # directly from state to region
- <TD VALIGN="top">
- <% include('/elements/select.html',
- 'field' => 'phonenum_state',
- 'id' => 'phonenum_state',
- 'options' => [ '', @{ $export->get_dids } ],
- 'labels' => { '' => 'Select province' },
- 'onchange' => 'phonenum_state_changed(this);',
- 'disabled' => ( $manual_checked ? 1 : 0 ),
- )
- %>
- <BR><FONT SIZE="-1" ID="phonenum_state_label" <% $manual_checked ? 'STYLE="color:#999999"' : '' %>>Province</FONT>
- </TD>
+ <TD VALIGN="top">
+ <% include('/elements/select.html',
+ 'field' => 'phonenum_state',
+ 'id' => 'phonenum_state',
+ 'options' => [ '', @{ $export->get_dids } ],
+ 'labels' => { '' => 'Select province' },
+ 'onchange' => 'phonenum_state_changed(this);',
+ 'disabled' => ( $manual_checked ? 1 : 0 ),
+ )
+ %>
+ <BR><FONT SIZE="-1" ID="phonenum_state_label" <% $manual_checked ? 'STYLE="color:#999999"' : '' %>>Province</FONT>
+ </TD>
<TD VALIGN="top">
<% include('/elements/select-region.html',