summaryrefslogtreecommitdiffstats
path: root/webui_templates/ksfile_edit.tmpl
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-24 12:10:33 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-24 12:10:33 -0400
commit37969519ae6f8ec828390333fe2bc8fbec9d4d0d (patch)
treedabaf2d89f9f0699833001167f918e30c27dd6f1 /webui_templates/ksfile_edit.tmpl
parent3c09c5f43b937601765638b2a93ba7058997b5fd (diff)
downloadthird_party-cobbler-37969519ae6f8ec828390333fe2bc8fbec9d4d0d.tar.gz
third_party-cobbler-37969519ae6f8ec828390333fe2bc8fbec9d4d0d.tar.xz
third_party-cobbler-37969519ae6f8ec828390333fe2bc8fbec9d4d0d.zip
Apply AT Web UI patchset.
Diffstat (limited to 'webui_templates/ksfile_edit.tmpl')
-rw-r--r--webui_templates/ksfile_edit.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/webui_templates/ksfile_edit.tmpl b/webui_templates/ksfile_edit.tmpl
index a28fe74..8b0eeec 100644
--- a/webui_templates/ksfile_edit.tmpl
+++ b/webui_templates/ksfile_edit.tmpl
@@ -3,11 +3,11 @@
#block body
<form method="post" action="$base_url/ksfile_save">
- <input type="hidden" name="ksfile" value="$ksfile"/>
+ <input type="hidden" name="name" value="$name"/>
<fieldset id="cform">
<legend>Edit Kickstart File</legend>
- <pre><textarea rows="40" cols="120" name="ksdata">$ksdata</textarea></pre>
+ <pre><textarea rows="40" cols="120" name="ksdata" id="ksdata">$ksdata</textarea></pre>
<br/>
<input type="submit" name="submit" value="Save"/>