changeset 285:81547bf400a6 gmap2

Add explanatory titles to certain UI elements.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 17 Jan 2016 23:00:14 +0200
parents 05ced537a07f
children 0fa142c7b5ac
files index.php
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/index.php	Fri Jan 08 20:46:43 2016 +0200
+++ b/index.php	Sun Jan 17 23:00:14 2016 +0200
@@ -78,9 +78,9 @@
         <div class="controls">
 <?php
   for ($i = 1; $i <= 4; $i++)
-    echo "          <a class=\"stylesel\" href=\"?css=".$i."\">".$i."</a>\n";
+    echo "          <a class=\"stylesel\" href=\"?css=".$i."\" title=\"Switch to site style #".$i."\">".$i."</a>\n";
 ?>
-          <a href="javascript:pmapMakeLink()">Make link</a>
+          <a href="javascript:pmapMakeLink()" title="Create a URL link pointing to the current view.">Make link</a>
         </div>
       </div>
     </div>