diff options
| author | tim b <timb@camcompu.home> | 2010-06-10 07:35:26 -0700 |
|---|---|---|
| committer | tim b <timb@camcompu.home> | 2010-06-10 07:35:26 -0700 |
| commit | e8f63c24b5c4860d790a30ee231263cf240ec3e2 (patch) | |
| tree | 70fb6dff85b2e582673a0bd27a540e54e52fc497 | |
| parent | c0422040dbb2a9f0025709f037f7f17362d862bc (diff) | |
no results found
| -rw-r--r-- | template/search_files.st | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/search_files.st b/template/search_files.st index 88a3dab..553694a 100644 --- a/template/search_files.st +++ b/template/search_files.st @@ -57,6 +57,9 @@ } } var contentString = '' + if (images.length == 0) { + setMessage("no results found") + } for(var i = 0; i < images.length; i++){ contentString += '<a href="'+images[i]+'"><img src="'+images[i]+'"></a>' } |
