summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Hostbase/hostbase/webtemplates/copy.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Server/Hostbase/hostbase/webtemplates/copy.html')
-rw-r--r--src/lib/Server/Hostbase/hostbase/webtemplates/copy.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/Server/Hostbase/hostbase/webtemplates/copy.html b/src/lib/Server/Hostbase/hostbase/webtemplates/copy.html
index aeb67587f..8ee143b15 100644
--- a/src/lib/Server/Hostbase/hostbase/webtemplates/copy.html
+++ b/src/lib/Server/Hostbase/hostbase/webtemplates/copy.html
@@ -30,7 +30,7 @@
<option value="{{ choice.0 }}" selected="selected" >{{ choice.1 }}
{% else %}
<option value="{{ choice.0 }}">{{ choice.1 }}
- {% endifequal %}
+ {% endifequal %}
{% endfor %}
</select>
</td></tr>
@@ -42,19 +42,19 @@
<option value="{{ choice.0 }}" selected="selected" >{{ choice.1 }}
{% else %}
<option value="{{ choice.0 }}">{{ choice.1 }}
- {% endifequal %}
+ {% endifequal %}
{% endfor %}
</select>
</td></tr>
<tr> <td> <b>class</b></td>
<td>
- <select name="security_class">
+ <select name="security_class">
{% for choice in CLASS_CHOICES %}
{% ifequal host.security_class choice.0 %}
<option value="{{ choice.0 }}" selected="selected" >{{ choice.1 }}
{% else %}
<option value="{{ choice.0 }}">{{ choice.1 }}
- {% endifequal %}
+ {% endifequal %}
{% endfor %}
</select></td></tr>
<tr> <td> <b>support</b></td>
@@ -65,7 +65,7 @@
<option value="{{ choice.0 }}" selected="selected" >{{ choice.1 }}
{% else %}
<option value="{{ choice.0 }}">{{ choice.1 }}
- {% endifequal %}
+ {% endifequal %}
{% endfor %}
</select></td></tr>
<tr> <td> <b>csi</b></td>