summaryrefslogtreecommitdiffstats
path: root/webui_templates/distro_edit.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'webui_templates/distro_edit.tmpl')
-rw-r--r--webui_templates/distro_edit.tmpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/webui_templates/distro_edit.tmpl b/webui_templates/distro_edit.tmpl
index 1b9769c..fa4fecb 100644
--- a/webui_templates/distro_edit.tmpl
+++ b/webui_templates/distro_edit.tmpl
@@ -50,7 +50,7 @@ function disablename(value)
value="$distro.name"
#end if
/>
- <p class="context-tip">Example: RHEL-5-x86</p>
+ <p class="context-tip">Example: RHEL-5-i386</p>
</td>
</tr>
@@ -104,10 +104,10 @@ function disablename(value)
<label for="arch">Architecture</label>
</td>
<td>
- #if $distro and $distro.arch == "x86"
- <input type="radio" name="arch" id="arch" value="x86" checked>x86
+ #if $distro and $distro.arch == "i386"
+ <input type="radio" name="arch" id="arch" value="i386" checked>x86
#else
- <input type="radio" name="arch" id="arch" value="x86">x86
+ <input type="radio" name="arch" id="arch" value="i386">i386
#end if
#if $distro and $distro.arch == "x86_64"
<input type="radio" name="arch" id="arch" value="x86_64" checked>x86_64