diff options
-rw-r--r-- | templates/web/seesomething/admin/stats.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/web/seesomething/admin/stats.html b/templates/web/seesomething/admin/stats.html index b82edcc62..90c2ad17c 100644 --- a/templates/web/seesomething/admin/stats.html +++ b/templates/web/seesomething/admin/stats.html @@ -32,6 +32,11 @@ <input type="submit" name="getcounts" size="30" id="getcounts" value="Look Up" /> </form> +[% IF pager.total_entries == 0 %] +<p align="center"> +No Results found +</p> +[% ELSE %] <table class="admin-report"> <thead> <tr> @@ -56,6 +61,7 @@ [%- END %] </tbody> </table> +[% END %] [% INCLUDE 'pagination.html', param = 'p' %] |