]> err.no Git - scalable-opengroupware.org/commitdiff
do not use Anais
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Tue, 26 Jul 2005 21:47:30 +0000 (21:47 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Tue, 26 Jul 2005 21:47:30 +0000 (21:47 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@915 d1b88da0-ebda-0310-925b-ed51d893ca5b

UI/Templates/ChangeLog
UI/Templates/UIxAppointmentEditor.wox
UI/Templates/UIxAppointmentProposal.wox

index 6e0b4f4c4f602c4958e9a3a2c62ca43920900830..00091b75f5d35788cc66561c0cd71bde5995bdfe 100644 (file)
@@ -1,5 +1,8 @@
 2005-07-26  Helge Hess  <helge.hess@opengroupware.org>
 
+       * UIxAppointmentProposal.wox, UIxAppointmentEditor.wox: do not try to
+         use Anais attendee selector (must be replaced)
+
        * MailerUI: use proper _wosid instead of 'sidinurl' in <form> tags
 
 2005-07-22  Marcus Mueller  <znek@mulle-kybernetik.com>
index b0536e691d1afdcbf5d1968990172bb497203845..831a21e8c0072599375e540cdfa0a940961c56f6 100644 (file)
                 </td>
                 <td align="left" bgcolor="#FFFFF0">
                   <span class="aptview_text">
+                    <!-- use '1' instead of 'YES', otherwise breaks on OSX -->
+<!--
                     <var:component className="AnaisAttendeeSelector"
                                    const:selectorID="participant"
                                    const:role="REQ-PARTICIPANT"
                                    attendees="participants"
                                    var:emailForUser="emailForUser"
                                    var:cnForUser="cnForUser"
-                                   const:withCN="YES"
-                                   const:withAddressBook="YES"
+                                   const:withCN="1"
+                                   const:withAddressBook="1"
                     />
+-->
+                    TODO: need attendee selector (AB)
                   </span>
                 </td>
               </tr>
             </table>
           </td>
         </tr>
-        <!--
         <tr>
           <td>
             <table border="0" cellpadding="2" cellspacing="0" width="100%"
                 </td>
                 <td align="left" bgcolor="#FFFFF0">
                   <span class="aptview_text">
+<!--
                     <var:component className="AnaisAttendeeSelector"
                                    const:selectorID="resource"
                                    const:role="NON-PARTICIPANT"
                                    const:withCN="YES"
                                    const:withAddressBook="YES"
                     />
+-->
+                    TODO: need attendee selector (AB)
                   </span>
                 </td>
               </tr>
             </table>
           </td>
         </tr>
-        -->
         <tr>
           <td>
             <table border="0" cellpadding="2" cellspacing="0" width="100%"
index fd1f81d9481883b1a1caff0e4afee2cf6684bfc6..175f64083fb23b74361595e3b712e96db1cd05c2 100644 (file)
               </td>
               <td align="left" bgcolor="#FFFFF0">
                 <span class="aptview_text">
+<!--
                   <var:component className="AnaisAttendeeSelector"
                                  const:selectorID="resource"
                                  const:role="NON-PARTICIPANT"
                                  const:division="CC"
                                  const:withAddressBook="1"
                   />
+-->
+                    TODO: need attendee selector (AB)
                 </span>
               </td>
             </tr>
               <td align="left" bgcolor="#FFFFF0">
                 <span class="aptview_text">
                   <!-- use '1' instead of 'YES', otherwise breaks on OSX -->
+<!--
                   <var:component className="AnaisAttendeeSelector"
                                  const:selectorID="participant"
                                  const:division="CC"
                                  var:cnForUser="cnForUser"
                                  const:withAddressBook="1"
                   />
+-->
+                    TODO: need attendee selector (AB)
                 </span>
               </td>
             </tr>