summaryrefslogtreecommitdiffstats
path: root/webui_templates
diff options
context:
space:
mode:
Diffstat (limited to 'webui_templates')
-rw-r--r--webui_templates/distro_edit.tmpl8
-rw-r--r--webui_templates/repo_edit.tmpl2
2 files changed, 5 insertions, 5 deletions
diff --git a/webui_templates/distro_edit.tmpl b/webui_templates/distro_edit.tmpl
index 66e982d..1b9769c 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-i386</p>
+ <p class="context-tip">Example: RHEL-5-x86</p>
</td>
</tr>
@@ -104,10 +104,10 @@ function disablename(value)
<label for="arch">Architecture</label>
</td>
<td>
- #if $distro and $distro.arch == "i386"
- <input type="radio" name="arch" id="arch" value="i386" checked>i386
+ #if $distro and $distro.arch == "x86"
+ <input type="radio" name="arch" id="arch" value="x86" checked>x86
#else
- <input type="radio" name="arch" id="arch" value="i386">i386
+ <input type="radio" name="arch" id="arch" value="x86">x86
#end if
#if $distro and $distro.arch == "x86_64"
<input type="radio" name="arch" id="arch" value="x86_64" checked>x86_64
diff --git a/webui_templates/repo_edit.tmpl b/webui_templates/repo_edit.tmpl
index c259a13..92341a9 100644
--- a/webui_templates/repo_edit.tmpl
+++ b/webui_templates/repo_edit.tmpl
@@ -46,7 +46,7 @@ function disablename(value)
value="$repo.name"
#end if
/>
- <p class="context-tip">Example: EL-5-i386-EPEL-testing</p>
+ <p class="context-tip">Example: EL-5-x86-EPEL-testing</p>
</td>
</tr>