X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/e4a76f2d7ec202875345528b0bce9f3b83f282ee..228ef1972a915d1f960e021f4496147645e22370:/lib/template/search-html.php diff --git a/lib/template/search-html.php b/lib/template/search-html.php index 115f1813..430bba39 100644 --- a/lib/template/search-html.php +++ b/lib/template/search-html.php @@ -10,27 +10,73 @@ -
@@ -54,11 +100,11 @@ echo ' ('.ucwords(str_replace('_',' ',$aResult['class'])).')'; else echo ' ('.ucwords(str_replace('_',' ',$aResult['type'])).')'; - echo ' details'; + echo detailsPermaLink($aResult, 'details', 'class="btn btn-default btn-xs details"'); echo '
'; $i = $i+1; } - if (sizeof($aSearchResults) && $sMoreURL) + if (!empty($aSearchResults) && $sMoreURL) { echo '
Search for more results
'; } @@ -90,10 +136,6 @@ - - - -