[CalendarServer-changes] [12825] CalendarServer/trunk/calendarserver/webadmin/work.xhtml

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 5 17:35:57 PST 2014


Revision: 12825
          http://trac.calendarserver.org//changeset/12825
Author:   wsanchez at apple.com
Date:     2014-03-05 17:35:57 -0800 (Wed, 05 Mar 2014)
Log Message:
-----------
Add placeholder for making the job titles clickable.

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/webadmin/work.xhtml

Modified: CalendarServer/trunk/calendarserver/webadmin/work.xhtml
===================================================================
--- CalendarServer/trunk/calendarserver/webadmin/work.xhtml	2014-03-06 01:09:41 UTC (rev 12824)
+++ CalendarServer/trunk/calendarserver/webadmin/work.xhtml	2014-03-06 01:35:57 UTC (rev 12825)
@@ -39,6 +39,10 @@
         display: none;
       }
 
+      .y.axis text:hover {
+        fill: brown;
+      }
+
       #work_item_details {
         display: none;
       }
@@ -223,6 +227,10 @@
           .attr("class", "y axis")
           .call(yAxis)
         ;
+        // y_axis
+        //   .selectAll(".tick")
+        //   .on("click", function(x) { alert(x); } )
+        // ;
         y_axis.exit().remove();
 
         // Select bars
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140305/c5218d19/attachment-0001.html>


More information about the calendarserver-changes mailing list