X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/09f16616388490578ddebdb1d8be5ae545cd1d64..7be7417b5bf8ee801295d402e736c531892b77ca:/lib/template/search-html.php diff --git a/lib/template/search-html.php b/lib/template/search-html.php index 37a6ce4a..430bba39 100644 --- a/lib/template/search-html.php +++ b/lib/template/search-html.php @@ -10,10 +10,60 @@ - - +
@@ -53,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
'; } @@ -89,10 +136,6 @@ - - - -