summaryrefslogtreecommitdiffstats
path: root/webui_templates
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-06-03 16:14:01 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-06-03 16:14:01 -0400
commit8285bcb4a8e589690db80f5a915ea3d76e0f093b (patch)
tree0b088d94a1665a0898d34aa2b2d995dc8b242b24 /webui_templates
parent898074326155d428db59b7b46181ebb9f4718852 (diff)
downloadthird_party-cobbler-8285bcb4a8e589690db80f5a915ea3d76e0f093b.tar.gz
third_party-cobbler-8285bcb4a8e589690db80f5a915ea3d76e0f093b.tar.xz
third_party-cobbler-8285bcb4a8e589690db80f5a915ea3d76e0f093b.zip
Adding some fields to settings and misc cleanup
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>