summaryrefslogtreecommitdiffstats
path: root/webui_templates/ksfile_list.tmpl
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-05-28 11:07:39 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-05-28 11:07:39 -0400
commit36fd29894dc5859fa295aac08d2726cf77667088 (patch)
tree75ec187193a029af50a898878c9fe9f56735075b /webui_templates/ksfile_list.tmpl
parent60e7b2048cb810082d9f5da189d827d0dec3747c (diff)
parent2963016f5c143a6f3c3bc711a2b6d1ed07d65abe (diff)
downloadthird_party-cobbler-36fd29894dc5859fa295aac08d2726cf77667088.tar.gz
third_party-cobbler-36fd29894dc5859fa295aac08d2726cf77667088.tar.xz
third_party-cobbler-36fd29894dc5859fa295aac08d2726cf77667088.zip
Merge branch 'devel'
Conflicts: cobbler.spec cobbler/item_system.py cobbler/webui/master.py
Diffstat (limited to 'webui_templates/ksfile_list.tmpl')
-rw-r--r--webui_templates/ksfile_list.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/webui_templates/ksfile_list.tmpl b/webui_templates/ksfile_list.tmpl
index dcfaa0a..6ae1a9c 100644
--- a/webui_templates/ksfile_list.tmpl
+++ b/webui_templates/ksfile_list.tmpl
@@ -3,7 +3,7 @@
#block body
<table class="sortable">
<thead>
- <caption>Cobbler Kickstart Files</caption>
+ <caption>Cobbler Kickstart Templates</caption>
<tr>
<th class="text">File</th>
<th class="text">Edit/View</th>
@@ -12,6 +12,7 @@
<tbody>
#set $evenodd = 1
#for $ksfile in $ksfiles
+ <!-- $ksfile -->
#if $evenodd % 2 == 0
#set $tr_class = "roweven"
#else