diff options
| author | ivan <ivan> | 2008-03-02 01:31:53 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2008-03-02 01:31:53 +0000 |
| commit | 2fc191a990ef866001dcf4454d491517518b4e95 (patch) | |
| tree | 3b536332feb0ea493ef07293df40946e9fe6f1e0 /httemplate/search | |
| parent | 0460875a1566dab2c2646482e24ac63c2ab620ee (diff) | |
add payment gateway disabling (and move payment gateway browse over to new template)
Diffstat (limited to 'httemplate/search')
| -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 498b9ae7b..00ee555f3 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> |
