From: Steve Sutton Date: Tue, 1 Nov 2016 19:53:12 +0000 (-0400) Subject: There was an extra end div at bottom X-Git-Tag: v2.0.0^2~11 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=5b2fe1a9bb3b8c76a4b600a6e0b60bcf91a7d4db;p=WP-Plugins%2Fglm-member-db-search.git There was an extra end div at bottom I put starting div to match it. --- diff --git a/views/front/search/index.html b/views/front/search/index.html index bcd70cb..50ad4a8 100644 --- a/views/front/search/index.html +++ b/views/front/search/index.html @@ -1,98 +1,98 @@ {include file='front/search/header.html'} - +
Search for: Match all words
- + {if $haveSearchRequest} - + {if $haveSearchResult} - + - +
Showing {$searchResult.firstResultOnPage} through {$searchResult.lastResultOnPage} of {$searchResult.totalResults} results. -
- +
+ - +
- {if $searchResult.previousPageStartIndex !== false} + {if $searchResult.previousPageStartIndex !== false} Previous Results {else} Previous Results {/if} - {if $searchResult.nextPageStartIndex !== false} - Next Results + Next Results {else} Next Results {/if}
- +
- + - +
{foreach $searchResult.documents as $doc}
- + - +
{foreach from=$doc.content.snippets item="snip" name="snip"} {$snip} - {if (!$smarty.foreach.snip.last)}
----
{/if} + {if (!$smarty.foreach.snip.last)}
----
{/if} {/foreach}
{$doc.url.value}
-
+
{/foreach} - + - +
Showing {$searchResult.firstResultOnPage} through {$searchResult.lastResultOnPage} of {$searchResult.totalResults} results. -
- +
+ - +
- {if $searchResult.previousPageStartIndex !== false} + {if $searchResult.previousPageStartIndex !== false} Previous Results {else} Previous Results {/if} - {if $searchResult.nextPageStartIndex !== false} - Next Results + Next Results {else} Next Results {/if}
- + - - + + {else}

No results matching your search.

{/if} - + {else} (Please enter your desired search above.) {/if}