summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Hostbase/hostbase/webtemplates/search.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Server/Hostbase/hostbase/webtemplates/search.html')
-rw-r--r--src/lib/Server/Hostbase/hostbase/webtemplates/search.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/Server/Hostbase/hostbase/webtemplates/search.html b/src/lib/Server/Hostbase/hostbase/webtemplates/search.html
index 1c869f0d7..03d65d058 100644
--- a/src/lib/Server/Hostbase/hostbase/webtemplates/search.html
+++ b/src/lib/Server/Hostbase/hostbase/webtemplates/search.html
@@ -37,12 +37,6 @@
<td> <input name="csi" type="text" ></td></tr>
<tr> <td> <b>printq</b></td>
<td> <input name="printq" type="text" ></td></tr>
- <tr> <td> <b>dhcp</b></td>
- <td>
- {% for choice in yesno %}
- <input type="radio" name="dhcp" value="{{ choice.0 }}" >{{ choice.1 }}
- {% endfor %}
- </td></tr>
<tr> <td> <b>outbound_smtp</b></td>
<td>
{% for choice in yesno %}
@@ -62,6 +56,12 @@
<input type="radio" name="hdwr_type" value="{{ choice.0 }}" >{{ choice.1 }}
{% endfor %}
</td></tr>
+ <tr> <td> <b>dhcp</b></td>
+ <td>
+ {% for choice in yesno %}
+ <input type="radio" name="dhcp" value="{{ choice.0 }}" >{{ choice.1 }}
+ {% endfor %}
+ </td></tr>
<tr> <td> <b>mac_addr</b></td>
<td> <input name="mac_addr" type="text"></td></tr>
<tr> <td> <b>ip_addr</b></td>