summaryrefslogtreecommitdiffstats
path: root/webui_templates/profile_edit.tmpl
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-11-16 16:12:19 -0500
committerMichael DeHaan <mdehaan@redhat.com>2007-11-16 16:12:19 -0500
commitf03a0e7997d07c8ff69da3a18e61a0ab59674b6f (patch)
tree444d9ea65cb013942a3b5712a0f4e6ad54527cea /webui_templates/profile_edit.tmpl
parent3a1e1828c5fb1716fa07856b0744e40923133297 (diff)
downloadthird_party-cobbler-f03a0e7997d07c8ff69da3a18e61a0ab59674b6f.tar.gz
third_party-cobbler-f03a0e7997d07c8ff69da3a18e61a0ab59674b6f.tar.xz
third_party-cobbler-f03a0e7997d07c8ff69da3a18e61a0ab59674b6f.zip
Apply Tim Verhoeven's patch to lengthen WebUI fields.
Diffstat (limited to 'webui_templates/profile_edit.tmpl')
-rw-r--r--webui_templates/profile_edit.tmpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/webui_templates/profile_edit.tmpl b/webui_templates/profile_edit.tmpl
index 44a7a82..6be47d0 100644
--- a/webui_templates/profile_edit.tmpl
+++ b/webui_templates/profile_edit.tmpl
@@ -125,7 +125,7 @@ function disablename(value)
<label for="kickstart">Kickstart File</label>
</td>
<td>
- <input type="text" size="255" style="width: 150px;" name="kickstart" id="kickstart"
+ <input type="text" size="255" style="width: 400px;" name="kickstart" id="kickstart"
#if $profile
value="$profile.kickstart"
#end if
@@ -139,7 +139,7 @@ function disablename(value)
<label for="kopts">Kernel Options</label>
</td>
<td>
- <input type="text" size="255" style="width: 150px;" name="kopts" id="kopts"
+ <input type="text" size="255" style="width: 400px;" name="kopts" id="kopts"
#if $profile
value="$profile.kernel_options"
#end if
@@ -153,7 +153,7 @@ function disablename(value)
<label for="ksmeta">Kickstart Metadata</label>
</td>
<td>
- <input type="text" size="255" style="width: 150px;" name="ksmeta" id="ksmeta"
+ <input type="text" size="255" style="width: 400px;" name="ksmeta" id="ksmeta"
#if $profile
value="$profile.ks_meta"
#end if
@@ -223,7 +223,7 @@ function disablename(value)
<label for="virtpath">Virt Path</label>
</td>
<td>
- <input type="text" size="255" style="width: 150px;" name="virtpath" id="virtpath"
+ <input type="text" size="255" style="width: 400px;" name="virtpath" id="virtpath"
#if $profile
value="$profile.virt_path"
#end if