Revision: 12753 http://trac.calendarserver.org//changeset/12753 Author: wsanchez@apple.com Date: 2014-02-25 18:23:01 -0800 (Tue, 25 Feb 2014) Log Message: ----------- wrap to 80 Modified Paths: -------------- CalendarServer/trunk/calendarserver/webadmin/logs.xhtml CalendarServer/trunk/calendarserver/webadmin/principals.xhtml Modified: CalendarServer/trunk/calendarserver/webadmin/logs.xhtml =================================================================== --- CalendarServer/trunk/calendarserver/webadmin/logs.xhtml 2014-02-25 22:29:11 UTC (rev 12752) +++ CalendarServer/trunk/calendarserver/webadmin/logs.xhtml 2014-02-26 02:23:01 UTC (rev 12753) @@ -1,5 +1,8 @@ <!DOCTYPE html> -<html xmlns:t="http://twistedmatrix.com/ns/twisted.web.template/0.1" t:render="main"> +<html + xmlns:t="http://twistedmatrix.com/ns/twisted.web.template/0.1" + t:render="main" +> <head> <title><t:slot name="title" /></title> @@ -29,7 +32,9 @@ window.onload = function() { - var registerForEvents = function(eventSource, eventClass, statusElement, logViewElement) { + var registerForEvents = function( + eventSource, eventClass, statusElement, logViewElement + ) { statusElement.innerHTML = "Connecting..."; eventSource.addEventListener( Modified: CalendarServer/trunk/calendarserver/webadmin/principals.xhtml =================================================================== --- CalendarServer/trunk/calendarserver/webadmin/principals.xhtml 2014-02-25 22:29:11 UTC (rev 12752) +++ CalendarServer/trunk/calendarserver/webadmin/principals.xhtml 2014-02-26 02:23:01 UTC (rev 12753) @@ -1,5 +1,8 @@ <!DOCTYPE html> -<html xmlns:t="http://twistedmatrix.com/ns/twisted.web.template/0.1" t:render="main"> +<html + xmlns:t="http://twistedmatrix.com/ns/twisted.web.template/0.1" + t:render="main" +> <head> <title><t:slot name="title" /></title> @@ -15,7 +18,11 @@ <form id="search_form" action="" method="get"> Search: - <input id="search_field" type="search" name="search" placeholder="Search..." size="40" autofocus="true" t:render="search_terms" /> + <input + id="search_field" type="search" name="search" + placeholder="Search..." size="40" autofocus="true" + t:render="search_terms" + /> </form> <table id="records" t:render="if_search_results"> @@ -29,7 +36,8 @@ </tr> </thead> <tbody> - <tr class="record" t:render="search_results_row"><t:attr name="onclick">window.open("./<t:slot name="uid" />");</t:attr> + <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="fullNames" /></td> <td class="record_type"><t:slot name="recordType" /></td> <td class="record_short_name"><t:slot name="shortNames" /></td>
participants (1)
-
source_changes@macosforge.org