]> err.no Git - scalable-opengroupware.org/blobdiff - UI/Templates/SchedulerUI/UIxComponentEditor.wox
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1267 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / Templates / SchedulerUI / UIxComponentEditor.wox
index d9638d34041169a3198218fc7695e6696ed28514..d5c1e9761a136e16f16f6ca365ff158f22be60af 100644 (file)
   className="UIxPageFrame"
   const:popup="YES"
   title="name"
-  var:toolbar="toolbar">
-  <script type="text/javascript" rsrc:src="skycalendar.js"><!-- space --></script>
-  <script type="text/javascript" rsrc:src="UIxComponentEditor.js"><!-- space --></script>
+  var:toolbar="toolbar"
+  const:cssFiles="UIxComponentEditor.css"
+  const:jsFiles="skycalendar.js,UIxComponentEditor.js">
+
+  <script type="text/javascript">
+    var activeCalendar = '<var:string value="clientObject.container.nameInContainer"/>';
+    var activeComponent = '<var:string value="clientObject.nameInContainer"/>';
+  </script>
 
   <div class="menu" id="privacy-menu">
-    <ul id="itemPrivacyList">
+    <ul id="itemPrivacyList" class="choiceMenu">
       <var:foreach list="privacyClasses" item="item">
        <li var:classification="item"><var:string
            var:value="itemPrivacyText" /></li>
             string="item.displayName"
            selection="componentCalendar"
            /></span></span>
-      <label id="attendeesLabel" style="display: none;"><var:string label:value="Attendees:"
+      <span class="checkBoxList"><var:string label:value="Priority:" />
+         <span class="content"><var:popup list="priorities" item="item"
+            label:noSelectionString="prio_0"
+            string="itemPriorityText" selection="priority"/>
+      </span></span>
+      <var:if condition="hasOrganizer"
+       ><label id="organizerLabel"><var:string label:value="Organizer:"
+           /><span class="content"><var:string
+             value="organizerName"/></span></label>
+      </var:if>
+      <var:if condition="canBeOrganizer"
+       ><label id="organizerListLabel"><var:string label:value="Organizer:"
+           /><span class="content"><var:popup list="organizerList"
+             item="item" string="itemOrganizerText"
+             var:selection="organizerIdentity"/>
+         </span></label></var:if>
+      <label id="attendeesLabel"><var:string label:value="Attendees:"
          /><span class="content"
          ><a href="#" id="attendeesHref"><!-- space --></a></span></label>
       <hr />
@@ -66,6 +87,8 @@
        var:value="privacy"/>
       <input type="hidden" name="attendeesNames" id="attendeesNames"
        var:value="attendeesNames"/>
+      <input type="hidden" name="attendeesUIDs" id="attendeesUIDs"
+       var:value="attendeesUIDs"/>
       <input type="hidden" name="attendeesEmails" id="attendeesEmails"
        var:value="attendeesEmails"/>
       <input type="hidden" name="calendarFoldersList"