summaryrefslogtreecommitdiffstats
path: root/webui_templates/empty.tmpl
diff options
context:
space:
mode:
authorJames Cammarata <jimi@sngx.net>2009-03-07 21:44:00 -0600
committerJames Cammarata <jimi@sngx.net>2009-03-07 21:44:00 -0600
commitd3fdc6d4965b02ce18346f067c14080115943a38 (patch)
treed2fa630d3f0e941acb7f5115c31ea91aabb4ae11 /webui_templates/empty.tmpl
parent54e462f3dca472d8bb8dc8a2b0a69c60ed9fe2ec (diff)
parent61db7baa541acc32b305ea6977a14ee8f5b3f470 (diff)
downloadcobbler-d3fdc6d4965b02ce18346f067c14080115943a38.tar.gz
cobbler-d3fdc6d4965b02ce18346f067c14080115943a38.tar.xz
cobbler-d3fdc6d4965b02ce18346f067c14080115943a38.zip
Merge branch 'devel' of git://git.fedorahosted.org/cobbler into ris-devel
Conflicts: cobbler/utils.py
Diffstat (limited to 'webui_templates/empty.tmpl')
-rw-r--r--webui_templates/empty.tmpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/webui_templates/empty.tmpl b/webui_templates/empty.tmpl
index 7a76ddad..9f6d6725 100644
--- a/webui_templates/empty.tmpl
+++ b/webui_templates/empty.tmpl
@@ -1,5 +1,9 @@
#extends cobbler.webui.master
#block body
+#if $getVar('search','') == ''
No items found. Add some using the links on the left.
+#else
+No matches found.
+#end if
#end block body