summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@mdehaan.rdu.redhat.com>2007-09-24 13:03:58 -0400
committerroot <root@mdehaan.rdu.redhat.com>2007-09-24 13:03:58 -0400
commit565c79187e9b0e7d0ec8809b7aa3e2ac594f97cd (patch)
treeb7a5ad8400a84963e450770eada212b8887fb3ed
parent454e6d9d2792138392053ecf97cce9fdaabb7611 (diff)
downloadthird_party-cobbler-565c79187e9b0e7d0ec8809b7aa3e2ac594f97cd.tar.gz
third_party-cobbler-565c79187e9b0e7d0ec8809b7aa3e2ac594f97cd.tar.xz
third_party-cobbler-565c79187e9b0e7d0ec8809b7aa3e2ac594f97cd.zip
Fix HTML dropdown selector bug
-rw-r--r--webui_templates/profile_edit.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui_templates/profile_edit.tmpl b/webui_templates/profile_edit.tmpl
index 5f5fc7c..e92a977 100644
--- a/webui_templates/profile_edit.tmpl
+++ b/webui_templates/profile_edit.tmpl
@@ -73,7 +73,7 @@ function disablename(value)
<select name="distro" id="distro">
#for $distro in $distros:
<option name="$distro.name"
- #if $profile and $profile.distro == $distro
+ #if $profile and $profile.distro == $distro.name
selected="true"
#end if
>$distro.name