X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/a3728b718882dc1cbdf4e4e3853d938656d077e4..228ef1972a915d1f960e021f4496147645e22370:/lib/template/search-html.php diff --git a/lib/template/search-html.php b/lib/template/search-html.php index c42476bf..430bba39 100644 --- a/lib/template/search-html.php +++ b/lib/template/search-html.php @@ -10,10 +10,60 @@ - - +
@@ -53,7 +100,7 @@ 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; } @@ -89,10 +136,6 @@ - - - -