summaryrefslogtreecommitdiffstats
path: root/webui_templates/ksfile_list.tmpl
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-14 18:43:40 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-14 18:43:40 -0400
commit8528bca16b061aeb2d12eb38bb6454092f5ca19b (patch)
tree60ac7f6ed6e4c5c5dc69e349d4bc0e23d4317feb /webui_templates/ksfile_list.tmpl
parentd5295e872079daa619ffeb24c881be6655716ef1 (diff)
downloadthird_party-cobbler-8528bca16b061aeb2d12eb38bb6454092f5ca19b.tar.gz
third_party-cobbler-8528bca16b061aeb2d12eb38bb6454092f5ca19b.tar.xz
third_party-cobbler-8528bca16b061aeb2d12eb38bb6454092f5ca19b.zip
Fix URL on kickstart listing page.
Diffstat (limited to 'webui_templates/ksfile_list.tmpl')
-rw-r--r--webui_templates/ksfile_list.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/webui_templates/ksfile_list.tmpl b/webui_templates/ksfile_list.tmpl
index 2675d71..292fcf9 100644
--- a/webui_templates/ksfile_list.tmpl
+++ b/webui_templates/ksfile_list.tmpl
@@ -22,9 +22,9 @@
<tr class="$tr_class">
<td>$ksfile</td>
#if $ksfile.startswith("/var/lib/cobbler/kickstarts")
- <td><a href="/ksfile_edit?name=$ksfile">edit</a></td>
+ <td><a href="$base_url/ksfile_edit?name=$ksfile">edit</a></td>
#else if $ksfile.startswith("/etc/cobbler")
- <td><a href="/ksfile_edit?name=$ksfile">edit</a></td>
+ <td><a href="$base_url/ksfile_edit?name=$ksfile">edit</a></td>
#else if $ksfile.startswith("http://")
<td><a href="$ksfile">view</A></td>
#else