diff options
Diffstat (limited to 'httemplate/search/elements/search.html')
-rw-r--r-- | httemplate/search/elements/search.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/httemplate/search/elements/search.html b/httemplate/search/elements/search.html index 14c6a0b6a..e1bc02450 100644 --- a/httemplate/search/elements/search.html +++ b/httemplate/search/elements/search.html @@ -319,7 +319,9 @@ Example: % unless ( $opt{'disable_nonefound'} ) { No matching <% $opt{'name'} %> found.<BR> % } -% } else { +% } +% +% if ( $total || $opt{'disableable'} ) { #hmm... and there *are* ones to show?? <TABLE> <TR> |