changeset 1934:7315a0943084

Add explanatory tooltip texts for the map search buttons.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 13 Nov 2017 05:35:47 +0200
parents fe08d358382f
children de876a893568
files www/search.php
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/www/search.php	Mon Nov 13 05:34:57 2017 +0200
+++ b/www/search.php	Mon Nov 13 05:35:47 2017 +0200
@@ -27,9 +27,9 @@
   <textarea id="mapPattern" cols="30" rows="15"></textarea>
   <div id="controls">
     <div id="mapList">LOADING MAP LIST...</div>
-    <button id="btnMaps" type="button">C^</button>
-    <button class="large" id="btnClear" type="button">Clear search</button>
-    <button class="large" id="btnMapSearch" type="button">Search</button>
+    <button id="btnMaps" type="button" title="Reset or clear the map selection to be searched. Just click it to see what happens.">C^</button>
+    <button class="large" id="btnClear" type="button" title="Clear current search results and map search pattern. Does NOT reset the selected maps.">Clear search</button>
+    <button class="large" id="btnMapSearch" type="button" title="Perform map search with the currently selected maps.">Search</button>
   </div>
 </div>