summaryrefslogtreecommitdiffstats
path: root/webui_templates
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-10-20 16:18:35 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-10-20 16:18:35 -0400
commitb4038ce8aec2690302349ecaf6e2ed71d0683ff3 (patch)
tree00ab05fccead59b74468791c13327f2d079b5110 /webui_templates
parent88eaace10ed681bedd54d45ba0d66c417bed0f64 (diff)
downloadcobbler-b4038ce8aec2690302349ecaf6e2ed71d0683ff3.tar.gz
cobbler-b4038ce8aec2690302349ecaf6e2ed71d0683ff3.tar.xz
cobbler-b4038ce8aec2690302349ecaf6e2ed71d0683ff3.zip
Make reporting work on images again, make selects non-multiple
Diffstat (limited to 'webui_templates')
-rw-r--r--webui_templates/image_edit.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/webui_templates/image_edit.tmpl b/webui_templates/image_edit.tmpl
index e9b8cd3e..bac5d633 100644
--- a/webui_templates/image_edit.tmpl
+++ b/webui_templates/image_edit.tmpl
@@ -126,7 +126,7 @@ function disablename(value)
</td>
<td>
- <select name="breed" id="breed" multiple="1">
+ <select name="breed" id="breed">
#for $br in [ "redhat", "debian", "generic", "suse", "ubuntu", "unix", "windows" ]:
<option value="$br"
@@ -277,7 +277,7 @@ function disablename(value)
</td>
<td>
- <select name="imagetype" id="imagetype" multiple="1">
+ <select name="imagetype" id="imagetype">
#for $it in [ "direct", "iso", "memdisk", "virt-clone" ]:
<option value="$it"
#if $image and $image.image_type == $it