summaryrefslogtreecommitdiffstats
path: root/webui_templates
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-13 18:38:43 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-13 18:38:43 -0400
commit522f4a9573db3443b6fdba095a97daf7755bbaf3 (patch)
tree8b9c21ed9e25a9e42b029104ba467032d8efc38c /webui_templates
parent30d26a3e234d3229e128c977b7aeefdc425ad910 (diff)
downloadthird_party-cobbler-522f4a9573db3443b6fdba095a97daf7755bbaf3.tar.gz
third_party-cobbler-522f4a9573db3443b6fdba095a97daf7755bbaf3.tar.xz
third_party-cobbler-522f4a9573db3443b6fdba095a97daf7755bbaf3.zip
Adds a empty.tmpl file that shows up when a list contains 0 items.
Diffstat (limited to 'webui_templates')
-rw-r--r--webui_templates/empty.tmpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/webui_templates/empty.tmpl b/webui_templates/empty.tmpl
new file mode 100644
index 0000000..7a76dda
--- /dev/null
+++ b/webui_templates/empty.tmpl
@@ -0,0 +1,5 @@
+#extends cobbler.webui.master
+
+#block body
+No items found. Add some using the links on the left.
+#end block body