diff options
author | ivan <ivan> | 2008-03-02 01:31:39 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-03-02 01:31:39 +0000 |
commit | 53547a802d5c76be967cc14301fc8a692f0fe066 (patch) | |
tree | 54f1d62bf4b0e1cde08249798339358437fa9693 /httemplate/search/elements | |
parent | c21f9fadde9100aedb8c4cfc35629bc3294ba91e (diff) |
add payment gateway disabling (and move payment gateway browse over to new template)
Diffstat (limited to 'httemplate/search/elements')
-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> |