[CalendarServer-changes] [12686] CalendarServer/trunk/calendarserver/webadmin/principals_edit.xhtml

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 12 11:23:03 PDT 2014


Revision: 12686
          http://trac.calendarserver.org//changeset/12686
Author:   wsanchez at apple.com
Date:     2014-02-12 18:37:05 -0800 (Wed, 12 Feb 2014)
Log Message:
-----------
placeholder for auto-schedule setting.

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

Modified: CalendarServer/trunk/calendarserver/webadmin/principals_edit.xhtml
===================================================================
--- CalendarServer/trunk/calendarserver/webadmin/principals_edit.xhtml	2014-02-13 02:31:53 UTC (rev 12685)
+++ CalendarServer/trunk/calendarserver/webadmin/principals_edit.xhtml	2014-02-13 02:37:05 UTC (rev 12686)
@@ -65,6 +65,23 @@
           <td>Server ID</td>
           <td><t:slot name="server_id" /></td>
         </tr>
+        <!--
+        <tr>
+          <td>Auto Schedule</td>
+          <td>
+            <form id="auto_schedule_form" action="" method="get">
+              <input id="auto_schedule_toggle" type="checkbox" name="state" value="on" />
+              <select id="auto_schedule_select">
+                <option value="accept-always">Accept always</option>
+                <option value="decline-always">Decline always</option>
+                <option value="accept-if-free">Accept if free</option>
+                <option value="decline-if-busy">Decline if busy</option>
+                <option value="automatic">Automatic</option>
+              </select>
+            </form>
+          </td>
+        </tr>
+         -->
       </tbody>
     </table>
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140312/aed0f79d/attachment.html>


More information about the calendarserver-changes mailing list