[CalendarServer-changes] [7931] CalendarServer/branches/users/glyph/imip-and-admin-html/ calendarserver/webadmin/template.html

source_changes at macosforge.org source_changes at macosforge.org
Thu Aug 11 21:45:56 PDT 2011


Revision: 7931
          http://trac.macosforge.org/projects/calendarserver/changeset/7931
Author:   glyph at apple.com
Date:     2011-08-11 21:45:56 -0700 (Thu, 11 Aug 2011)
Log Message:
-----------
better renderer names

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/imip-and-admin-html/calendarserver/webadmin/template.html

Modified: CalendarServer/branches/users/glyph/imip-and-admin-html/calendarserver/webadmin/template.html
===================================================================
--- CalendarServer/branches/users/glyph/imip-and-admin-html/calendarserver/webadmin/template.html	2011-08-12 04:45:45 UTC (rev 7930)
+++ CalendarServer/branches/users/glyph/imip-and-admin-html/calendarserver/webadmin/template.html	2011-08-12 04:45:56 UTC (rev 7931)
@@ -121,8 +121,8 @@
         <div style="margin-top:7px">
           Auto-Schedule
           <select id="sel_autoSchedule" name="autoSchedule">
-            <option t:render="trueOption" value="true">Yes</option>
-            <option t:render="falseOption" value="false">No</option>
+            <option t:render="isAutoSchedule" value="true">Yes</option>
+            <option t:render="isntAutoSchedule" value="false">No</option>
           </select>
           <input type="submit" value="Change" />
         </div>
@@ -140,7 +140,7 @@
             <th colspan="2">Read-Only Proxies</th>
             <th colspan="2">Read-Write Proxies</th>
           </tr>
-          <tr t:render="proxyRow">
+          <tr t:render="proxyRows">
             <t:attr name="class"><t:slot name="rowClass" /> </t:attr>
             <t:transparent t:render="readOnlyProxies">
             <td><t:slot name="proxy" /></td>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110811/5bd8cddd/attachment-0001.html>


More information about the calendarserver-changes mailing list