summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--webui_templates/distro_edit.tmpl8
-rw-r--r--webui_templates/profile_edit.tmpl8
-rw-r--r--webui_templates/repo_edit.tmpl4
-rw-r--r--webui_templates/system_edit.tmpl4
5 files changed, 13 insertions, 12 deletions
diff --git a/AUTHORS b/AUTHORS
index 440032b..b35f672 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -22,6 +22,7 @@ Patches and other contributions from:
Adam Rosenwald <thestrider@gmail.com>
Scott Seago <sseago@redhat.com>
Al Tobey <tobert@gmail.com>
+ Tim Verhoeven <tim.verhoeven.be@gmail.com>
[...send patches to get your name here...]
diff --git a/webui_templates/distro_edit.tmpl b/webui_templates/distro_edit.tmpl
index 88f8d29..5e45800 100644
--- a/webui_templates/distro_edit.tmpl
+++ b/webui_templates/distro_edit.tmpl
@@ -68,7 +68,7 @@ function disablename(value)
<label for="kernel">Kernel</label>
</td>
<td>
- <input type="text" size="255" style="width: 150px;" name="kernel" id="kernel"
+ <input type="text" size="255" style="width: 400px;" name="kernel" id="kernel"
#if $distro
value="$distro.kernel"
#end if
@@ -82,7 +82,7 @@ function disablename(value)
<label for="initrd">Initrd</label>
</td>
<td>
- <input type="text" size="255" style="width: 150px;" name="initrd" id="initrd"
+ <input type="text" size="255" style="width: 400px;" name="initrd" id="initrd"
#if $distro
value="$distro.initrd"
#end if
@@ -120,7 +120,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 $distro
value="$distro.kernel_options"
#end if
@@ -134,7 +134,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 $distro
value="$distro.ks_meta"
#end if
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
diff --git a/webui_templates/repo_edit.tmpl b/webui_templates/repo_edit.tmpl
index b4ac2f0..eed9db1 100644
--- a/webui_templates/repo_edit.tmpl
+++ b/webui_templates/repo_edit.tmpl
@@ -65,7 +65,7 @@ function disablename(value)
<label for="mirror">Mirror Location (http/ftp/rsync)</label>
</td>
<td>
- <input type="text" size="255" style="width: 150px;" name="mirror" id="mirror"
+ <input type="text" size="255" style="width: 400px;" name="mirror" id="mirror"
#if $repo
value="$repo.mirror"
#end if
@@ -98,7 +98,7 @@ function disablename(value)
<label for="rpm_list">RPM List</label>
</td>
<td>
- <input type="text" size="512" style="width: 150px;" name="rpm_list" id="rpm_list"
+ <input type="text" size="512" style="width: 400px;" name="rpm_list" id="rpm_list"
#if $repo
value="$repo.rpm_list"
#end if
diff --git a/webui_templates/system_edit.tmpl b/webui_templates/system_edit.tmpl
index 4561f13..cc1c0c3 100644
--- a/webui_templates/system_edit.tmpl
+++ b/webui_templates/system_edit.tmpl
@@ -157,7 +157,7 @@ function page_onload() {
<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 $system
value="$system.kernel_options"
#end if
@@ -171,7 +171,7 @@ function page_onload() {
<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 $system
value="$system.ks_meta"
#end if