summaryrefslogtreecommitdiffstats
path: root/webui_templates
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-06-03 16:16:45 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-06-03 16:16:45 -0400
commitaa1911fef63c57071180d614699b1a2c27f003db (patch)
tree33a476bd7b4f7471b60ed5a6793bdd333aa1b019 /webui_templates
parent8285bcb4a8e589690db80f5a915ea3d76e0f093b (diff)
downloadthird_party-cobbler-aa1911fef63c57071180d614699b1a2c27f003db.tar.gz
third_party-cobbler-aa1911fef63c57071180d614699b1a2c27f003db.tar.xz
third_party-cobbler-aa1911fef63c57071180d614699b1a2c27f003db.zip
Undo some improperly reverted i386/x86_64 switching around. We should be using i386, not x86, to mean "that
thing other than x86_64".
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 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
diff --git a/webui_templates/repo_edit.tmpl b/webui_templates/repo_edit.tmpl
index 92341a9..c259a13 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-x86-EPEL-testing</p>
+ <p class="context-tip">Example: EL-5-i386-EPEL-testing</p>
</td>
</tr>