summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2008-06-29 20:53:34 +0000
committerivan <ivan>2008-06-29 20:53:34 +0000
commit8a7aeda3fe2c178b0c492401adc6bf6afe47ec67 (patch)
treed434525178b00708cb519e18bc61591e9705b54d /httemplate
parent2d87f8d18a809c672fbd4d05dacf04efd9bbe621 (diff)
globalPOPs provisioning
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/elements/select-phonenum.html2
-rw-r--r--httemplate/elements/tr-select-did.html2
2 files changed, 3 insertions, 1 deletions
diff --git a/httemplate/elements/select-phonenum.html b/httemplate/elements/select-phonenum.html
index 99ddafc42..b98d140e4 100644
--- a/httemplate/elements/select-phonenum.html
+++ b/httemplate/elements/select-phonenum.html
@@ -71,7 +71,7 @@
<DIV ID="phonenumerror" STYLE="display:none"><IMG SRC="<%$fsurl%>images/cross.png"> <B>Select a different city/exchange</B></DIV>
-<SELECT NAME="<% $opt{'prefix'} %>phonenum" onChange="<% $opt{'prefix'} %>phonenum_changed(this); <% $opt{'onchange'} %>" <% $opt{'disabled'} %>>
+<SELECT NAME="<% $opt{'prefix'} %>phonenum" notonChange="<% $opt{'prefix'} %>phonenum_changed(this); <% $opt{'onchange'} %>" <% $opt{'disabled'} %>>
<OPTION VALUE="">Select phone number</OPTION>
</SELECT>
diff --git a/httemplate/elements/tr-select-did.html b/httemplate/elements/tr-select-did.html
index 29c5bb7dd..c78403345 100644
--- a/httemplate/elements/tr-select-did.html
+++ b/httemplate/elements/tr-select-did.html
@@ -3,6 +3,8 @@
% if ( $opt{'curr_value'} ne '' ) {
<TD BGCOLOR="#dddddd" <% $cell_style %>><% $opt{'formatted_value'} || $opt{'curr_value'} || $opt{'value'} |h %></TD>
+
+ <% include('hidden.html', %opt ) %>
% } else {