From bd8fcadb63c2d6bda4399d61b60e2661ecefc1cd Mon Sep 17 00:00:00 2001 From: Bill Peck Date: Tue, 10 Mar 2009 11:51:38 -0400 Subject: Fix pagination --- webui_templates/paginate.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webui_templates') diff --git a/webui_templates/paginate.tmpl b/webui_templates/paginate.tmpl index 66bf6345..9f5803d3 100644 --- a/webui_templates/paginate.tmpl +++ b/webui_templates/paginate.tmpl @@ -1,4 +1,4 @@ -#if $page > 0 +#if $pages > 0 ## USAGE: # set global what="system" ## # include "/path/to/this/file" -- cgit