Index: trunk/FACT++/www/schedule/index.js
===================================================================
--- trunk/FACT++/www/schedule/index.js	(revision 18374)
+++ trunk/FACT++/www/schedule/index.js	(revision 18389)
@@ -170,4 +170,7 @@
     if (disabled)
         input1m.setAttribute("disabled", "true");
+    input1m.setAttribute("data-toggle", "tooltip");
+    if (row.fScheduleID)
+        input1m.setAttribute("title", row.fScheduleID+" ["+row.fLastUpdate+"]");
     input1m.onclick = function()
     {
@@ -563,4 +566,10 @@
     if (location.href.search('debug')==-1)
         $("#debug").hide();
+
+    /*---------------------------------------------------------------------------------------------
+     Initialize jQuery tooltips
+     ----------------------------------------------------------------------------------------------*/
+
+    $(document).ready(function(){$('[data-toggle="tooltip"]').tooltip();});
 
     /*---------------------------------------------------------------------------------------------
