[CalendarServer-changes] [12691] CalendarServer/trunk/calendarserver/webadmin/principals.xhtml

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 12 11:21:17 PDT 2014


Revision: 12691
          http://trac.calendarserver.org//changeset/12691
Author:   wsanchez at apple.com
Date:     2014-02-13 17:40:49 -0800 (Thu, 13 Feb 2014)
Log Message:
-----------
Fix onclick handler

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

Modified: CalendarServer/trunk/calendarserver/webadmin/principals.xhtml
===================================================================
--- CalendarServer/trunk/calendarserver/webadmin/principals.xhtml	2014-02-14 01:28:27 UTC (rev 12690)
+++ CalendarServer/trunk/calendarserver/webadmin/principals.xhtml	2014-02-14 01:40:49 UTC (rev 12691)
@@ -32,7 +32,7 @@
         </tr>
       </thead>
       <tbody>
-        <tr class="record" onclick="window.open(&quot;./0CE0BF31-5F9E-4801-A489-8C70CF287F5F&quot;);" t:render="search_results_row">
+        <tr class="record" t:render="search_results_row"><t:attr name="onclick">window.open("./<t:slot name="uid" />");</t:attr>
           <td class="record_full_name"><t:slot name="full_names" /></td>
           <td class="record_uid"><t:slot name="uid" /></td>
           <td class="record_type"><t:slot name="record_type" /></td>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140312/3e94bba9/attachment.html>


More information about the calendarserver-changes mailing list