summaryrefslogtreecommitdiff
path: root/UI/ct-search.html
diff options
context:
space:
mode:
Diffstat (limited to 'UI/ct-search.html')
-rw-r--r--UI/ct-search.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/UI/ct-search.html b/UI/ct-search.html
index bd0dfaf6..3f6f9514 100644
--- a/UI/ct-search.html
+++ b/UI/ct-search.html
@@ -15,6 +15,15 @@
<th align="right"><?lsmb text('Company Name') ?></th>
<td><?lsmb PROCESS input element_data={size => '32', name => 'name'} ?></td>
</tr>
+ <tr>
+ <th align="right"><?lsmb text('Control Code') ?></th>
+ <td><?lsmb PROCESS input element_data = {
+ size = 32
+ name = "control_code"
+ type = "text"
+ value = control_code
+ } ?></td>
+ </tr>
<tr>
<th align="right"><?lsmb text('Contact') ?></th>
<td><?lsmb PROCESS input element_data={size => '32', name => 'contact'} ?></td>